.weather-widget {
  position: absolute;
  width: 275px;
  height: 94px;
  border-radius: 26px;
  color: #fff;
  overflow: hidden;
  transition: width 0.45s ease, height 0.45s ease, border-radius 0.45s ease, transform 0.45s ease;
}

.weather-widget:hover {
  width: 285px;
  height: 430px;
  border-radius: 32px;
}

.weather-widget::before {
  backdrop-filter: url(#glassFilter) blur(1px);
  -webkit-backdrop-filter: url(#glassFilter) blur(1px);
}

/* small card */

.weather-widget__small {
  position: absolute !important;
  display: flex;
  inset: 0;
  align-items: center;
  padding: 16px 22px;
  gap: 16px;
  transition: opacity 0.25s ease, transform 0.35s ease;
}

.weather-widget:hover .weather-widget__small {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

.weather-widget__place {
  line-height: 1.1;
}

.weather-widget__place div {
  font-size: 14px;
  opacity: 0.8;
}

.weather-widget__place strong {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
}

.weather-widget__place span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  opacity: 0.65;
}

.weather-widget__icon {
  font-size: 34px;
  margin-left: auto;
}

.weather-widget__temp {
  font-size: 44px;
  font-weight: 300;
}

/* large card */

.weather-widget__large {
  position: absolute;
  inset: 0;
  padding: 40px 28px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.35s ease 0.12s, transform 0.45s ease 0.12s;
  pointer-events: none;
}

.weather-widget:hover .weather-widget__large {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.weather-widget__place--center {
  text-align: center;
}

.weather-widget__place--center div {
  font-size: 16px;
}

.weather-widget__place--center strong {
  font-size: 18px;
}

.weather-widget__big-icon {
  margin-top: 20px;
  font-size: 72px;
  line-height: 1;
}

.weather-widget__big-temp {
  margin-top: 16px;
  font-size: 115px;
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: -6px;
}

.weather-widget__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.weather-widget__info div {
  text-align: center;
  font-size: 14px;
}

.weather-widget__info span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.weather-widget__info strong {
  font-size: 14px;
  display: flex;
  -moz-column-gap: 2px;
  column-gap: 2px;
  justify-content: center;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 120px 16px 120px;
}

.home-hero__container {
  position: relative;
}

.home-hero__title {
  font: 600 var(--h3)/120% var(--heading-font-family);
  position: relative;
  z-index: 2;
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  color: var(--white, #FFF);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-hero__booking {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  width: 100%;
  margin-top: 40px;
}

.home-hero__mobile-search {
  display: none;
}

.home-hero__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.home-hero__video:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}

.home-hero__video video,
.home-hero__video img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.home-hero__video.video-desktop.video-mobile video {
  display: block;
}

.home-hero__video.video-desktop.video-mobile picture {
  display: none;
}

.home-hero__video.image-desktop.image-mobile picture {
  display: block;
}

.home-hero__video.image-desktop.image-mobile video {
  display: none;
}

.home-hero__video.image-desktop.video-mobile picture {
  display: block;
}

.home-hero__video.image-desktop.video-mobile video {
  display: none;
}

.home-hero__video.video-desktop.image-mobile picture {
  display: none;
}

.home-hero__video.video-desktop.image-mobile video {
  display: block;
}

.weather-widget__info strong {
  justify-content: center;
}

.weather-widget.glasses {
  position: absolute;
}

.weather-widget:hover {
  width: 285px;
  height: 430px;
  border-radius: 32px;
}

.booking-page-container {
  font-family: inherit;
  background: #18280e !important;
}

.booking-page-container .booking-steps .steps-progress-bar .check-point .title {
  color: #fff;
}

.booking-page-container .booking-steps .steps-progress-bar .check-point.complete .bullet {
  background: #65876c !important;
  outline: 6px solid #65876c !important;
}

.booking-page-container .servio-hidden-duplicated-controls {
  display: none !important;
}

.booking-page-container .rooms-select-buttons-container,
.booking-page-container .rooms-select-buttons-container.servio-hidden-duplicated-controls {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.booking-page-container img {
  border-radius: 8px;
}

.booking-page-container button,
.booking-page-container a {
  font-family: inherit !important;
}

.booking-page-container button {
  border-radius: 12px !important;
}

.servio-booking-panel {
  position: relative;
  flex: 1 1 auto;
  max-width: 945px;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 204px;
  align-items: center;
  gap: 10px;
  min-height: 90px;
  margin-left: auto;
  padding: 4px 16px 4px 32px;
  border-radius: 32px;
  color: #fff;
}

.servio-booking-panel.glasses-hero::before,
.servio-booking-panel.glasses-hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}

.servio-booking-panel.glasses-hero::before {
  backdrop-filter: url(#glassFilter) blur(1px);
  -webkit-backdrop-filter: url(#glassFilter) blur(1px);
}

.servio-booking-panel.glasses-hero::after {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.42), inset 0 -24px 38px rgba(5, 12, 24, 0.12), 0 18px 42px rgba(5, 12, 24, 0.2);
}

.servio-booking-panel.is-calendar-open .servio-calendar-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 8;
}

.servio-booking-panel__label {
  position: relative;
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.servio-booking-panel__mobile-close {
  display: none;
}

.servio-field,
.servio-search-btn,
.servio-stepper button {
  position: relative;
  z-index: 5;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.servio-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.servio-field:hover,
.servio-field.is-active {
  background: rgba(7, 14, 17, 0.5);
}

.servio-field span {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.servio-field strong {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.servio-guests {
  position: relative;
  z-index: 5;
  display: grid;
  gap: 8px;
  min-width: 0;
  justify-items: center;
  padding: 12px 13px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.servio-guests:hover {
  background: rgba(7, 14, 17, 0.5);
}

.servio-guests span {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.servio-stepper {
  display: grid;
  grid-template-columns: 32px 22px 32px;
  align-items: center;
  gap: 4px;
}

.servio-stepper button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.servio-stepper strong {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.servio-search-btn {
  min-height: 46px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #e8d789, #c8a945);
  color: #243016;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 14px 26px rgba(27, 27, 13, 0.22);
}

.servio-calendar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.servio-calendar-popover {
  position: absolute;
  left: 14px;
  bottom: calc(100% + 14px);
  z-index: 5;
  width: min(760px, calc(100vw - 32px));
  padding: 24px 26px 18px;
  border: 1px solid rgba(244, 239, 211, 0.2);
  border-radius: 25px 25px 9px 9px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.servio-calendar__month-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.servio-calendar__title {
  flex: 1;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.servio-calendar__nav {
  width: 25px;
  height: 25px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.servio-calendar__week,
.servio-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.servio-calendar__week {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  text-align: center;
}

.servio-calendar__day {
  aspect-ratio: 1;
  border: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}

.servio-calendar__day-price {
  max-width: 100%;
  font-size: 8px;
  line-height: 1;
  opacity: 0.72;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.servio-calendar__day:hover {
  box-shadow: 0 0 0 1px rgb(241, 223, 139);
}

.servio-calendar__day.is-empty {
  background: transparent;
  pointer-events: none;
}

.servio-calendar__day.is-disabled {
  color: rgba(255, 255, 255, 0.22);
  background: transparent;
  cursor: default;
  pointer-events: none;
}

.servio-calendar__day.is-range {
  background: rgba(226, 203, 108, 0.16);
  color: #f5edb9;
}

.servio-calendar__day.is-selected {
  background: linear-gradient(135deg, #f1df8b, #c6a844);
  color: #293313;
  box-shadow: 0 0 0 1px rgb(241, 223, 139);
}

.servio-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.servio-booking-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 200;
}

.servio-booking-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(9, 17, 7, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.servio-booking-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: min(820px, 100vh - 48px);
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #18280e;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.servio-booking-modal__close {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.servio-booking-modal__body {
  max-height: inherit;
  overflow: auto;
}

.booking-page-container .booking-header {
  width: min(100%, 960px);
  margin: 0 auto !important;
}

.user-cabinet-container {
  display: none !important;
}

body.is-servio-modal-open {
  overflow: hidden;
}

.room-type {
  padding: 0 25px;
}

@media (max-width: 1260px) {
  .weather-widget {
    position: relative;
  }

  .weather-widget:hover {
    width: 100%;
    height: 94px;
  }

  .weather-widget {
    width: 100%;
    height: 94px;
    border-radius: 26px;
  }

  .weather-widget::before {
    opacity: 1;
  }

  .weather-widget__small {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    position: absolute !important;
  }

  .weather-widget__large {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 12px 22px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    flex-direction: row;
  }

  .weather-widget__place--center {
    flex: 0 0 78px;
    text-align: left;
  }

  .weather-widget__place--center div {
    font-size: 12px;
  }

  .weather-widget__place--center strong {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .weather-widget__place--center span {
    margin-top: 6px;
    font-size: 9px;
  }

  .weather-widget__big-icon {
    flex: 0 0 56px;
    margin-top: 0;
    font-size: 20px;
  }

  .weather-widget__big-temp {
    flex: 0 0 20px;
    margin-top: 0;
    font-size: 64px;
    line-height: 0.9;
    letter-spacing: -4px;
  }

  .weather-widget__info {
    flex: 1 1 auto;
    width: auto;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(38px, 1fr));
    align-items: center;
    gap: 22px;
  }

  .weather-widget__info div {
    font-size: 11px;
  }

  .weather-widget__info > div > span {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .weather-widget__info strong {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
  }

  .weather-widget__info strong span {
    display: inline;
    margin: 0;
    font: inherit;
  }

  .weather-widget.glasses {
    pointer-events: none;
    position: relative;
  }

  .weather-widget:hover {
    width: 100%;
    height: 94px;
  }

  .servio-field {
    padding: 0;
    width: 49%;
  }

  .servio-guests {
    padding: 0;
    width: 32%;
  }

  .home-hero {
    padding-top: 100px;
  }

  .home-hero__booking {
    align-items: stretch;
    flex-direction: column;
  }

  .weather-widget {
    align-self: flex-start;
  }

  .room-type {
    padding: 0;
  }

  .servio-booking-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 12px;
    text-align: center;
  }

  .servio-search-btn {
    width: 100% !important;
    max-width: 100%;
    margin-top: 15px;
  }

  .servio-calendar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .servio-calendar-popover {
    left: var(--servio-calendar-left, 0);
    top: var(--servio-calendar-top, calc(100% + 12px));
    bottom: auto;
    width: var(--servio-calendar-width, min(320px, calc(100vw - 32px)));
    padding: 12px;
    border-radius: 18px;
  }

  .servio-calendar__month-head {
    margin-bottom: 10px;
  }

  .servio-calendar__week,
  .servio-calendar__grid {
    gap: 4px;
  }

  .servio-calendar__week {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .servio-calendar__day {
    aspect-ratio: auto;
    height: 28px;
    font-size: 9px;
  }

  .promo-container {
    transform: translateX(20px);
  }
}

@media (max-width: 760px) {
  .weather-widget:hover .weather-widget__small {
    opacity: 1 !important;
  }

  .weather-widget {
    width: 100%;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .weather-widget__large {
    gap: 12px;
    padding: 12px 16px;
    flex-wrap: wrap;
  }

  .weather-widget__place--center {
    flex-basis: 70px;
  }

  .weather-widget__big-icon {
    flex-basis: 48px;
    font-size: 46px;
  }

  .weather-widget__big-temp {
    flex-basis: 76px;
    font-size: 54px;
  }

  .weather-widget__info {
    gap: 12px;
  }

  .weather-widget__info > div > span {
    font-size: 16px;
  }

  .weather-widget__info strong {
    font-size: 15px;
  }

  .home-hero__container {
    position: static;
  }

  .home-hero__video {
    position: absolute;
  }

  .home-hero__video:before {
    background-color: rgba(7, 14, 17, 0.2);
  }

  .home-hero__video::after {
    content: "";
    width: 100%;
    height: 330px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(7, 14, 17, 0.8) 0%, rgba(7, 14, 17, 0) 100%);
    z-index: 7;
  }

  .home-hero__video.image-desktop.video-mobile picture {
    display: none;
  }

  .home-hero__video.image-desktop.video-mobile video {
    display: block;
  }

  .home-hero__video.video-desktop.image-mobile picture {
    display: block;
  }

  .home-hero__video.video-desktop.image-mobile video {
    display: none;
  }

  .weather-widget.glasses {
    pointer-events: visible;
    position: absolute;
  }

  .servio-booking-panel.glasses-hero::before,
  .servio-booking-panel.glasses-hero::after {
    display: none;
  }

  .servio-guests {
    padding: 10px 2px;
    background: var(--black-20, rgba(7, 14, 17, 0.2));
  }

  .home-hero {
    min-height: 91svh;
    padding: 24px 24px 28px;
    overflow: hidden;
  }

  .home-hero__container {
    min-height: calc(91svh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .home-hero__title {
    max-width: 350px;
    margin-bottom: 26px;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 1px;
  }

  .home-hero__booking {
    position: static;
    display: block;
    margin-top: 0;
  }

  .home-hero__mobile-search {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 64px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 8px 10px;
    border-radius: 19px;
    background: transparent;
    border: none;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-family: var(--default-font-family);
  }

  .home-hero__mobile-search::before,
  .home-hero__mobile-search::after {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
  }

  .home-hero__mobile-search::before {
    backdrop-filter: url(#glassFilter) blur(1px);
    -webkit-backdrop-filter: url(#glassFilter) blur(1px);
  }

  .home-hero__mobile-search::after {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 14px 34px rgba(0, 0, 0, 0.22);
  }

  .home-hero__mobile-search span,
  .home-hero__mobile-search strong {
    position: relative;
    z-index: 1;
  }

  .home-hero__mobile-search span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.18;
  }

  .home-hero__mobile-search strong {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 13px;
    background: linear-gradient(135deg, #e8d789, #c8a945);
    color: #243016;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: none;
    white-space: nowrap;
  }

  .home-hero .weather-widget {
    position: absolute;
    top: 88px;
    right: 0;
    z-index: 4;
    width: 86px;
    height: 94px;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.42s ease, border-radius 0.42s ease;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .home-hero .weather-widget:after {
    box-shadow: unset;
  }

  .home-hero .weather-widget:hover {
    width: 86px;
    height: 94px;
  }

  .home-hero .weather-widget .weather-widget__small {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transform: none;
    gap: 5px;
  }

  .home-hero .weather-widget .weather-widget__place {
    display: none;
  }

  .home-hero .weather-widget .weather-widget__icon {
    margin-left: 0;
    font-size: 25px;
    line-height: 1;
  }

  .home-hero .weather-widget .weather-widget__temp {
    font-size: 30px;
    line-height: 1;
  }

  .home-hero .weather-widget .weather-widget__large {
    position: absolute;
    top: 0;
    right: 0;
    inset: 0 0 auto auto;
    width: calc(100svw - 48px);
    height: 94px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 6px;
    padding: 12px 10px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    flex-wrap: nowrap;
  }

  .home-hero .weather-widget .weather-widget__place--center {
    flex: 0 0 64px;
    display: none;
    text-align: left;
  }

  .home-hero .weather-widget .weather-widget__place--center div {
    font-size: 10px;
  }

  .home-hero .weather-widget .weather-widget__place--center strong {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .home-hero .weather-widget .weather-widget__place--center span {
    margin-top: 6px;
    font-size: 8px;
  }

  .home-hero .weather-widget .weather-widget__big-icon {
    flex: 0 0 31px;
    display: none;
    margin-top: 0;
    font-size: 22px;
    line-height: 1;
  }

  .home-hero .weather-widget .weather-widget__big-temp {
    flex: 0 0 48px;
    margin-left: auto;
    margin-top: 0;
    font-size: 42px;
    line-height: 0.9;
    letter-spacing: -3px;
    display: none;
  }

  .home-hero .weather-widget .weather-widget__info {
    flex: 1 1 auto;
    display: none;
    width: auto;
    margin-top: 0;
    grid-template-columns: repeat(3, minmax(24px, 1fr));
    align-items: center;
    gap: 0px;
  }

  .home-hero .weather-widget .weather-widget__info div {
    font-size: 9px;
    text-align: center;
  }

  .home-hero .weather-widget .weather-widget__info > div > span {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .home-hero .weather-widget .weather-widget__info strong {
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .home-hero .weather-widget .weather-widget__info strong span {
    display: inline;
    margin: 0;
    font: inherit;
  }

  .home-hero .weather-widget.is-open {
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    left: 0;
  }

  .home-hero .weather-widget.is-open .weather-widget__place--center,
  .home-hero .weather-widget.is-open .weather-widget__big-icon {
    display: block;
  }

  .home-hero .weather-widget.is-open .weather-widget__big-temp {
    margin-left: 0;
    display: block;
  }

  .home-hero .weather-widget.is-open .weather-widget__info {
    display: grid;
  }

  .home-hero .weather-widget.is-open .weather-widget__large {
    display: flex !important;
    max-width: 100%;
  }

  .home-hero .weather-widget.is-open .weather-widget__small {
    opacity: 0 !important;
  }

  .servio-booking-panel {
    position: fixed;
    inset: auto 10px 10px;
    z-index: 1001;
    max-width: none;
    width: auto;
    max-height: calc(100svh - 20px);
    gap: 5px;
    padding: 54px 16px 16px;
    border-radius: 22px;
    background: rgb(24, 40, 14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .servio-booking-panel.is-mobile-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .servio-mobile-booking-popup .servio-booking-panel {
    position: relative;
    inset: 70px auto auto auto;
    width: 100%;
    max-height: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .servio-booking-panel__mobile-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 6;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 24px;
    line-height: 1;
  }

  .servio-mobile-booking-popup {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  .servio-mobile-booking-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .servio-mobile-booking-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(9, 17, 7, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .servio-mobile-booking-popup__slot {
    position: relative;
    z-index: 1;
    width: min(100%, 480px);
    max-height: calc(100svh - 32px);
    overflow: visible;
  }

  .servio-field {
    padding: 10px 2px;
    background: var(--black-20, rgba(7, 14, 17, 0.2));
  }

  .servio-calendar-popover {
    left: 0;
    top: unset;
    width: 100%;
    bottom: 85%;
  }

  body.is-servio-mobile-booking-open {
    overflow: hidden;
  }

  .servio-booking-modal {
    padding: 50px 10px 10px 10px;
  }

  .servio-booking-modal__dialog {
    max-height: calc(100vh - 20px);
    border-radius: 16px;
  }

  .servio-booking-modal__close {
    top: 8px;
    left: 8px;
  }

  .promo-container {
    transform: translateX(0);
  }
}

@media (max-width: 760px) and (max-width: 760px) {
  .weather-widget__large {
    display: none !important;
  }
}