@import url("../css/reset.css");
@import url("../css/normalize.css");
@import url("../fonts/acumin-pro/style.css");

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgba(58, 58, 58, 0.4);
  /* -webkit-text-fill-color: green; */
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  z-index: 100;
}
#preloader.fadeOutSlow {
  opacity: 0;
  visibility: hidden;
}
* {
  box-sizing: border-box;
  outline: none !important;
}
body {
  font-family: "Acumin Pro";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #3a3a3a;
  max-width: 2100px;
  background: #000000;
  margin: 0 auto;
}
body.overflow-hidden {
  overflow: hidden;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
b {
  font-size: 18px;
  font-weight: 600;
}
.white-bg {
  background: #ffffff;
}
.er {
  position: relative;
}
.bp {
  padding: 120px 0;
}
.site {
  position: relative;
  /* max-width: 1920px;
    margin: 0 auto; */
  overflow: hidden;
}
.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contain-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.container-pages {
  max-width: 1112px;
  width: 100%;
  margin: 0 auto;
}
.main-title {
  color: #141414;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.main-text {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.big-bg-text {
  position: absolute;
  left: -67px;
  top: -120px;
  z-index: 1;
}
.main-title.wt,
.main-text.wt {
  color: #fff;
}
.main-btn {
  padding: 16px 30px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  text-decoration: none;
  user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
.booking-main__btn .main-btn {
  border: 1px solid #f3945a;
}
.main-btn.btn-wt {
  background: #fff;
  color: #000;
}
.main-btn.btn-or-tr {
  border-radius: 7px;
  border: 2px solid #f3945a;
  color: #fff;
}
.main-btn.btn-or {
  border: 1px solid #f3945a;
  background: #f3945a;
  color: #fff;
  display: inline-block;
}
.about-room__item-btn {
  width: 100%;
}
.main-btn.or-bl {
  border: 1px solid #f3945a;
  background: transparent;
  color: #000;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.site-header.nav-up {
  top: -300px;
}

.site-header.active {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}
.site-header.active a.header__logo svg path {
  fill: #000000;
}
.site-header.active .main-btn.header-btn {
  color: #ffffff;
  border: 1px solid #f3945a;
}
.site-header.active .main-btn.header-btn-two {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.site-header.active .burger .burger__line,
.site-header.active .burger .burger__line-sht {
  background: #000000;
}

.header__row {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 60px 32px 60px;

  transition: 0.2s;
}
.header__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 1px;
}
.header__right.apple .main-btn {
  position: relative;
  bottom: 1px;
}
.header-btn {
  margin-right: 12px;
}
.header-btn-two {
  margin-right: 12px;
}
.burger {
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  cursor: pointer;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  transition: 0.2s;
}
.burger .burger__line {
  width: 33px;
  height: 2px;
  margin-bottom: 6px;
  background: #ffffff;
  transition: 0.2s;
}
.burger .burger__line-sht {
  width: 23px;
  height: 2px;
  background: #ffffff;
  transition: 0.2s;
}
.header-menu__popup {
  position: fixed;
  display: flex;
  justify-content: center;
  max-width: 2100px;
  width: 100%;
  height: 100vh;
  background: #000000;
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}
.header-menu__popup-row {
  display: flex;
  justify-content: center;
}
.header-menu__popup.show {
  opacity: 1;
  visibility: visible;
}
.header-menu__popup-l {
  height: 100%;
  max-width: 1177px;
  width: 100%;
}
.header-menu__popup-close-w {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 35px 77px 32px 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
}
.header-menu__popup-close-w .header-menu__popup-close {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.header-menu__popup-r {
  padding: 110px;
  width: 723px;
}
.header-menu ul li a {
  display: inline-block;
  color: #bbb;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 25px;
  text-decoration: none;
  transition: 0.2s;
}
.header-menu ul li a.header-menu__item-bold {
  color: #fff;
  font-weight: 600;
}
.header-menu ul li a:last-child {
  margin-bottom: 0;
}
.header-menu__bnt {
  padding: 22px 97px;
  white-space: nowrap;
}
.header-menu {
  margin-bottom: 70px;
}
.header-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 60vh;
  height: 60svh;
}

.site-header.event a.header__logo svg path,
.site-header.meet a.header__logo svg path,
.site-header.co-working a.header__logo svg path,
.site-header.rundgang3d a.header__logo svg path,
.site-header.buchung a.header__logo svg path,
.site-header.kontakt a.header__logo svg path {
  fill: #000000;
}
.site-header.event .main-btn.header-btn,
.site-header.meet .main-btn.header-btn,
.site-header.co-working .main-btn.header-btn,
.site-header.rundgang3d .main-btn.header-btn,
.site-header.buchung .main-btn.header-btn,
.site-header.kontakt .main-btn.header-btn {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.site-header.event .main-btn.header-btn-two,
.site-header.meet .main-btn.header-btn-two,
.site-header.co-working .main-btn.header-btn-two,
.site-header.rundgang3d .main-btn.header-btn-two,
.site-header.buchung .main-btn.header-btn-two,
.site-header.kontakt .main-btn.header-btn-two {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.site-header.event .burger .burger__line,
.site-header.event .burger .burger__line-sht,
.site-header.meet .burger .burger__line,
.site-header.meet .burger .burger__line-sht,
.site-header.co-working .burger .burger__line,
.site-header.co-working .burger .burger__line-sht,
.site-header.rundgang3d .burger .burger__line,
.site-header.rundgang3d .burger .burger__line-sht,
.site-header.buchung .burger .burger__line,
.site-header.buchung .burger .burger__line-sht,
.site-header.kontakt .burger .burger__line,
.site-header.kontakt .burger .burger__line-sht {
  background: #000000;
}
.main-screen-wrapper {
  background: #141414;
}
.main-screen {
  max-width: 2100px;
  margin: 0 auto;
  height: 100vh;
  max-height: 1000px;
}
.main-screen__mobile-images {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-screen__mobile-images-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.main-screen__mobile-images-img.active {
  opacity: 1;
  visibility: visible;
}
.main-screen__item {
  position: relative;
  width: 33.33333%;
  height: 100%;
  /* background: #000000; */
  display: flex;
  overflow: hidden;
  text-decoration: none;
}
.main-screen__item-line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 3;
}
.main-screen__item-img {
  position: absolute;
  left: -191px;
  top: -5%;
  opacity: 0.5;
  filter: blur(7.5px);
  z-index: 1;
  transition: 1s;
}
.main-screen__item-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7d8987;
  mix-blend-mode: multiply;
  z-index: 2;
  /* transition: 1s; */
}
.main-screen__item-layer-mobile {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #955a37 0%, #c06f3d 99.88%);
  mix-blend-mode: multiply;
  z-index: 2;
  transition: 1s;
}
.main-screen__item-layer-shadow {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 3;
  transition: 1s;
}
.main-screen__item-title {
  position: absolute;
  left: 55%;
  bottom: 100px;
  transform: rotate(270deg);
  transform-origin: bottom left;
  z-index: 3;
  color: #dcdcdc;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.77;
  transition: 1s;
  white-space: nowrap;
}
.main-screen__item-title svg {
  display: none;
}
.main-screen__item.active .main-screen__item-img {
  opacity: 1;
  filter: blur(0);
}
.main-screen__item.active {
  transition: 0.2s;
}
.main-screen__item.active .main-screen__item-layer {
  background: linear-gradient(180deg, #1d1d1e 0%, #f3945a 99.88%);
  mix-blend-mode: multiply;
  transition: 0.2s;
}
.main-screen__item.active .main-screen__item-title {
  left: 25%;
  color: #fff;
}
.main-screen {
  display: flex;
}
.about-block {
  background: #141414;
}
.about__title.main-title {
  margin-bottom: 40px;
}
.about__text.main-text {
  opacity: 0.8;
}
.small-subtitle__element {
  width: 60px;
  height: 14px;
  background: #f3945a;
  margin-right: 10px;
}
.small-subtitle__element-text {
  position: relative;
  bottom: 1px;
}
.small-subtitle__element-text.apple {
  bottom: 0;
}
.about__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__l {
  max-width: 550px;
  width: 100%;
  margin-right: 60px;
}
.block-wrapper {
  position: relative;
  z-index: 2;
}
.about__r {
  max-width: 704px;
  width: 100%;
  height: 700px;
}

.about__r-el {
  width: 546px;
  height: 113px;
  opacity: 0.5;
  background: #f3945a;
  position: absolute;
  bottom: 41px;
  left: -41px;
}
.about__r-img {
  position: absolute;
  left: 0;
  top: 0;
}
.about-room {
  background: #ededed;
}
.about-room__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-room__r {
  max-width: 710px;
  width: 100%;
  height: 700px;
  position: relative;
  margin-right: 60px;
  display: flex;
  align-items: flex-end;
}
.about-room__r-in {
  width: 1000px;
  height: 650px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: grab;
}
.about-room__l {
  max-width: 571px;
  width: 100%;
}
.small-subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.about-room__big-bg-text.big-bg-text {
  top: -95px;
  left: -56px;
}
#co-working .about-room__big-bg-text.big-bg-text {
  top: -104px;
  left: -75px;
}
.about-room .small-subtitle {
  margin-bottom: 11px;
}
.about-room__text {
  margin-bottom: 40px;
}
.about-room__r .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  left: 50%;
  width: auto;
}
.pagination__row .swiper-pagination-bullet {
  border-radius: 10px;
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  transition: 0.2s;
  margin-right: 40px !important;
  margin-left: 0 !important;
}
.pagination__row .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.pagination__row .swiper-pagination-bullet-active {
  width: 50px;
  height: 10px;
  border-radius: 10px;
  background: #f3945a;
}
.about-room__row.img-right .about-room__r-in {
  right: auto;
  left: 0;
}
.about-room__row.img-right .about-room__r {
  margin-right: 0;
}
.about-room__row.img-right .about-room__r .pagination__row {
  width: 100%;
}
.our-offer {
  background: url("../img/offer-bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.our-offer__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 80px;
}
.our-offer__title span {
  color: #f3945a;
}
.our-offer__item-big {
  display: flex;
  width: 33%;
  height: 380px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: #383838;
  margin-right: 1.4%;
  margin-bottom: 20px;
}
.our-offer__item-big:nth-child(3),
.our-offer__item-big:last-child {
  margin-right: 0;
}
.our-offer__item-big-top {
  color: #f3945a;
  text-overflow: ellipsis;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.our-offer__item-big-top span.our-offer__item-big-top-m {
  font-size: 40px;
  font-weight: 300;
  margin-left: 10px;
}
.our-offer__item-big-top span.our-offer__item-big-top-n {
  font-size: 24px;
  font-weight: 300;
  position: relative;
  top: -18px;
}
.our-offer__item-big-bottom {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.our-offer__item-big-bottom-sm {
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.our-offer__item-sm.mob {
  display: none;
}
.our-offer__item-big-bottom-sm span {
  display: block;
  font-weight: 300;
}
.our-offer__annotation {
  font-size: 14px;
}
.our-offer__annotated-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
}
.our-offer__row-top {
  display: flex;
}
.our-offer__item-sm {
  display: flex;
  width: 15.5%;
  height: 210px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 1.4%;
  margin-bottom: 20px;
  background: #383838;
}
.our-offer__item-sm-bottom-sm {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 66px;
}
.our-offer__row-bottom {
  display: flex;
  flex-wrap: wrap;
}
.our-offer__item-sm:nth-child(6) {
  margin-right: 0;
}
.our-offer__item-sm-top span {
  color: #f3945a;
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  line-height: 0.6;
}
.about-room__row.room-tour .about-room__r {
  max-width: 850px;
}
.about-room__row.room-tour .about-room__l .about-room__big-bg-text.big-bg-text {
  top: -113px;
  left: -69px;
}
.upcoming-events {
  background: #ededed;
}
.booking-main {
  /* background: url('../img/booking-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%; */
  position: relative;
}
.booking-main .container {
  position: relative;
  z-index: 5;
}
.booking-main_img.jarallax {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.booking-main_img.jarallax.tablet,
.booking-main_img.jarallax.mobile {
  display: none;
}
.booking-main__row {
  padding: 452px 0 68px 0;
  max-width: 892px;
}
.about-room__item-img {
  display: flex;
  width: 100%;
  height: 210px;
}
.booking-main__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
.booking-main__text {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
}
.booking-main__text span {
  color: #f3945a;
}
.about-room__item {
  background: #fff;
}
.about-room__item-empty {
  display: flex !important;
  padding: 30px 30px 30px 30px;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
}
.about-room__item-empty-info {
  text-align: center;
}
.about-room__item-empty-info .about-room__item-empty-img {
  margin-bottom: 30px;
}
.about-room__item-empty-info .about-room__item-empty-title {
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.about-room__item-empty-info .about-room__item-empty-text {
  color: rgba(20, 20, 20, 0.35);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.about-room__item-info {
  padding: 40px 30px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper.upcoming-events__slider {
  overflow: visible;
  margin-left: 0;
}
.upcoming-events__slider {
  max-width: 1359px;
}
.about-room__item-title {
  color: #141414;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.about-room__item-time {
  color: #f3945a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.about-room__item-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 20px;
}
.swiper-slide.about-room__item {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s;
}
.swiper-slide.about-room__item-empty {
  height: auto;
}
.about-room__item-btn-wrapper {
  padding: 0 30px 35px 30px;
}
.upcoming-events__title {
  color: #141414;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 70px;
}
.contacts {
  background: #f6f6f6;
}
.contacts-l__info-item {
  display: flex;
  color: #141414;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 35px;
}
.contacts-l__info-item-text {
  line-height: 132%;
}
.contacts-l__info-item a {
  color: #141414;
  text-decoration: none;
  transition: 0.2s;
}

.contacts-l__info-item-img {
  width: 31px;
  margin-right: 21px;
  position: relative;
  top: 2px;
}
.contacts-l {
  max-width: 340px;
}
.contacts-l__info-item-text b {
  font-size: 25px;
}
.contacts-l__logo {
  margin-bottom: 70px;
}
.contacts__row {
  display: flex;
  justify-content: space-between;
}
.contacts-r {
  max-width: 710px;
  width: 100%;
}
.upcoming-events__pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.upcoming-events__pagination-wrap
  .upcoming-events__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.site-footer {
  background: #141414;
  padding: 120px 0 41px 0;
}
.footer-menu ul li {
  margin-bottom: 16px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: 0.2s;
}
.site-footer__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 170px;
}
.site-footer__row-r {
  max-width: 682px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-menu ul li a.footer-menu-orange {
  color: #f3945a;
  transition: 0.2s;
}
.footer-menu ul li a.footer-menu-orange svg {
  margin-right: 10px;
}
.footer-menu ul li a.footer-menu-orange svg path {
  transition: 0.2s;
}
.footer-bottom {
  display: flex;
  align-items: center;
}
.footer-bottom__l,
.footer-bottom__r a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 40px;
  transition: 0.2s;
}
.footer-bottom__r ul {
  display: flex;
  align-items: center;
}
.footer-bottom__r a {
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}

.flatpickr-day.selected {
  border: 1px solid #f3945a !important;
  background: #f3945a !important;
}

.booking-page.site,
.content-page.site {
  background: #ffffff;
}

.booking-page.site .site-header,
.content-page.site .site-header {
  background: #141414;
  box-sizing: border-box;
}

.booking-page.site .site-content,
.content-page.site .site-content {
  margin-top: 173px;
  background: #ffffff;
}
.calendar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}
.calendar #calendarFromWrapper,
.calendar #calendarToWrapper {
  width: 49%;
  position: relative;
}
.calendar #calendarFromWrapper {
  margin-right: 2%;
}

.calendar > div label {
  display: block;
  color: #f3945a;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 12px;
}
.calendar > div input {
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  color: #141414;
  padding: 21px 12px;
  z-index: 1;
  outline: none;
}
.calendar > div input::-moz-placeholder {
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  color: #aaaaaa;
}
.calendar > div input::placeholder {
  font-size: 21px;
  font-weight: 300;
  line-height: 25px;
  color: #aaaaaa;
}
.calendar > div input:active,
.calendar > div input.active,
.calendar > div input:active:focus,
.calendar > div input:focus {
  border: 2px solid #001030;
  padding: 20px 11px;
}
.calendar > div input.error {
  border: 2px solid #e73720;
  padding: 20px 11px;
}
.calendar .calendar-input {
  position: relative;
  margin-bottom: 6px;
}
.calendar .calendar-input:after {
  content: "";
  background: url(../img/booking/calendar-ico.svg) no-repeat center center,
    #ffffff;
  background-color: #ffffff;
  position: absolute;
  width: 28px;
  height: 28px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.calendar > div.error input {
  border: 2px solid #e73720;
  padding: 20px 11px;
}
.calendar > div.error .error-calendar {
  display: inline-flex;
}

.booking {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.booking h1.header-name {
  color: #141414;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
/* .booking button, .booking a {
  outline: none;
  border: 0;
  box-shadow: none;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  height: 60px;
  padding: 0;
  text-decoration: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
} */
.page-content a.button__back,
.booking button.button__back,
.booking a.button__back {
  position: relative;
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
.page-content a.button__back,
.booking .booking__navigation-l a.button__back {
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.page-content a.button__back svg,
.booking .booking__navigation-l a.button__back svg {
  margin-right: 16px;
}
.page-content a.button__back svg path,
.booking .booking__navigation-l a.button__back svg path {
  transition: 0.2s;
}
.booking button.button__back:before {
  content: url(../img/booking/button__back-icon.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  transition: 0.2s;
}
.booking button.button__next,
.booking a.button__next {
  position: relative;
  width: 220px;
}
.booking button.button__next:before,
.booking a.button__next:before {
  content: url(../img/booking/button__next-icon.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  pointer-events: none;
}
.page-content a.button__back,
.booking__navigation-l .button__back {
  display: block;
  margin-bottom: 13px;
}
.page-content a.button__back,
.booking__navigation-l.booking__navigation-l-form .button__back {
  margin-bottom: 0;
}
.booking__navigation-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 28px;
}
.booking__navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.booking__navigation-r {
  position: relative;
  top: 7px;
}
.booking__title {
  margin-bottom: 50px;
}
.booking__notification {
  display: flex;
  align-items: center;
  background-color: #e8f4f8;
  padding: 19px 14px;
  position: relative;
  color: #26505f;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 40px;
}
.booking__notification-l {
  display: flex;
  margin-right: 23px;
}
.booking__notification b {
  font-weight: 700;
}

.booking .hidden {
  display: none;
}
.booking__form-1 {
  margin-bottom: 160px;
}
.booking__form-1 .error-calendar {
  color: #e31b00;
  font-size: 17px;
  font-weight: 300;
  display: none;
}
.booking__form-1 .error-calendar.hidden {
  display: none !important;
}
.booking__form-1 .error-space {
  color: #e31b00;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
  display: none;
}
.booking__form-1 .error-space:before {
  content: url(../img/booking/error-ico.svg);
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.booking__form-1 .error-space.hidden {
  display: none !important;
}
.booking__form-1 .space {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.booking__form-1 .space__item__checkbox {
  max-width: 32%;
  width: 100%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0);
  transition: 0.2s;
}
.space__item-img {
  width: 100%;
  height: 151px;
  overflow: hidden;
}
.booking__form-1 .space__item__checkbox:nth-child(3n) {
  margin-right: 0%;
}
.booking__form-1 .space__item__checkbox .space__item {
  display: block;
  transition: 0.2s;
}
.booking__form-1 .space__item__checkbox .space__item img {
  width: inherit;
  min-height: 150px;
  height: 150px;
}
.booking__form-1 .space__item__checkbox .space__item__content {
  padding: 20px;
}
.booking__form-1 .space__item__checkbox .space__item__content p {
  margin: 0;
  padding: 0;
  color: #141414;
}
.booking__form-1 .space__item__checkbox .space__item__content p.name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
.booking__form-1 .space__item__checkbox .space__item__content p.person {
  font-size: 17px;
  line-height: normal;
  font-weight: 300;
  margin-top: 11px;
}
.booking__form-1 .space__item__checkbox .space__item__content p.person:before {
  content: url(../img/booking/person.svg);
  margin-right: 11px;
}
.booking__form-1 .space__item__checkbox .space__item__content p.info {
  font-size: 15px;
  line-height: 140%;
  font-weight: 300;
  margin-top: 11px;
}
.booking__form-1 .space__item__checkbox .space__item__content p.info.prices {
  font-weight: 600;
}
.booking__form-1 .space__item__checkbox .space__item__content .prices__price {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 15px;
  font-weight: normal;
  color: #141414;
  font-weight: 300;
  margin-block-start: 6px;
}
.booking__form-1
  .space__item__checkbox
  .space__item__content
  .prices__price
  span:last-child {
  font-weight: 600;
  white-space: nowrap;
}
.booking__form-1 .space__item__checkbox .checkbox {
  display: block;
  min-height: 60px;
  height: 60px;
  min-width: 60px;
  width: 60px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.booking__form-1 .space__item__checkbox .checkbox + div {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  height: 60px;
  min-width: 60px;
  width: 60px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
  transition: 0.3s;
}
.booking__form-1 .space__item__checkbox .checkbox + div:before {
  content: "";
  background-image: url(../img/booking/add-space.svg);
  display: block;
  height: 42px;
  width: 37px;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
}
.booking__form-1 .space__item__checkbox .checkbox + div + .space__item {
  z-index: 0;
  opacity: 0.8;
}

.booking__form-1 .space__item__checkbox .checkbox.checked + div {
  background-color: #fd8a43;
  transition: 0.3s;
}
.booking__form-1 .space__item__checkbox .checkbox.checked + div:before {
  content: "";
  background-image: url(../img/booking/checked-space.svg);
  display: block;
  height: 42px;
  width: 37px;
  background-repeat: no-repeat;
  margin: auto;
  background-position: center;
}
.booking__form-1 .space__item__checkbox .checkbox.checked + div + .space__item {
  opacity: 1;
  transition: 0.3s;
}
.booking__form-1 .space__button-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
.booking__form-2 {
  max-width: 689px;
  width: 100%;
  margin: 0 auto 160px auto;
}

.booking__form-2 .button__next:before {
  display: none;
}
.booking__form-2 .button__next:disabled,
.booking__form-2 .button__next[disabled] {
  pointer-events: none;
}
.booking__form-2__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.booking__form-2__row.booking__form-2__textarea {
  margin-bottom: 30px;
}
.booking__form-2__row.hidden {
  display: none;
}
.booking__form-2__row.address {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.booking__form-2__row.address .booking__form-2__row:nth-child(1) {
  max-width: 250px;
  width: 100%;
  margin-right: 10px;
}
.booking__form-2__row.address .booking__form-2__row:nth-child(2) {
  max-width: 460px;
  width: 100%;
}
.booking__form-2__row.agreed {
  flex-direction: column;
  margin-bottom: 40px;
}
.booking__form-2__row.agreed > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.booking__form-2__row.agreed > div.error {
  display: none;
}
/* .agreed__row {
    flex-wrap: wrap;
} */
.booking__form-2__row .error {
  font-size: 17px;
  line-height: 20px;
  color: #e31b00;
  font-weight: 300;
  padding: 8px 0 0 12px;
  display: none;
}
.booking__form-2__row .error:empty {
  display: none !important;
}
.booking__form-2__row .checkbox-front {
  min-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 4px;
  pointer-events: none;
}
.booking__form-2__row .checkbox-front + .agreed-text {
  margin-left: 20px;
  width: 92%;
}
.booking__form-2__row .checkbox-front + .agreed-text p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: #b3b3b3;
  padding: 0;
  margin: 0;
}
.booking__form-2__row .checkbox-front + .agreed-text p + p {
  margin-top: 20px;
}
.booking__form-2__row .checkbox-front + .agreed-text p a {
  color: #f3945a;
  text-decoration: none;
}
.booking__form-2__row input,
.booking__form-2__row textarea {
  border-radius: 4px;
  border: 1px solid #a0a0a0;
  height: 60px;
  background-color: #ffffff;
  font-size: 21px;
  color: #141414;
  line-height: 25px;
  font-weight: 300;
  padding: 21px 12px;
  box-sizing: border-box;
  width: inherit;
  outline: none;
  resize: none;
}
.booking__form-2__row input::-moz-placeholder,
.booking__form-2__row textarea::-moz-placeholder {
  color: #aaaaaa;
}
.booking__form-2__row input::placeholder,
.booking__form-2__row textarea::placeholder {
  color: #aaaaaa;
}
.booking__form-2__row input:focus::placeholder,
.booking__form-2__row textarea:focus::placeholder {
  color: transparent;
}
.booking__form-2__row input:active,
.booking__form-2__row input:active:focus,
.booking__form-2__row input:focus,
.booking__form-2__row textarea:active,
.booking__form-2__row textarea:active:focus,
.booking__form-2__row textarea:focus {
  border: 2px solid #001030;
  padding: 20px 11px;
}
.booking__form-2__row input:active + .error,
.booking__form-2__row input:active:focus + .error,
.booking__form-2__row input:focus + .error,
.booking__form-2__row textarea:active + .error,
.booking__form-2__row textarea:active:focus + .error,
.booking__form-2__row textarea:focus + .error {
  display: none;
}
.booking__form-2__row input:not(:-moz-placeholder-shown) + .error,
.booking__form-2__row textarea:not(:-moz-placeholder-shown) + .error {
  display: none;
}
.booking__form-2__row input:not(:placeholder-shown) + .error,
.booking__form-2__row textarea:not(:placeholder-shown) + .error {
  display: none;
}
.validate-field.checkbox.no-validate ~ .error,
.validate-field.input.no-validate ~ .error {
  display: flex !important;
}
.validate-field.checkbox.no-validate ~ .checkbox-front,
.validate-field.input.no-validate {
  border: 2px solid #e73720;
}
.booking__form-2__row input:not(:-moz-placeholder-shown):invalid,
.booking__form-2__row textarea:not(:-moz-placeholder-shown):invalid {
  border: 2px solid #e73720;
  padding: 20px 11px;
}
.booking__form-2__row input:not(:placeholder-shown):invalid,
.booking__form-2__row input:invalid,
.booking__form-2__row textarea:not(:placeholder-shown):invalid,
.booking__form-2__row textarea:invalid {
  border: 2px solid #e73720;
  padding: 20px 11px;
}
.booking__form-2__row input:not(:-moz-placeholder-shown):invalid + .error,
.booking__form-2__row textarea:not(:-moz-placeholder-shown):invalid + .error {
  display: none;
}
.booking__form-2__row input:not(:placeholder-shown):invalid + .error,
.booking__form-2__row input:invalid + .error,
.booking__form-2__row textarea:not(:placeholder-shown):invalid + .error,
.booking__form-2__row textarea:invalid + .error {
  display: none;
}
.booking__form-2__row input.error,
.booking__form-2__row textarea.error {
  border: 2px solid #e73720;
  padding: 20px 11px;
}
.booking__form-2__row input[type="checkbox"],
.booking__form-2__row textarea[type="checkbox"] {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.booking__form-2__row input[type="checkbox"]:hover + .checkbox-front,
.booking__form-2__row textarea[type="checkbox"]:hover + .checkbox-front {
  border: 2px solid #fd8a43;
}
.booking__form-2__row input[type="checkbox"].checked + .checkbox-front,
.booking__form-2__row textarea[type="checkbox"].checked + .checkbox-front {
  background: url(../img/done.svg) no-repeat center center, #fd8a43;
  border: 1px solid #fd8a43;
}
.booking__form-2__row input[type="checkbox"].checked:hover + .checkbox-front,
.booking__form-2__row
  textarea[type="checkbox"].checked:hover
  + .checkbox-front {
  background-color: #f3945a;
}
.booking__form-2__row textarea {
  height: 150px;
}
.booking .success {
  max-width: 822px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 60px auto;
}
.booking .success__ico {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 119px;
  width: 106px;
}
.booking .success h1 {
  font-size: 50px;
  font-weight: 600;
  color: #141414;
  margin: 30px auto;
}
.booking .success p {
  color: rgba(20, 20, 20, 0.5);
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.booking .success__button-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 178px;
}
.booking .success__button-row .button__back-to-main {
  margin-left: 10px;
}
.booking-page.site .site-content.site-content-success {
  margin-top: 230px;
}
.page-content,
.page-content a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
}
.page-content a {
  transition: 0.2s;
}
.page-content b {
  font-size: 20px;
  font-weight: 600;
}
.container-pages__info {
  margin-bottom: 220px;
}
.page-content h1 {
  color: #141414;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 70px;
}
.mb-30 {
  margin-bottom: 30px;
  display: block;
}
.mb-60 {
  margin-bottom: 60px;
}
.page-content h2 {
  color: #141414;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 30px;
}
.page404__content {
  max-width: 665px;
  margin: 249px auto 160px auto;
  text-align: center;
}
.page404__content-image {
  margin-bottom: 40px;
}
.page404__content-title {
  color: #141414;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.page404__content-text {
  color: rgba(20, 20, 20, 0.6);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 40px;
}
.page404__content-btn .main-btn.btn-or {
  max-width: 335px;
  width: 100%;
}

@media (min-width: 1170px) {
  .main-btn:hover,
  .main-btn.btn-wt:hover,
  .site-header:hover .main-btn.header-btn:hover,
  .booking-page .site-header:hover .main-btn.header-btn:hover,
  .content-page .site-header:hover .main-btn.header-btn:hover,
  .site-header:hover .main-btn.header-btn-two:hover,
  .booking-main__btn .main-btn:hover {
    border: 1px solid #f3945a;
    background: #fd8a43;
    color: #fff;
  }
  .main-btn.btn-or-tr:hover {
    border: 2px solid #f3945a;
    background: #fd8a43;
    color: #fff;
  }
  .burger:hover .burger__line,
  .burger:hover .burger__line-sht,
  .site-header:hover .burger:hover .burger__line,
  .site-header:hover .burger:hover .burger__line-sht,
  .booking-page .site-header:hover .burger:hover .burger__line,
  .booking-page .site-header:hover .burger:hover .burger__line-sht,
  .content-page .site-header:hover .burger:hover .burger__line,
  .content-page .site-header:hover .burger:hover .burger__line-sht {
    background: #f3945a;
  }
  .header-menu__popup-close svg path {
    transition: 0.2s;
  }
  .header-menu__popup-close:hover svg path {
    fill: #f3945a;
  }
  .header-menu ul li a:hover {
    color: #f3945a;
  }
  .site-header:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  }
  .site-header .header__logo a svg path {
    transition: 0.2s;
  }
  .site-header:hover a.header__logo svg path {
    fill: #000000;
  }
  .our-offer__annotated-items {
    flex-direction: row;
  }
  .booking-page .site-header:hover a.header__logo svg path,
  .content-page .site-header:hover a.header__logo svg path {
    fill: #ffffff;
  }
  .site-header:hover .main-btn.header-btn {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .booking-page .site-header:hover .main-btn.header-btn,
  .content-page .site-header:hover .main-btn.header-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .site-header:hover .main-btn.header-btn-two {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
  }
  .site-header:hover .burger .burger__line,
  .site-header:hover .burger .burger__line-sht {
    background: #000000;
  }
  .booking-page .site-header:hover .burger .burger__line,
  .booking-page .site-header:hover .burger .burger__line-sht,
  .content-page .site-header:hover .burger .burger__line,
  .content-page .site-header:hover .burger .burger__line-sht {
    background: #ffffff;
  }
  .footer-menu ul li a:hover {
    color: #fd8a43;
  }
  .contacts-l__info-item a:hover {
    color: #fd8a43;
  }
  .footer-menu ul li a.footer-menu-orange:hover {
    color: #fd8a43;
  }
  .footer-bottom__r a:hover {
    color: #fd8a43;
  }
  .footer-menu ul li a.footer-menu-orange:hover svg path {
    fill: #fd8a43;
  }
  .pagination__row .swiper-pagination-bullet:hover,
  .pagination__row .swiper-pagination-bullet-active:hover {
    background: #fd8a43;
  }
  .swiper-slide.about-room__item:hover {
    border-radius: 4px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .booking__form-1 .space__item__checkbox:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  }
  .booking__form-1 .space__item__checkbox:hover .checkbox + div + .space__item {
    opacity: 1;
  }
  .page-content a.button__back:hover,
  .booking .booking__navigation-l a.button__back:hover {
    color: rgba(253, 138, 67, 1);
  }
  .page-content a.button__back:hover svg path,
  .booking .booking__navigation-l a.button__back:hover svg path {
    fill: rgba(253, 138, 67, 1);
  }
  .booking__form-2__row .checkbox-front + .agreed-text p a:hover {
    color: rgba(253, 138, 67, 1);
    text-decoration: underline;
  }
  .container-pages__info a:hover {
    color: #fd8a43;
  }
  .booking__form-1 .space__item__checkbox .checkbox:hover + div {
    background-color: #fd8a43;
    transition: 0.3s;
  }
  .booking__form-1 .space__item__checkbox .checkbox:hover + div:before {
    content: "";
    background-image: url(../img/booking/add-space-hover.svg);
    display: block;
    height: 42px;
    width: 37px;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
  }
  .booking__form-1 .space__item__checkbox .checkbox.checked:hover + div {
    background-color: #fd8a43;
    transition: 0.3s;
  }
  .booking__form-1 .space__item__checkbox .checkbox.checked:hover + div:before {
    content: "";
    background-image: url(../img/booking/add-space-minus.svg);
    display: block;
    height: 42px;
    width: 37px;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
  }
}
@media (max-width: 1700px) {
  .contacts-r img {
    height: 100%;
    object-fit: contain;
    object-position: -140px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 90%;
  }
  .main-screen__item-title {
    font-size: 100px;
  }
  .big-bg-text {
    position: absolute;
    left: -40px;
    width: 690px;
  }
  .about-room__big-bg-text.big-bg-text {
    width: 588px;
  }
  .big-bg-text svg {
    width: 100%;
  }
  .our-offer__item-big {
    height: 360px;
  }
  .our-offer__item-big {
    height: 360px;
  }
  .our-offer__item-big-top {
    font-size: 80px;
  }
  .our-offer__item-big-bottom {
    font-size: 40px;
  }
  .our-offer__item-big,
  .our-offer__item-sm {
    margin-bottom: 18px;
  }
  .our-offer__item-sm-bottom-sm {
    color: #fff;
    font-size: 15px;
  }
  .our-offer__item-big-bottom-sm {
    font-size: 28px;
  }
  .about-room__l {
    max-width: 500px;
  }
  .header__row {
    padding: 32px 30px 32px 30px;
  }
  .contacts-r img {
    object-position: -190px;
  }
}
@media (max-width: 1420px) {
  .big-bg-text {
    font-size: 180px;
  }
  .about-room__big-bg-text.big-bg-text {
    top: -114px;
  }
  .about-room__l {
    max-width: 420px;
  }
  .about-room__big-bg-text.big-bg-text {
    width: 440px;
    left: -33px;
  }
}
@media (max-width: 1380px) {
  .about-room__l {
    max-width: 380px;
  }
  .big-bg-text {
    width: 490px;
  }
}
@media (max-width: 1280px) {
  .about-room__r {
    max-width: 645px;
  }
  .contacts-r {
    max-width: 580px;
  }
  .contacts-r img {
    height: 100%;
    object-fit: contain;
    object-position: -325px;
  }
  .container-pages {
    width: 90%;
  }
}
@media (max-width: 1170px) {
  .bp {
    padding: 100px 0;
  }
  .site-header {
    background-color: #141414;
  }
  .header__row,
  .header-menu__popup-close-w {
    padding: 15px 10px 15px 10px;
  }
  .header__logo {
    max-width: 164px;
    width: 100%;
  }
  .header__logo svg {
    width: 100%;
    height: 27px;
  }
  .main-btn.header-btn {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 3px;
    border: 0.6px solid rgba(255, 255, 255, 0.3);
    white-space: nowrap;
  }
  .main-btn.header-btn-two {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 3px;
  }
  .main-btn.btn-or-tr.header-menu__bnt.header-menu__popup-close {
    padding: 24px 85px;
    font-size: 20px;
    width: 100%;
  }
  .header-menu__popup-close-w .header-menu__popup-close,
  .burger {
    width: 30px;
    height: 30px;
    padding: 3px;
  }
  .burger .burger__line {
    width: 24px;
  }
  .burger .burger__line-sht {
    width: 18px;
  }
  .header-menu__popup {
    height: 100%;
    overflow: scroll;
  }
  .header-menu__popup-row {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
  }
  .header-menu__popup-r {
    padding: 80px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .header-menu__popup-l {
    display: none;
  }
  .header-menu {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .header-menu ul li a {
    font-size: 40px;
  }
  .main-screen {
    max-height: 830px;
  }
  .booking {
    width: 83%;
  }
  .about-room__r,
  .about-room__l {
    max-width: 50%;
  }
  .about-room__row.img-right .about-room__l {
    margin-right: 60px;
  }
  .contacts {
    background: #f6f6f6;
  }
  .contacts__row,
  .site-footer__row {
    flex-direction: column;
  }
  .contacts-l {
    max-width: 100%;
    margin-bottom: 55px;
  }
  .contacts-l__info {
    display: flex;
    flex-wrap: wrap;
  }
  .contacts-l__info-item:nth-child(3) {
    width: 100%;
  }
  .contacts-r {
    max-width: 100%;
  }
  .contacts-r img {
    width: 100%;
    height: 100%;
    object-position: 0;
  }
  .contacts-l .main-btn.or-bl {
    max-width: 350px;
    width: 100%;
  }
  .footer-logo {
    margin-bottom: 50px;
  }
  .site-footer__row {
    margin-bottom: 60px;
  }
  .our-offer {
    background: #000000;
  }
  .our-offer__title {
    font-size: 40px;
  }
  .our-offer__title br {
    display: none;
  }
  .our-offer__row-top {
    flex-wrap: wrap;
  }
  .our-offer__item-big,
  .our-offer__item-sm {
    width: 24.02%;
    margin-right: 1.3%;
    margin-bottom: 10px;
    height: 160px;
    padding: 10px;
  }
  .our-offer__item-big:nth-child(3),
  .our-offer__item-sm:nth-child(6),
  .our-offer__item-big:nth-child(4),
  .our-offer__item-sm:nth-child(4) {
    margin-right: 1.3%;
  }
  .our-offer__item-sm:nth-child(5),
  .our-offer__item-sm:nth-child(9) {
    margin-right: 0;
  }
  .our-offer__item-sm.mob {
    display: flex;
    margin-right: 0;
  }
  .our-offer__item-sm.pc {
    display: none;
  }
  .our-offer__item-big-top {
    font-size: 45px;
  }
  .our-offer__item-big-top span.our-offer__item-big-top-m {
    font-size: 25px;
    margin-left: 5px;
  }
  .our-offer__item-big-top span.our-offer__item-big-top-n {
    font-size: 15px;
    top: -9px;
  }
  .our-offer__item-big-bottom {
    font-size: 23px;
  }
  .our-offer__item-big-bottom-sm {
    font-size: 15px;
    min-height: 60px;
  }
  .our-offer__item-sm-bottom-sm {
    font-size: 15px;
    min-height: 60px;
  }
  .our-offer__item-big-bottom {
    min-height: 64px;
  }
  .our-offer__item-sm-top {
    width: 46px;
    height: 46px;
    margin: 5px;
  }
  .our-offer__item-sm-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .contacts-l__info-item:nth-child(1) {
    margin-right: 70px;
  }
  .content-page.site .site-content {
    margin-top: 90px;
  }
  .page-content,
  .page-content a {
    font-size: 17px;
  }
  .page-content h1 {
    font-size: 31px;
    margin-bottom: 50px;
  }
  .page-content h2 {
    font-size: 21px;
  }
  .page-content,
  .page-content a,
  .page-content b {
    font-size: 17px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .container-pages__info {
    margin-bottom: 160px;
  }
  .page404__content {
    margin: 160px auto 90px auto;
    text-align: center;
  }
}
@media (max-width: 1040px) {
  .main-screen {
    flex-direction: column;
    max-height: 900px;
    overflow: hidden;
    position: relative;
    z-index: 4;
  }
  .main-screen__mobile-images {
    display: block;
  }
  .main-screen__item {
    width: 100%;
    align-items: flex-end;
    padding: 55px 49px;
    background: transparent;
  }
  .main-screen__item-line {
    display: block;
  }
  .main-screen__item:last-child {
    border-bottom: none;
  }
  .main-screen__item-title {
    position: relative;
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
    transform-origin: bottom left;
    font-size: 75px;
    color: rgba(255, 255, 255, 0.5);
  }
  .main-screen-wrapper {
    margin-top: 0px;
    position: relative;
  }
  .main-screen__item-layer,
  .main-screen__item.active .main-screen__item-layer {
    background: transparent;
    mix-blend-mode: multiply;
  }
  .main-screen__item-layer-shadow,
  .main-screen__item-layer-mobile {
    display: block;
  }
  .main-screen__item-img {
    filter: blur(0);
  }
  .main-screen__item-img {
    display: none;
  }
  .main-screen__item.active .main-screen__item-title {
    left: 0;
    color: #fff;
  }
  .main-screen__item .main-screen__item-title {
    transition: none;
  }
  .main-screen__item-title {
    display: flex;
    align-items: center;
  }
  .main-screen__item-title svg {
    display: block;
    margin-left: 10px;
    opacity: 0.3;
  }
  .main-screen__item .main-screen__item-title svg {
    width: 70px;
    height: 62px;
    margin-left: 30px;
  }
  .main-screen__item.active .main-screen__item-title svg {
    opacity: 1;
  }

  .booking__form-1 .space__item__checkbox {
    max-width: 48.5%;
  }
  .booking__form-1 .space__item__checkbox:nth-child(even) {
    margin-right: 0;
  }
  .booking__form-1 .space__item__checkbox {
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .booking__form-1 .space__item__checkbox:nth-child(3n) {
    margin-right: 3%;
  }
  .booking__form-1 .space__item__checkbox {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  }
  .booking-page.site .site-content,
  .content-page.site .site-content {
    margin-top: 90px;
  }
  .booking h1.header-name {
    font-size: 30px;
  }
  .booking__navigation {
    margin-bottom: 35px;
  }
  .booking__navigation-r {
    top: auto;
  }
  .booking__notification-l {
    margin-right: 16px;
  }
  .booking__notification-l svg {
    width: 40px;
    height: 33px;
  }
  .booking__notification,
  .booking__notification b {
    font-size: 15px;
    line-height: 140%;
  }
  .booking__notification {
    margin-bottom: 20px;
  }
  .calendar > div label {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .calendar > div input {
    height: 50px;
    border-radius: 4px;
    font-size: 17px;
    line-height: normal;
    padding: 17px 12px;
  }
  .calendar > div input::placeholder {
    font-size: 17px;
  }
  .booking__form-2__row {
    margin-bottom: 12px;
  }
  .calendar {
    margin-bottom: 45px;
  }
  .booking__form-1 .space__item__checkbox .space__item__content {
    padding: 20px 10px;
  }
  .booking__form-1 .space__item__checkbox .checkbox,
  .booking__form-1 .space__item__checkbox .checkbox + div {
    right: 10px;
  }
  .booking__form-1 {
    margin-bottom: 140px;
  }
  .booking__form-1 .error-calendar {
    font-size: 12px;
  }
  .booking__navigation.second-step {
    margin-bottom: 22px;
  }
  .booking__title {
    margin-bottom: 35px;
  }
  .booking__form-2__row.address .booking__form-2__row:nth-child(1) {
    max-width: 100%;
    margin-right: 0;
  }
  .booking__form-2__row.address .booking__form-2__row:nth-child(2) {
    max-width: 100%;
    margin-right: 0;
  }
  .booking__form-2__row.address {
    flex-direction: column;
  }
  .calendar #calendarFromWrapper {
    margin-right: 3%;
  }
  .booking__form-btn2.main-btn.btn-or.button__next {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
  .booking-page.site .site-content.site-content-success {
    margin-top: 180px;
  }
  .booking .success__ico {
    width: 88px;
    height: 95px;
  }
  .booking .success__ico svg {
    width: 100%;
  }
  .booking .success h1 {
    margin: 20px auto 30px auto;
  }
  .booking.booking-success {
    max-width: 530px;
  }
  .booking.booking-success h1 {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    line-height: normal;
  }
  .booking .success p {
    font-size: 15px;
    font-weight: 300;
  }
  .booking .success {
    max-width: 450px;
    margin: 0 auto 50px auto;
  }
  .booking .success p {
    margin-bottom: 20px;
  }
  .booking .success p:last-child {
    margin-bottom: 0;
  }
  .booking .success__button-row {
    margin-bottom: 156px;
  }
}
@media (max-width: 900px) {
  .about__row {
    flex-direction: column;
    position: relative;
    align-items: baseline;
  }
  .about__l {
    max-width: 100%;
    margin-right: 0;
  }
  .about__title.main-title {
    margin-bottom: 596px;
    max-width: 526px;
  }
  .about__r {
    position: absolute;
    top: 258px;
    left: 0;
    max-width: 100%;
    height: 515px;
  }
  .about__r-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
  }
  .about__r-el {
    display: none;
  }
  .big-bg-text {
    width: 623px;
    top: -64px;
    left: -14px;
  }
  .about-room__row {
    flex-direction: column;
  }
  .about-room__row.img-right {
    flex-direction: column-reverse;
  }
  #rundgang3d .about-room__row.img-right {
    position: relative;
  }
  .about-room__title.main-title {
    margin-bottom: 627px;
  }
  #rundgang3d .about-room__title.main-title {
    margin-bottom: 489px;
    max-width: 335px;
  }
  .about-room .about-room__r {
    top: 413px;
  }
  .about-room__big-bg-text.big-bg-text {
    width: 568px;
    left: -8px;
    top: -66px;
  }
  #event.about-room .about-room__r {
    top: 452px;
  }
  .about-room {
    position: relative;
  }
  .about-room__r {
    margin-right: 0;
    max-width: 90%;
  }
  .about-room__l {
    max-width: 100%;
  }
  .about-room__r {
    height: 556px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .about-room__r-in {
    width: 100%;
    height: 512px;
  }
  .about-room__r-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-room__r-in .swiper {
    height: 100%;
  }
  .pagination__row {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about-room__r .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    left: 0;
    width: auto;
  }
  .pagination__row .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin-right: 30px !important;
  }
  .pagination__row .swiper-pagination-bullet-active {
    width: 40px;
    height: 5px;
  }
  .about-room__row.img-right .about-room__l {
    margin-right: 0;
  }
  .main-btn {
    width: 100%;
  }
  .about-room__text.main-text p:last-child {
    margin-top: 40px;
  }
  #meet .about-room__big-bg-text.big-bg-text {
    width: 509px;
    top: -76px;
    left: -14px;
  }
  #co-working .about-room__big-bg-text.big-bg-text {
    width: 526px;
    top: -88px;
    left: -30px;
  }
  #location .about-room__big-bg-text.big-bg-text {
    width: 509px;
    top: -76px;
    left: -14px;
  }
  #officeadress.about-room__big-bg-text.big-bg-text {
    width: 509px;
    top: -76px;
    left: -14px;
  }
  #fullservice .about-room__big-bg-text.big-bg-text {
    width: 509px;
    top: -76px;
    left: -14px;
  }
  .about-room__row.room-tour
    .about-room__l
    .about-room__big-bg-text.big-bg-text {
    width: 451px;
    top: -39px;
    left: -15px;
  }
  #meet.about-room .about-room__r {
    top: 392px;
  }
  #location.about-room .about-room__r {
    top: 392px;
  }
  #officeadress.about-room .about-room__r {
    top: 392px;
  }
  #fullservice.about-room .about-room__r {
    top: 392px;
  }
  #co-working.about-room .about-room__r {
    top: 392px;
  }
  .our-offer__title {
    max-width: 340px;
    margin-bottom: 50px;
  }
  .about-room__r-img-solo {
    text-align: center;
    height: 100%;
  }
  .about-room__r-img-solo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #rundgang3d.about-room .about-room__r {
    height: 396px;
    top: 176px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #rundgang3d.about-room .about-room__title.main-title {
    margin-bottom: 489px;
  }
  #rundgang3d.about-room .about-room__text.main-text {
    font-size: 18px;
  }
  .booking-main_img.jarallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .booking-main_img.jarallax.pc {
    display: none;
  }
  .booking-main_img.jarallax.tablet {
    display: block;
  }
  .booking-main__row {
    padding: 102px 0 102px 0;
  }
  .booking-main__title {
    max-width: 78%;
    margin-bottom: 20px;
  }
  .booking-main__text {
    font-size: 25px;
  }
  .contacts-l__logo {
    max-width: 285px;
    margin-bottom: 60px;
  }
  .contacts-l__logo img {
    width: 100%;
  }
  .contacts-l__info-item,
  .contacts-l__info-item b {
    font-size: 20px;
  }
  .contacts-l__info-item-img {
    width: 25px;
    margin-right: 24px;
  }
  .contacts-l__info-item:nth-child(3) .contacts-l__info-item-img {
    top: 7px;
  }
  .footer-logo img {
    max-width: 285px;
    width: 100%;
  }
  .site-footer__row {
    margin-bottom: 90px;
  }
  .footer-bottom__l,
  .footer-bottom__r a {
    font-size: 13px;
  }
  .footer-bottom__r a {
    position: relative;
    bottom: 2px;
  }
  .swiper.upcoming-events__slider {
    max-width: 433px;
  }
  .upcoming-events__pagination-wrap {
    margin-top: 50px;
  }
  .our-offer__item-big,
  .our-offer__item-sm {
    height: 177px;
  }
}
@media (max-width: 800px) {
  .our-offer__item-big,
  .our-offer__item-sm {
    height: 166px;
  }
}
@media (max-width: 750px) {
  .booking__form-2__row .checkbox-front + .agreed-text {
    margin-left: 2%;
    width: 91%;
  }
}
@media (max-width: 710px) {
  .header-menu ul {
    height: 55vh;
    height: 55svh;
  }
  .main-screen {
    height: 600px;
  }
  .main-btn.btn-wt.header-btn-two {
    display: none;
  }
  .main-screen__mobile-images {
    display: block;
  }
  .main-screen__item {
    width: 100%;
    align-items: flex-end;
    padding: 25.5px 20px 40px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
  }
  .main-screen__item:last-child {
    border-bottom: none;
  }
  .main-screen__item-title {
    font-size: 45px;
  }
  .main-screen-wrapper {
    margin-top: 0px;
    position: relative;
  }
  .main-screen__item-layer,
  .main-screen__item.active .main-screen__item-layer {
    opacity: 0.15;
    background: linear-gradient(180deg, #ff6100 0%, #d14f00 100%);
  }
  .main-screen__item-img {
    filter: blur(0);
  }
  .main-screen__item-img {
    display: none;
  }
  .main-screen__item.active .main-screen__item-title {
    left: 0;
    color: #fff;
  }
  .main-screen__item .main-screen__item-title {
    transition: none;
  }
  .main-screen__item-title {
    display: flex;
    align-items: center;
  }
  .main-screen__item-title svg {
    display: block;
    margin-left: 10px;
    opacity: 0.3;
  }
  .main-screen__item.active .main-screen__item-title svg {
    opacity: 1;
  }
  .about__l {
    max-width: 100%;
    margin-right: 0;
  }
  .bp {
    padding: 100px 0;
  }
  .big-bg-text {
    left: -14px;
    top: -130px;
    width: 414px;
  }
  .big-bg-text svg {
    width: 100%;
  }
  .main-title {
    font-size: 40px;
  }

  .about-room__title.main-title {
    margin-bottom: 342px;
  }
  .about__r {
    position: absolute;
    top: 240px;
    left: 0;
    max-width: 100%;
    height: 235px;
  }
  .about__title.main-title {
    max-width: 335px;
    margin-bottom: 335px;
  }
  .about-room__r-in {
    height: 235px;
  }
  .about-room__r {
    margin-right: 0;
    max-width: 90%;
    height: 277px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  #event.about-room .about-room__r {
    top: 420px;
  }
  #meet.about-room .about-room__r {
    top: 343px;
  }
  #location.about-room .about-room__r {
    top: 343px;
  }
  #officeadress.about-room .about-room__r {
    top: 343px;
  }
  #fullservice.about-room .about-room__r {
    top: 343px;
  }
  #co-working.about-room .about-room__r {
    top: 345px;
  }
  #event .about-room__big-bg-text.big-bg-text {
    width: 370px;
    top: -112px;
    left: -8px;
  }
  #meet .about-room__big-bg-text.big-bg-text {
    width: 328px;
    top: -112px;
    left: -8px;
  }
  #location .about-room__big-bg-text.big-bg-text {
    width: 328px;
    top: -112px;
    left: -8px;
  }
  #officeadress .about-room__big-bg-text.big-bg-text {
    width: 328px;
    top: -112px;
    left: -8px;
  }
  #fullservice .about-room__big-bg-text.big-bg-text {
    width: 328px;
    top: -112px;
    left: -8px;
  }
  #co-working .about-room__big-bg-text.big-bg-text {
    width: 350px;
    top: -121px;
    left: -14px;
  }
  .our-offer__item-big:nth-child(3) {
    margin-right: 3%;
  }
  .about-room__big-bg-text.big-bg-text svg {
    width: 100%;
  }
  .about-room .small-subtitle {
    margin-bottom: 26px;
  }
  .main-text,
  .main-text b {
    font-size: 15px;
    line-height: 140%;
  }
  .our-offer__title {
    font-size: 40px;
  }
  .our-offer__row-top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-offer__item-big,
  .our-offer__item-sm {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 10px;
    height: 160px;
    padding: 10px;
  }
  .our-offer__item-big:nth-child(even) {
    margin-right: 0%;
  }
  .our-offer__item-sm:nth-child(odd) {
    margin-right: 0%;
  }
  .our-offer__item-sm.mob {
    display: flex;
    margin-right: 0;
  }
  .our-offer__item-sm.pc {
    display: none;
  }
  .our-offer__item-sm:nth-child(6) {
    margin-right: 3%;
  }
  .our-offer__item-big-top {
    font-size: 40px;
  }
  .our-offer__item-big-top span.our-offer__item-big-top-m {
    font-size: 15px;
  }
  .our-offer__item-big-top span.our-offer__item-big-top-n {
    font-size: 10px;
    top: -9px;
  }
  .our-offer__item-big-bottom {
    font-size: 23px;
  }
  .our-offer__item-big-bottom-sm {
    font-size: 15px;
    min-height: 60px;
  }
  .our-offer__item-sm-bottom-sm {
    font-size: 14px;
    min-height: 60px;
  }
  .our-offer__item-big-bottom {
    min-height: auto;
  }
  .about-room__r-img-solo {
    text-align: center;
  }
  #rundgang3d.about-room .about-room__r {
    top: 115px;
  }
  #rundgang3d.about-room .about-room__title.main-title {
    margin-bottom: 268px;
  }
  #rundgang3d.about-room .about-room__text.main-text {
    font-size: 17px;
  }
  .upcoming-events__pagination-wrap.pagination__row {
    display: none;
  }
  .about-room__row.room-tour
    .about-room__l
    .about-room__big-bg-text.big-bg-text {
    width: 308px;
    top: -87px;
    left: -15px;
  }
  .booking-main__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .booking-main__text {
    margin-bottom: 40px;
  }
  .booking-main__row {
    padding: 137px 0 31px 0;
    max-width: 892px;
  }
  /* .booking-main {
        background: url(../img/booking-bg-mob.jpg) no-repeat center center;
        background-size: cover;
        width: 100%;
        height: 100%;
    } */
  .booking-main_img.jarallax.tablet {
    display: none;
  }
  .booking-main_img.jarallax.mobile {
    display: block;
  }
  .booking-main__btn .main-btn {
    border: 1px solid #f3945a;
  }
  .booking-main__text {
    font-size: 25px;
  }
  .upcoming-events__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .swiper.upcoming-events__slider .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-slide.about-room__item-room {
    margin-bottom: 35px;
    height: 235px;
  }
  .swiper-slide.about-room__item {
    margin-bottom: 25px;
  }
  .swiper-slide.about-room__item .main-btn.or-bl {
    border: 1px solid #f3945a;
    background: #f3945a;
    color: #fff;
  }
  .swiper-slide.about-room__item:last-child {
    margin-bottom: 0;
  }
  .about-room__item-img {
    height: 160px;
  }
  .about-room__item-info {
    padding: 30px 20px 0 20px;
  }
  .about-room__item-btn-wrapper {
    padding: 0 20px 30px 20px;
  }
  .contacts.section.bp {
    padding-bottom: 123px;
  }
  .about-room.section.bp {
    padding-bottom: 73px;
  }
  .about-block.section.bp {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #event.about-room.section.bp {
    padding-top: 120px;
  }
  .about-room__item-title {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .about-room__item-time {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .about-room__item-text {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .contacts {
    background: #f6f6f6;
  }
  .contacts__row {
    flex-direction: column;
  }
  .contacts-r__img {
    width: 100%;
    height: 275px;
  }
  .contacts-r__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contacts-l {
    margin-bottom: 80px;
  }
  .site-footer__row {
    flex-direction: column;
    margin-bottom: 70px;
  }
  .footer-logo {
    margin-bottom: 70px;
  }

  .site-footer__row-r,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-coll-one,
  .footer-coll-two {
    margin-bottom: 60px;
  }
  .footer-bottom__l {
    margin-bottom: 30px;
  }
  .footer-bottom__l,
  .footer-bottom__r a {
    font-size: 13px;
    margin-right: 20px;
  }
  .footer-bottom__l {
    max-width: 215px;
  }
  .small-subtitle__element {
    width: 50px;
    height: 14px;
  }
  .small-subtitle {
    margin-bottom: 18px;
  }
  .main-btn.btn-or-tr.header-menu__bnt.header-menu__popup-close {
    padding: 20px 20px;
    font-size: 20px;
    width: 100%;
  }
  .booking__navigation-r {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
  }
  .booking__navigation-r {
    padding: 10px 20px 20px 20px;
    filter: drop-shadow(0px -4px 20px rgba(0, 0, 0, 0.1));
    background: #ffffff;
    z-index: 10;
  }
  .booking__navigation-r.hidden-bnt {
    opacity: 0;
    visibility: hidden;
  }
  .space__button-row .main-btn.btn-or.button__next,
  .booking__navigation-r .main-btn.btn-or.button__next.button__next-submit {
    width: 100%;
  }
  .page-content a.button__back,
  .booking .booking__navigation-l a.button__back {
    font-size: 19px;
  }
  .booking__navigation {
    margin-bottom: 30px;
  }
  .booking {
    width: 87%;
  }
  .calendar {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .calendar #calendarFromWrapper,
  .calendar #calendarToWrapper {
    width: 100%;
    margin-right: 0;
  }
  .calendar #calendarFromWrapper {
    margin-bottom: 16px;
  }
  .booking__form-1 .space__item__checkbox {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
  .booking__form-1 .space__item__checkbox .space__item__content p.person {
    font-size: 15px;
    line-height: 140%;
  }
  .booking__form-1 .space {
    margin-bottom: 18px;
  }
  .space__button-row .main-btn.btn-or.button__next {
    width: 100%;
  }
  .booking__form-2__row input {
    font-size: 17px;
    height: 50px;
    padding: 17px 12px;
  }
  .booking__form-2__row textarea {
    font-size: 17px;
    height: 100px;
    padding: 17px 12px;
  }
  .booking__form-2__row input::placeholder,
  .booking__form-2__row textarea::placeholder {
    font-size: 17px;
  }
  .booking__form-2__row .error {
    font-size: 14px;
  }
  .booking__form-2__row.booking__form-2__textarea {
    margin-bottom: 20px;
  }
  .booking__form-2__row .checkbox-front + .agreed-text p {
    font-size: 14px;
  }
  .booking__form-2__row .checkbox-front + .agreed-text p + p {
    margin-top: 12px;
  }
  .booking__form-2__row.agreed {
    margin-bottom: 20px;
  }
  .booking__form-2 {
    margin: 0 auto 100px auto;
  }
  .booking-page.site .site-content.site-content-success {
    margin-top: 140px;
  }
  .booking .success {
    margin: 0 auto 34px auto;
  }
  .booking .success__button-row {
    flex-direction: column;
  }
  .booking .success__button-row .button__back-to-main {
    margin-left: 0;
  }
  .booking .success__button-row .main-btn.btn-or.button__new-request {
    margin-bottom: 12px;
  }
  .booking .success__button-row {
    margin-bottom: 110px;
  }
  .swiper.upcoming-events__slider {
    max-width: 100%;
  }
  .swiper-slide.about-room__item-empty {
    min-height: 420px;
    margin-bottom: 25px;
  }
  .swiper-slide.about-room__item-empty:last-child {
    margin-bottom: 0;
  }
  .main-screen__item .main-screen__item-title svg {
    width: 40px;
    height: 32px;
    margin-left: 15px;
  }
  .our-offer__row-bottom {
    justify-content: center;
  }
  .our-offer__row-bottom .our-offer__item-sm:nth-child(4) {
    margin-right: 3%;
  }
  #rundgang3d.about-room .about-room__r {
    height: 182px;
    top: 154px;
  }
  .header-menu ul li a {
    font-size: 26px;
  }
  .page-content,
  .page-content a {
    font-size: 15px;
  }
  .page-content h1 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .page-content h2 {
    font-size: 18px;
  }
  .page-content,
  .page-content a,
  .page-content b {
    font-size: 15px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .container-pages__info {
    margin-bottom: 90px;
  }
  .page404__content {
    margin: 90px auto 90px auto;
  }
  .page404__content-image {
    max-width: 280px;
    margin: 0 auto 30px auto;
  }
  .page404__content-image img {
    width: 100%;
  }
  .page404__content-title {
    font-size: 31px;
    line-height: 115%;
    margin-bottom: 20px;
  }
  .page404__content-text {
    font-size: 15px;
  }
}
@media (max-width: 494px) {
  .booking__form-2__row .checkbox-front + .agreed-text {
    margin-left: 2%;
    width: 85%;
  }
}
@media (max-width: 380px) {
  #rundgang3d.about-room .about-room__r {
    height: 182px;
    top: 154px;
  }
  .booking__form-2__row .checkbox-front + .agreed-text {
    margin-left: 2%;
    width: 84%;
  }
}
@media (max-width: 345px) {
  .header__logo {
    max-width: 120px;
    width: 100%;
  }
  .big-bg-text {
    font-size: 123px;
  }
  .about__r {
    top: 283px;
  }
  .our-offer__item-big-bottom {
    font-size: 18px;
  }
  .our-offer__item-sm-bottom-sm {
    font-size: 12px;
    min-height: 60px;
  }
  .our-offer__item-big-bottom-sm {
    font-size: 13px;
  }
  .footer-bottom__l,
  .footer-bottom__r a {
    font-size: 11px;
    margin-right: 15px;
  }
  .header-menu__popup-r {
    padding: 40px 30px;
  }
}

/* ---------------------------------------------------------------- 
/* Ab hier: Neuer Code von Kleinfeldt Media & Marketing GbR Hausham 
/* ---------------------------------------------------------------- */

/* Hero-Fade Section (Hintergrund mit weicher Überblendung) */
.hero-fade {
  position: relative;
  min-height: 1200px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-fade .hero-fade-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-fade .swiper-slide,
.hero-fade .swiper-slide img {
  width: 100%;
  height: 100%;
}
.hero-fade .swiper-slide img {
  object-fit: cover;
  display: block;
}

/* Content oben drauf, zentriert im normalen Content-Container */
.hero-fade__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center; /* Text mittig ausrichten */
  padding: 0 15px; /* kleinen Puffer links/rechts */
  margin: 0 auto; /* Container mittig */
  max-width: 100%; /* optional: max. Breite setzen */
}
.hero-fade__inner .main-title,
.hero-fade__inner .main-text {
  margin-left: auto;
  margin-right: auto;
}
.hero-main__title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 100%;
  color: #ffffff;
}

