.tcl-header {
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: #fff;
}
.tcl-header__wrapper {
  position: relative;
  z-index: 4;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.tcl-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 74px;
}
.tcl-header__logo {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.tcl-header__logo:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .tcl-header__logo {
    width: 145px;
  }
}
.tcl-header__right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.tcl-header__icon {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e3291b;
  border-radius: 50%;
}
.tcl-header__icon:hover {
  opacity: 0.6;
}
.tcl-header__icon img {
  width: 20px !important;
}
@media (max-width: 767px) {
  .tcl-header__icon {
    display: none;
  }
}
.tcl-header__button {
  margin-left: 10px;
  position: relative;
}
.tcl-header__button a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-color: #e3291b;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(52, 58, 64, 0.1);
  padding: 12px 20px 9px !important;
}
.tcl-header__button a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-header__button a {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}
@media (max-width: 767px) {
  .tcl-header__button {
    display: none;
  }
}
.tcl-header__hamburger {
  display: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .tcl-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tcl-header__hamburger .hamburger {
  position: relative;
  z-index: 2;
}
.tcl-header__hamburger .hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #023c7a;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tcl-header__hamburger .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.tcl-header__hamburger .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.tcl-header__hamburger .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.tcl-header__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  gap: 7px;
}
@media (max-width: 1199px) {
  .tcl-header__rating {
    display: none;
  }
}
.tcl-header__rating-banner {
  width: 32px;
  position: relative;
}
.tcl-header__rating-banner span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.tcl-header__rating-sub-heading {
  font-size: 11px;
  color: #595959;
}
.tcl-header__button-before-menu a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #023c7a;
  border: 1px solid #023c7a;
  padding: 7px 6px 5px;
  border-color: #e3291b;
  color: #e3291b !important;
}
.tcl-header__button-before-menu a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-header__button-before-menu a {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}
@media (max-width: 767px) {
  .tcl-header__button-before-menu {
    display: none;
  }
}
.tcl-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  gap: 40px;
}
@media (max-width: 1400px) {
  .tcl-header__menu {
    gap: 20px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .tcl-header__menu {
    display: none;
  }
}
.tcl-header__menu a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none;
  color: unset;
  text-transform: uppercase;
}
.tcl-header__menu a:hover {
  opacity: 0.6;
}
.tcl-header__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #f7f5f3;
  padding: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .tcl-header__sub-menu {
    display: none;
  }
}
.tcl-header__sub-menu.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.tcl-header__mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f7f5f3;
  z-index: 3;
}
.tcl-header__mobile-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.tcl-header__mobile-menu-content {
  margin: 24px 0;
  text-transform: uppercase;
  position: relative;
  max-height: 60dvh;
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-content {
    margin: 0;
    padding: 24px 0;
    max-height: calc(100dvh - 74px - 65px - 60px);
    overflow: auto;
  }
}
.tcl-header__mobile-menu-content:before {
  position: absolute;
  content: "";
  left: 60%;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #023c7a;
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-content:before {
    display: none;
  }
}
.tcl-header__mobile-menu-item {
  margin-bottom: 20px;
  width: 60%;
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-item {
    width: 100%;
  }
}
.tcl-header__mobile-menu-item > a {
  font-size: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-item > a {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .tcl-header__mobile-menu-item > a.has-sub-menu:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-image: url("/wp-content/themes/stay2munich/images/arrow--black.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.tcl-header__mobile-menu-item > a span {
  position: relative;
}
.tcl-header__mobile-menu-item > a span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 0;
  height: 3px;
  background-color: #023c7a;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.tcl-header__mobile-menu-item > a.active {
  color: #023c7a;
}
.tcl-header__mobile-menu-item > a.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-header__mobile-menu-item > a.active span:before {
  width: 100%;
}
.tcl-header__mobile-menu-sub-menu {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  display: none;
  height: 100%;
  overflow: auto;
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-sub-menu {
    width: 100%;
    position: relative;
    height: auto;
    padding-left: 30px;
    padding-top: 30px;
  }
}
.tcl-header__mobile-menu-sub-menu-item {
  margin-bottom: 15px;
}
.tcl-header__mobile-menu-sub-menu a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-sub-menu a {
    font-size: 16px;
  }
}
.tcl-header__mobile-menu-contacts {
  padding: 15px 0;
  background-color: #023c7a;
}
.tcl-header__mobile-menu-contacts-phone {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-header__mobile-menu-contacts-email {
  width: 40%;
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-contacts-phone, .tcl-header__mobile-menu-contacts-email {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tcl-header__mobile-menu-contacts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.tcl-header__mobile-menu-contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 12px;
}
.tcl-header__mobile-menu-contacts a .icon {
  width: 15px;
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-contacts a .icon {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .tcl-header__mobile-menu-contacts a .text {
    display: none;
  }
}
.tcl-header__mobile-contacts-button {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .tcl-header__mobile-contacts-button {
    display: block;
  }
  .tcl-header__mobile-contacts-button .tcl-header__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tcl-header__mobile-contacts-button-tooltip {
  -webkit-box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
  position: absolute;
  width: 220px;
  background-color: #f7f5f3;
  right: 0;
  top: 100%;
  margin-top: 15px;
  display: none;
}
.tcl-header__mobile-contacts-button-tooltip:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 12px;
  width: 15px;
  height: 15px;
  background-color: #f7f5f3;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tcl-header__tooltip-content {
  position: relative;
  background-color: #f7f5f3;
  z-index: 2;
}
.tcl-header__tooltip-close {
  width: 20px;
  margin-left: auto;
  margin-right: 7px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.tcl-header__tooltip-button a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-color: #e3291b;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(52, 58, 64, 0.1);
  height: 45px;
  width: 100%;
  display: block;
}
.tcl-header__tooltip-button a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-header__tooltip-button a {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}
.tcl-header__tooltip-link {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px;
  white-space: nowrap;
  font-size: 18px;
}
.tcl-header__tooltip-link .tcl-header__icon {
  height: 20px;
  width: 20px;
}
.tcl-header__tooltip-link .tcl-header__icon img {
  width: 10px !important;
}
.tcl-header__button-before-contacts a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-color: #e3291b;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(52, 58, 64, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
}
.tcl-header__button-before-contacts a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .tcl-header__button-before-contacts a {
    font-size: 13px;
    padding: 9px 20px 4px;
  }
}
.tcl-header__left-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-header__switcher {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .tcl-header__switcher {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tcl-header__switcher--mobile {
    margin-top: 20px;
    display: block !important;
  }
}
.tcl-header .tcl-switcher {
  position: relative;
}
.tcl-header .tcl-switcher__current {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  color: #212121;
  width: 56px;
  height: 40px;
  border: 1px solid #023c7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  color: #023c7a;
}
.tcl-header .tcl-switcher__current span {
  margin-right: 7px;
  text-transform: uppercase;
}
.tcl-header .tcl-switcher__current svg {
  width: 10px;
  height: auto;
  margin-top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-header .tcl-switcher__current.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-header .tcl-switcher__list {
  min-width: 56px;
  position: absolute;
  top: 100%;
}
.tcl-header .tcl-switcher__list a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  color: #212121;
  text-transform: uppercase;
  color: #023c7a;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  height: 40px;
  border: 1px solid #023c7a;
  border-top: 0px;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  background-color: #fff;
}
.tcl-header .tcl-switcher__list a:hover {
  padding-left: 12px;
}