/* Visual restoration close to original homepage style */
body {
  font-family: Georgia, "Times New Roman", serif;
}

#header {
  min-height: 620px;
  background:
    linear-gradient(rgba(222, 231, 242, 0.82), rgba(222, 231, 242, 0.82)),
    url("/jpg/fon.jpg") center center / cover no-repeat;
}

#header #header-slider {
  background: none;
  position: relative;
  min-height: 620px;
  overflow: visible;
}

#header #header-slider::before {
  content: "";
  position: absolute;
  left: -110px;
  top: -40px;
  width: 860px;
  height: 700px;
  background: linear-gradient(180deg, rgba(192, 227, 118, 0.66), rgba(255, 181, 66, 0.66));
  clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%);
  z-index: 0;
}

#header #header-slider::after {
  content: "";
  position: absolute;
  left: calc(58% + 420px);
  top: 177px;
  width: 520px;
  height: 240px;
  background: rgba(255, 120, 65, 0.42);
  z-index: 0;
}

#header #header-slider .bx-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 170px;
  margin-left: 36px;
  width: 560px;
  height: 340px;
  padding: 0;
}

.bx-viewport {
  height: 300px !important;
}

/* prevent clipping when text block is shifted left */
#header #header-slider .bx-viewport {
  width: calc(100% + 120px) !important;
  margin-left: -120px;
  overflow: visible !important;
}

#header #header-slider .bx-wrapper {
  overflow: visible;
}

.bx-wrapper li h2 {
  font-size: 28px;
  line-height: 1.08;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.bx-wrapper li p {
  font-size: 18px;
  line-height: 1.26;
}

/* Move only slide text block (not pager dots) */
#header #header-slider .bx-wrapper .slider > li {
  position: relative;
  left: 44px;
  top: 120px;
  transform: none;
  max-width: 460px;
}

#header #header-slider .bx-wrapper .slider > li h2,
#header #header-slider .bx-wrapper .slider > li p {
  max-width: 460px;
}

.bx-wrapper .bx-pager {
  bottom: -8px;
}

#header .header-arrow {
  background: #f1f1f1;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#header .header-arrow::before {
  content: "\203A";
  display: block;
  color: #8f8f8f;
  text-align: center;
  line-height: 60px;
  font-size: 46px;
  transform: translateX(1px);
}

#header .flags {
  margin-top: -20px;
}

#header #header-reservation {
  background: transparent;
}

#logo {
  max-width: 360px;
}

nav#menu,
#primary-nav,
.menu-gray-bg {
  background-color: #343434 !important;
  background-image: none !important;
}

#primary-nav > li > a {
  color: #8f8f8f;
}

#primary-nav > li.menuactive > a {
  color: #fff;
  font-weight: 700;
}

/* Safety fallback: hide legacy menu items if cached old HTML is served */
#primary-nav #menu_3,
#primary-nav #menu_4,
#primary-nav #menu_5,
#primary-nav #menu_7 {
  display: none !important;
}

#content {
  margin-bottom: 90px;
}

/* Remove social media blocks and EN icon defensively */
#top-fb,
.find-us-logos,
#lang img[src$="en.png"] {
  display: none !important;
}

/* Content section under menu: force layout close to reference screenshot */
body#home_pl #content.container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto 18px;
}

body#home_pl #main {
  float: none;
  width: 705px;
}

body#home_pl #sub {
  float: none;
  width: 375px;
}

body#home_pl #content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  margin: 14px 0 16px;
}

body#home_pl #main > article > h2,
body#home_pl #sub > h2 {
  font-size: 22px;
  padding-left: 30px;
  background: url("/png/recommend_ico.png") no-repeat 8px 10px;
}

body#home_pl .news {
  margin-bottom: 22px;
}

body#home_pl .news > header h3 {
  width: auto;
  float: none;
  margin-bottom: 2px;
}

body#home_pl .news > header h3 a {
  font-size: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

body#home_pl .news .news-content p {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}

/* Webcam orange card */
body#home_pl #webcam-block {
  max-width: none;
  background:
    repeating-linear-gradient(
      -30deg,
      rgba(255, 188, 25, 0.18) 0 24px,
      rgba(244, 155, 0, 0.12) 24px 48px
    ),
    linear-gradient(180deg, #f8b300, #f6aa00);
  border-radius: 3px;
  padding: 10px 12px 14px;
  margin: 0 0 24px;
}

body#home_pl #webcam-block h2 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.1;
  padding: 0 28px 0 0;
  text-align: left;
  background: none;
  position: relative;
}

body#home_pl #webcam-block h2::after {
  content: "///";
  position: absolute;
  right: 0;
  top: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
}

body#home_pl #webcam-block .webcam-shot {
  height: 180px;
  margin: 0 18px 10px;
  background:
    linear-gradient(180deg, transparent 0 62%, #162f4f 62% 100%),
    url("/jpg/placeholder.jpg") center center / cover no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* Guestbook visual */
body#home_pl .cms-guestbook {
  padding-top: 0;
}

body#home_pl .cms-guestbook-entry {
  margin-left: 13px;
  padding-left: 16px;
}

body#home_pl .cms-guestbook-entry-content {
  padding: 10px;
  border-radius: 3px;
  background: #e9e9e9;
}

body#home_pl .cms-guestbook-entry-text {
  background: #e9e9e9;
  font-size: 18px;
  line-height: 1.35;
}

body#home_pl .cms-guestbook-entry-header {
  font-size: 16px;
  line-height: 1.3;
}

body#home_pl .guestbook-more a {
  font-size: 16px;
}

/* Map block: use provided map image directly */
body#home_pl .welcome-block.map-crop {
  position: relative;
  width: 100%;
  height: 335px;
  margin: 24px 0 0;
  border-radius: 3px;
  overflow: hidden;
  background:
    linear-gradient(rgba(245, 245, 245, 0.35), rgba(245, 245, 245, 0.35)),
    url("/png/map_real.png") center center / cover no-repeat;
}

body#home_pl .welcome-block.map-crop > h3 {
  display: none;
}

body#home_pl .welcome-block.map-crop > h3::before {
  content: none;
}

body#home_pl .welcome-block.map-crop .map-route {
  display: none;
}

body#home_pl .welcome-block.map-crop .map-route::before {
  content: none;
}

body#home_pl .welcome-block.map-crop .map-pin {
  display: none;
}

body#home_pl .welcome-block.map-crop .map-pin::after {
  content: none;
}

/* Logos area */
body#home_pl .find-us-logos p {
  margin: 0 0 10px;
}

body#home_pl .find-us-logos img {
  max-width: 100%;
  height: auto;
}