.hero-main__text {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  color: #ffffff;
  line-height: 2rem !important;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* Mobile-Anpassung */
@media (max-width: 900px) {
  .hero-main__title {
    max-width: 100%;
    font-size: 3rem;
    width: 100%;
    padding: 0 16px; /* Abstand zu den Rändern */
  }
  .hero-main__text {
    font-size: 2rem;
    padding: 0 16px;
  }
}

/* dezente Abdunklung für bessere Lesbarkeit */
.hero-fade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 1; /* über den Bildern */
}

/* Pagination (nur wenn genutzt) */
.hero-fade__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  z-index: 2;
}

/* Parallax im Fade-Slider */
.hero-fade .swiper-slide {
  position: relative;
}
.hero-fade .jarallax {
  height: 100%;
}

/* ANPASSUNG DER OFFER KACHELN */

/* ==== DESKTOP (≥1171px) – nur row-top anfassen, row-bottom unverändert lassen ==== */
@media (min-width: 1171px) {
  .our-offer__row-top {
    display: flex;
    flex-wrap: wrap; /* zweite Zeile erlauben (für die 2 Half-Kacheln) */
    column-gap: 1.4%; /* seitlicher Abstand innerhalb row-top */
    row-gap: 10px; /* Abstand zwischen Zeile 1 (3 groß) und Zeile 2 (2 halb) */
    margin-bottom: 20px; /* Abstand von row-top → row-bottom */
  }

  /* in row-top nur die Big-Kacheln neutralisieren, damit column-gap gilt */
  .our-offer__row-top .our-offer__item-big {
    margin: 0 !important;
  }

  /* Erste Zeile: 3 große Kacheln */
  .our-offer__row-top > .our-offer__item-big:not(.our-offer__item-big--half) {
    width: calc((100% - 2 * 1.4%) / 3);
  }

  /* Umbruch nach der 3. Kachel */
  .our-offer__break {
    display: block;
    flex-basis: 100%;
    height: 0;
  }

  /* Zweite Zeile: 2 halbe Kacheln */
  .our-offer__item-big--half {
    width: calc((100% - 1.4%) / 2);
  }

  /* WICHTIG: .our-offer__row-bottom hier NICHT überschreiben */
}

/* ==== TABLET (711–1170px) – EIN Grid über beide Reihen, korrekte Selektoren ==== */
@media (max-width: 1170px) and (min-width: 711px) {
  /* Kein erzwungener Umbruch auf Tablet */
  .our-offer__break {
    display: none !important;
  }

  /* Der äußere Wrapper wird das Grid */
  .our-offer__row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 Kacheln pro Zeile */
    column-gap: 1.3%;
    row-gap: 10px;
  }

  /* Die Unter-Container "auflösen", damit ihre Kinder Grid-Items werden */
  .our-offer__row-top,
  .our-offer__row-bottom {
    display: contents !important;
  }

  /* WICHTIG: ohne '>' selektieren, damit Regeln wirklich greifen */
  .our-offer__row .our-offer__item-big,
  .our-offer__row .our-offer__item-sm,
  .our-offer__row .our-offer__item-big--half {
    width: auto !important; /* alte 24.02% etc. neutralisieren */
    margin: 0 !important; /* alte margin-right-Regeln neutralisieren */
    justify-self: stretch; /* Grid-Zelle voll ausfüllen */
    align-self: stretch;
    min-width: 0; /* Überlauf verhindern */
  }

  /* Abstand unter dem gesamten Block (falls benötigt) */
  .our-offer__row {
    margin-bottom: 10px;
  }

  /* Responsive Schriftgrößen nur für die Rezeption-Kachel
  .our-offer__item--rezeption {font-size: 32px;} */
}

/* ==== SMARTPHONE (≤710px) ==== */
@media (max-width: 710px) {
  .our-offer__break {
    display: none;
  } /* kein erzwungener Umbruch */

  .our-offer__row-top,
  .our-offer__row-bottom {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%; /* 2 pro Reihe => 1 Gap */
    row-gap: 10px;
  }

  /* Abstand zwischen den beiden Containern (fehlender Abstand-Fix) */
  .our-offer__row-top {
    margin-bottom: 10px;
  }

  /* alte Margins/Nth-Child-Regeln aushebeln */
  .our-offer__row-top .our-offer__item-big,
  .our-offer__row-top .our-offer__item-sm,
  .our-offer__row-bottom .our-offer__item-big,
  .our-offer__row-bottom .our-offer__item-sm {
    margin: 0 !important;
    width: calc((100% - 3%) / 2) !important; /* exakt 2 pro Reihe */
  }

  .our-offer__item-big--half {
    width: calc((100% - 3%) / 2) !important;
  }

  /* Responsive Schriftgrößen nur für die Rezeption-Kachel
  .our-offer__item--rezeption {font-size: 28px;} */
}

/* Rezeption – flüssige Schriftgröße (710px → 1170px) */
@media (max-width: 1170px) {
  .our-offer__item--rezeption {
    font-size: clamp(
      30px,
      calc(26px + (60 - 30) * ((100vw - 710px) / (1170 - 710))),
      60px
    ) !important;
    margin-top: 8px;
  }
}

/* ===========================================================
   OUR OFFER KACHELN
   =========================================================== */

/* ---------- DESKTOP (≥1171px) ----------------------------------------- */
@media (min-width: 1171px) {
  /* Erste Gruppe (3 große + 2 halbe) */
  #offer .our-offer__row-top {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.4%;
    row-gap: 10px; /* Abstand zwischen Zeile 1 (3) und Zeile 2 (2) */
    margin-bottom: 20px; /* Abstand zur nächsten Gruppe (row-bottom) */
  }
  /* alte Margins neutralisieren, damit column-gap wirkt */
  #offer .our-offer__row-top .our-offer__item-big {
    margin: 0 !important;
  }

  /* 3 große Kacheln in Zeile 1 */
  #offer
    .our-offer__row-top
    > .our-offer__item-big:not(.our-offer__item-big--half) {
    width: calc((100% - 2 * 1.4%) / 3);
  }

  /* erzwungener Umbruch vor den beiden halben */
  #offer .our-offer__break {
    display: block;
    flex-basis: 100%;
    height: 0;
  }

  /* 2 halbe Kacheln (50/50) */
  #offer .our-offer__item-big--half {
    width: calc((100% - 1.4%) / 2);
  }

  /* DUO-Kachel (letzte kleine Kachel, enthält 2 Themen) als normale sm-Kachel */
  #offer .our-offer__row-bottom .our-offer__item--duo {
    width: 15.5%;
    flex: 0 0 15.5%;
    margin-right: 0 !important; /* wichtig: kein Überlauf → kein Umbruch */
  }

  /* DUO-Kachel: Innenaufbau – Icons links nebeneinander, Labels links darunter */
  #offer .our-offer__item--duo .offer-duo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }
  #offer .our-offer__item--duo .offer-duo__icons,
  .our-offer__item-sm .offer-duo__icons {
    display: flex;
    gap: 15px;
  }
  #offer .our-offer__item--duo .offer-duo__icons img {
    width: 46px;
    height: 46px;
    display: block;
  }
  #offer .our-offer__item--duo .offer-duo__labels {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
    align-items: flex-start;
  }
  #offer .our-offer__item--duo .offer-duo__labels span {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    white-space: nowrap;
    word-break: keep-all;
    hyphens: none;
  }
}

/* ---------- TABLET (711–1170px) – gemeinsames Grid -------------------- */
@media (max-width: 1170px) and (min-width: 711px) {
  /* Desktop-Umbruch ausblenden */
  #offer .our-offer__break {
    display: none !important;
  }

  /* EIN Grid über beide Reihen: gleichmäßige 4 Spalten */
  #offer .our-offer__row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 1.3%;
    row-gap: 10px;
  }
  /* Untercontainer „auflösen“, Kinder werden Grid-Items */
  #offer .our-offer__row-top,
  #offer .our-offer__row-bottom {
    display: contents !important;
  }

  /* alle Kachelbreiten/Gaps bereinigen → Grid steuert */
  #offer .our-offer__row .our-offer__item-big,
  #offer .our-offer__row .our-offer__item-sm,
  #offer .our-offer__row .our-offer__item-big--half {
    width: auto !important;
    margin: 0 !important;
    justify-self: stretch;
    align-self: stretch;
    min-width: 0;
  }

  /* doppeltbreite Tablet-Kacheln (span2) */
  #offer .our-offer__row .item--span2 {
    grid-column: span 2;
  }

  /* E-Ladesäule/Dusche (Tablet-Varianten): Icon oben, Text unten */
  #offer .only-tablet.our-offer__item-sm {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    height: 160px !important;
  }
  #offer .only-tablet .our-offer__item-sm-top {
    margin-bottom: 0 !important;
  }
  #offer .only-tablet .our-offer__item-sm-bottom-sm {
    margin-top: auto !important;
    min-height: 66px !important;
  }
}

/* ---------- PHONE (≤710px) – 2 Spalten (Flex) ------------------------- */
@media (max-width: 710px) {
  /* Desktop-Umbruch ausblenden */
  #offer .our-offer__break {
    display: none !important;
  }

  /* 2 Spalten mit Flex-Gap */
  #offer .our-offer__row-top,
  #offer .our-offer__row-bottom {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 10px;
    margin-bottom: 10px;
  }

  /* alte Margins neutralisieren + exakte Breite für 2/Zeile */
  #offer .our-offer__row-top .our-offer__item-big,
  #offer .our-offer__row-top .our-offer__item-sm,
  #offer .our-offer__row-bottom .our-offer__item-big,
  #offer .our-offer__row-bottom .our-offer__item-sm {
    margin: 0 !important;
    width: calc((100% - 3%) / 2) !important;
  }

  /* E-Ladesäule/Dusche (Phone-Varianten): Icon oben, Text unten */
  #offer .only-phone.our-offer__item-sm {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    height: 160px !important;
  }
  #offer .only-phone .our-offer__item-sm-top {
    margin-bottom: 0 !important;
  }
  #offer .only-phone .our-offer__item-sm-bottom-sm {
    margin-top: auto !important;
    min-height: 66px !important;
  }
}

/* ---------- Spezial: Rezeption – fließende Schriftgröße --------------- */
/* Skaliert von 38px @710px bis 60px @1170px; Desktop behält deine Standardgröße */
@media (max-width: 1170px) {
  #offer
    .our-offer__item-big.our-offer__item--rezeption
    > .our-offer__item-big-top {
    font-size: clamp(
      38px,
      calc(38px + (60 - 38) * ((100vw - 710px) / (1170 - 710))),
      60px
    ) !important;
    line-height: 0.95;
  }
}

/* Sichtbarkeit-Reset: standardmäßig alles aus */
.only-desktop,
.only-tablet,
.only-phone {
  display: none !important;
}

/* Desktop aktiviert nur .only-desktop */
@media (min-width: 1171px) {
  .only-desktop {
    display: block !important;
  }
}

/* Tablet aktiviert nur .only-tablet */
@media (max-width: 1170px) and (min-width: 711px) {
  .only-tablet {
    display: block !important;
  }
}

/* Phone aktiviert nur .only-phone */
@media (max-width: 710px) {
  .only-phone {
    display: block !important;
  }
}

/* ===========================================================
   LOCATION SLIDER
   =========================================================== */

/* --- Grundlayout -------------------------------------------------- */
.location-slider,
.location-slider {
  position: relative;
}
.location-slider .swiper-slide {
  position: relative;
  overflow: hidden; /* verhindert, dass die Caption über das Bild hinausragt */
  aspect-ratio: 1000/650; /* Standard-Seitenverhältnis für Desktop */
}
.location-slider .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Textbox (Caption) -------------------------------------------- */
.location-slider .slide-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: auto !important;
  height: 140px;
  padding: 12px 35px !important;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #ffffff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;

  z-index: 2;

  /* Fade-In Animation mit 0.3s Delay */
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

/* --- Animation aktiv/inaktiv ------------------------------------- */
.location-slider .swiper-slide-active .slide-caption {
  opacity: 1;
  transform: translateY(0);
}
.location-slider .swiper-slide-prev .slide-caption,
.location-slider .swiper-slide-next .slide-caption {
  opacity: 0;
  transform: translateY(15px);
  transition-delay: 0s;
}

/* --- Typografie --------------------------------------------------- */
.location-slider .slide-caption__title {
  margin: 0;
  color: #f3945a; /* Orange: #F3945A */
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}
.location-slider .slide-caption__text {
  margin: 0;
  color: #ffffff; /* kleinerer Text in Weiß */
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}

/* --- Tablet (ab 481px bis 1024px) -------------------------------- */
@media (max-width: 1024px) and (min-width: 481px) {
  .location-slider .slide-caption {
    left: 15px;
    bottom: 15px;
    width: 350px;
    height: 120px;
    padding: 12px 14px;
  }
  .location-slider .slide-caption__title {
    font-size: 26px;
  }
  .location-slider .slide-caption__text {
    font-size: 16px;
  }
}

/* --- Smartphone (bis 480px) -------------------------------------- */
@media (max-width: 480px) {
  .location-slider .slide-caption {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    padding: 12px 14px;
  }
  .location-slider .slide-caption__title {
    font-size: 17px;
    line-height: 1;
    color: white;
  }
  .location-slider .slide-caption__text {
    font-size: 13px;
    margin-top: -4px;
    /*  display: none;           /* wird ausgeblendet */
  }
}

/* ===========================================================
   FULLSERVICE SLIDER
   =========================================================== */

/* --- Grundlayout -------------------------------------------------- */
.fullservice-slider,
.fullservice-slider {
  position: relative;
}
.fullservice-slider .swiper-slide {
  position: relative;
  overflow: hidden; /* verhindert, dass die Caption über das Bild hinausragt */
  aspect-ratio: 1000/650; /* Standard-Seitenverhältnis für Desktop */
}
.fullservice-slider .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Textbox (Caption) -------------------------------------------- */
.fullservice-slider .slide-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: auto !important;
  height: 140px;
  padding: 12px 35px !important;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  z-index: 2;
  /* Fade-In Animation mit 0.3s Delay */
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

/* --- Animation aktiv/inaktiv ------------------------------------- */
.fullservice-slider .swiper-slide-active .slide-caption {
  opacity: 1;
  transform: translateY(0);
}
.fullservice-slider .swiper-slide-prev .slide-caption,
.fullservice-slider .swiper-slide-next .slide-caption {
  opacity: 0;
  transform: translateY(15px);
  transition-delay: 0s;
}

/* --- Typografie --------------------------------------------------- */
.fullservice-slider .slide-caption__title {
  margin: 0;
  color: #f3945a; /* Orange: #F3945A */
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}
.fullservice-slider .slide-caption__text {
  margin: 0;
  color: #ffffff; /* kleinerer Text in Weiß */
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif" !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}

/* --- Tablet (ab 481px bis 1024px) -------------------------------- */
@media (max-width: 1024px) and (min-width: 481px) {
  .fullservice-slider .slide-caption {
    left: 15px;
    bottom: 15px;
    width: 350px;
    height: 120px;
    padding: 12px 14px;
  }
  .fullservice-slider .slide-caption__title {
    font-size: 26px;
  }
  .fullservice-slider .slide-caption__text {
    font-size: 16px;
  }
}

/* --- Smartphone (bis 480px) -------------------------------------- */
@media (max-width: 480px) {
  .fullservice-slider .slide-caption {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    padding: 12px 14px;
  }
  .fullservice-slider .slide-caption__title {
    font-size: 17px;
    line-height: 1;
    color: white;
  }
  .fullservice-slider .slide-caption__text {
    font-size: 13px;
    margin-top: -4px;
    /*  display: none;           /* wird ausgeblendet */
  }
}
/* ==========================
   FOOTER SOCIAL ICONS
   ========================== */

.footer-bottom {
  position: relative; /* Anker für absolute Positionierung */
}

.footer-social {
  position: absolute;
  right: 0px; /* Abstand zum rechten Container-Rand */
  bottom: 0px; /* Abstand nach unten */
  display: flex;
  gap: 15px; /* Abstand zwischen den Icons */
  z-index: 2; /* über dem Flex-Content */
}

.footer-social a {
  display: inline-block;
  text-decoration: none;
}

.footer-social img {
  width: 50px; /* Icon-Größe */
  height: auto;
  display: block;
  transition: transform 0.25s ease;
}

.footer-social a:hover img {
  transform: scale(1.1);
}

/* Tablet: größerer Abstand nach unten */
@media (max-width: 1024px) and (min-width: 711px) {
  .footer-social {
    right: 30px;
    bottom: 70px;
  }
}

/* Smartphone: Icons unterhalb des Footers, linksbündig */
@media (max-width: 710px) {
  .footer-social {
    position: static; /* nimmt sie aus der absoluten Positionierung */
    margin-top: 30px; /* Abstand oberhalb der Icons */
    display: flex;
    justify-content: flex-start;
    padding-left: 0px; /* etwas Einzug links für harmonische Ausrichtung */
  }
}

/* ==========================
   HEADER HERO
   ========================== */

/* Container-breit, volle Bildschirmhöhe */
.hero {
  max-width: 100%;
  width: 100%;
  position: relative;
  min-height: 100vh; /* Fullscreen */
}

/* Foto füllt die Containerbreite und volle Höhe */
.hero-media {
  height: 100vh;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

/* Bei Bildschirmen mit besonders hoher Auflösung die HERO Höhe nach unten begrenzen */
@media (min-height: 1300px) {
  .hero,
  .hero-media {
    height: 80vh;
    min-height: 80vh;
  }
}

/* Textkachel Container */
.hero-container {
  max-width: 1920px;
}

/* Textkachel */
.hero-card {
  position: absolute;
  right: 7%;
  top: 40%;
  transform: translateY(-50%);
  background: rgba(33, 33, 33, 0.35); /* Anthrazit mit leichter Transparenz */
  padding: 30px;
  max-width: 900px;
  border-radius: 4px;
  z-index: 2;
}

/* Desktop/Tablet – dynamische Anhebung per margin-top */
:root {
  /* auf deine tatsächliche Container-Maxbreite anpassen */
  --container-max: 2100px;
}

@media (min-width: 1170px) {
  .hero-card {
    /* 0px bei ≥ container-max, wird flüssig bis max. -120px je schmaler der Viewport */
    margin-top: clamp(-320px, (100vw - var(--container-max)) * 0.01, 0px);
  }
}

/* Typo-Vorgaben */
.hero-card h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  margin: 0 0 20px 0;
}

.hero-card h2 {
  font-size: 60px;
  line-height: 120%;
  font-weight: 600;
  color: #f3945a;
  margin: 0;
}

/* Button */
.hero-card .btn {
  display: inline-block;
  margin-top: 45px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 4px;
  background: #f3945a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.hero-card .btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

@media (max-width: 1170px) {
  .hero-card {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); /* Mitte des Screens */
    width: calc(100% - 40px); /* volle Breite minus 20px Rand je Seite */
    max-width: 500px;
    padding: 30px;
    text-align: center;
  }

  .hero-card h1,
  .hero-card h2 {
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px 0;
  }

  .hero-card h2 {
    font-size: 37px;
    font-weight: 500;
  }

  .hero-card .btn {
    font-size: 26px;
    margin-top: 30px;
    border-radius: 4px;
  }
}

@media (max-width: 710px) {
  .hero-card {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px 110px 20px;
    max-width: 100%;
    width: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 40%,
      rgba(0, 0, 0, 0.5) 65%,
      rgba(0, 0, 0, 0.3) 100%
    );
    transform: none;
  }

  .hero-card h1,
  .hero-card h2 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .hero-card h2 {
    font-size: 30px;
    font-weight: 500;
  }
  .hero-card .btn {
    font-size: 20px;
    margin-top: 30px;
    border-radius: 4px;
  }
}

/* iPhone 5/SE */
@media (max-width: 325px) and (max-height: 600px) {
  .hero-card {
    padding-bottom: 30px;
  }
  .hero-card h1 {
    font-size: 50px;
  }
  .hero-card h2 {
    font-size: 22px;
  }
  .hero-card .btn {
    font-size: 13px;
    margin-top: 20px;
  }
}

/* Tablet */
@media (min-width: 1200px) and (max-width: 1500px) {
  .hero-card {
    top: 40%;
  }

  .hero-card h1,
  .hero-card h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 10px 0;
  }

  .hero-card .btn {
    font-size: 18px;
    margin-top: 30px;
    border-radius: 4px;
  }
}

/* Text nur auf Desktop anzeigen */
@media (max-width: 1200px) {
  .desktop-text {
    display: none;
  }
}
