@charset "UTF-8";
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Light.woff2") format("woff2"), url("fonts/Switzer-Light.woff") format("woff"), url("fonts/Switzer-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Regular.woff2") format("woff2"), url("fonts/Switzer-Regular.woff") format("woff"), url("fonts/Switzer-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Medium.woff2") format("woff2"), url("fonts/Switzer-Medium.woff") format("woff"), url("fonts/Switzer-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("fonts/Switzer-Semibold.woff2") format("woff2"), url("fonts/Switzer-Semibold.woff") format("woff"), url("fonts/Switzer-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
/* ================= FORMULARZE ================ */
input[type=file]::-webkit-file-upload-button {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
  padding: 0;
}

label {
  color: #1A1A1A;
  text-transform: none;
  margin: 5px 0;
  font-size: 14px;
}

span + label {
  margin-top: 0;
}

input,
select,
textarea,
.input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  height: 40px;
  line-height: 1;
}

.submit-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}
.submit-controls .button {
  width: 100%;
}

.submit-controls > div {
  width: auto;
  margin-right: 20px;
}

.submit-controls > div:last-child {
  margin-right: 0;
}

.submit-area {
  display: block;
  text-align: right;
}

.submit-area .button {
  margin: 0;
}

.input-wrapper {
  padding: 0 0 10px 0;
  width: 100%;
  position: relative;
}

.form-fields-wrapper {
  margin-right: -10px;
  width: 100%;
}

.columns .form-fields-wrapper {
  width: auto;
}

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
input ::-moz-placeholder,
textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
input :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
input :-moz-placeholder,
textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

.input-wrapper.floating-label {
  position: relative;
}

.input-wrapper.floating-label > label[for] {
  margin-top: 0;
  pointer-events: none;
}

.input-wrapper.floating-label > label[for]:first-child {
  position: absolute;
  top: 20px;
  transform: translate(0, -50%);
  left: 10px;
  line-height: 1;
  display: inline-block;
  padding: 2px;
  background: #f8f9fa;
  cursor: text;
  z-index: 1;
  transition: all 200ms;
}

.input-wrapper.floating-label > label[for].active:first-child,
.input-wrapper.floating-label > label[for].stay-active:first-child {
  top: 0;
  left: 5px;
  opacity: 1;
  font-size: 0.7rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-number {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
  max-width: 120px;
}

.input-number input {
  width: 40px;
  text-align: center;
}

.input-number > span {
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all 300ms;
}

.input-number > span.down {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up.disabled:after,
.input-number > span.down.disabled:after {
  line-height: 1;
}

.input-number > span.up:not(.disabled):after,
.input-number > span.down:not(.disabled):after {
  line-height: 1;
  opacity: 50%;
}

.input-number > span.up:after {
  content: url("graphics/commerce/plus.png");
}

.input-number > span.down:after {
  content: url("graphics/commerce/minus.png");
}

.input-number > span.down:hover,
.input-number > span.up:hover {
  background: #eee;
}

.select-placeholder {
  color: #999999;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#page-products_listing .styledSelect {
  border-radius: 5px;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#page-products_listing .styledSelect ul, #page-products_listing .styledSelect li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.styledSelect:after {
  content: "";
  background: url(graphics/svg/accordion-arrow-select.svg);
  border: none;
  width: 1.3333rem;
  height: 1.3333rem;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  pointer-events: none;
}

.styledSelect.active:after {
  transform: rotate(180deg) translate(0, 50%);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 5px 10px;
  color: #81878d;
  margin: 3px;
  border-radius: 3px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #f6f6f9;
  color: #1A1A1A;
}

/* INNY SELECT */
.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.select2-results ul,
.select2-results ul li {
  text-align: left;
  margin: 0;
}

.select2-results ul li {
  padding: 9px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #111;
  color: #fff;
}

.select2-container {
  width: 100% !important;
}

/* --- input type=radio, input type=checkbox --- */
input[type=checkbox] + label,
input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
}

input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #f8f9fa;
  border: 1px solid rgba(26, 26, 26, 0.15);
  border-radius: 2px;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=radio]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checklist.rodo label {
  font-size: 0.7rem;
}

.checklist.wrapper {
  display: block;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 10px;
}

.checklist.wrapper > label {
  margin-bottom: 10px;
}

.checklist.wrapper > label:last-child {
  margin-bottom: 0;
}

/* === DISABLED === */
input[type=checkbox][disabled] + label {
  opacity: 0.8;
}

input[type=checkbox][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[type=radio][disabled] + label {
  opacity: 0.8;
}

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[disabled=disabled] {
  background-color: #f0f0f0;
}

/* === swith toggle === */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #1A1A1A;
  border-radius: 20px;
  display: block !important;
}

.onoffswitch-checkbox[disabled=""] + .onoffswitch-label {
  opacity: 0.6;
  pointer-events: none;
}

.onoffswitch-label:before {
  display: none !important;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: IvyJournal, tahoma, arial, sans-serif;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #04aa6d;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #eee;
  color: #1A1A1A;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #1A1A1A;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* =============== zestawy pól ============== */
.input-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.input-combo > div {
  flex: 1;
  margin-right: 10px;
}

.input-combo > div:last-child {
  margin-right: 0;
}

.input-combo > div.post-code {
  flex: 0.5;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

/* ================ Wyszukiwarka ================== */
.simple-search-wrapper .button.search-button img {
  pointer-events: none;
}

.custom-file {
  cursor: pointer;
}

.custom-file > input {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-file .ico {
  position: static;
  height: 35px;
  width: 35px;
  background-image: url("graphics/svg/drop.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.custom-file-label {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}

.required-star {
  color: #D6134B;
}

/* ========== helpery w formularzu ========= */
.card.trzecia, .card.trzyrezta {
  border-right: 1px solid #ddd;
}

.product-card {
  border-bottom: 1px solid #ddd;
}

html,
body,
input,
textarea {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 30px 0;
  line-height: 1.2;
}

h1 {
  font-size: 2em;
  font-weight: 500;
}

h2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

#START h1 {
  font-size: 86px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #FFFEFC;
  margin-bottom: 30px;
}

#START #SYSTEM-FOOT .container {
  max-width: 1500px !important;
}

.text-wrapper p {
  font-weight: 300;
  line-height: 140%;
}

.container.narrow {
  max-width: 1050px !important;
}

#START h2 {
  font-size: 2.75rem;
  font-weight: 400;
}

#START h3,
h3 {
  text-align: left;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  margin: 25px 0 35px 0;
}

span.subtitle {
  color: #1A1A1A;
  font-size: 2rem;
  line-height: 160%;
  font-weight: 300;
  text-align: center;
}

a {
  text-decoration: none;
}

:not(.button.txt):hover {
  text-decoration: none !important;
}

.photo_txt .header .text-wrapper {
  padding: 0 20px;
}

.window-overlay .window-close {
  background-color: #f8f9fa;
}

.container,
.container.alt {
  padding: 0 60px;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}

.social-sharing-module > span.sharing-title {
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1em;
}

#copy_link_sharing {
  position: relative;
}

#copy_link_sharing:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #519c46;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms;
  transform: scale(0);
}

#copy_link_sharing.link-copied:after {
  transform: scale(1);
}

.links ul li {
  list-style: none;
  margin-left: 0;
}

.links ul li a {
  text-decoration: none;
  transition: all 300ms;
}

.video-wrapper .mp4-video video {
  display: block;
  max-width: 100%;
}

input,
select,
textarea,
.input-placeholder {
  border: 1px solid rgba(26, 26, 26, 0.15);
}

.listing-tile-wrapper:not(.news) .tile .content p {
  overflow: hidden;
  display: box;
  box-orient: vertical;
  line-clamp: 2;
  display: -moz-box;
  -moz-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 300;
}

.header {
  max-width: 100%;
}

.header.center h2,
.header.center .text-wrapper {
  text-align: center;
}

.header.center .text-wrapper {
  margin: 0 auto;
}

.header.with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

.header.with-button .button {
  margin: 0;
  margin-bottom: 10px;
}

.header.with-button h2 {
  margin-bottom: 10px;
  margin-right: 30px;
}

.logo-box .thb {
  filter: grayscale(100%);
  transition: filter 600ms;
}

.logo-box:hover .thb {
  filter: grayscale(0);
}

.quote-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 160px 0;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.quote-section h2,
.quote-section blockquote,
.quote-section p,
.quote-section span,
.quote-section a {
  color: #fff;
}

.quote-section h2 {
  text-align: center;
}

.quote-section .header {
  padding-bottom: 0;
}

.quote-section blockquote,
.quote-section span.signature {
  text-align: center;
  display: block;
}

blockquote span.signature {
  text-transform: uppercase;
}

.quote-section .slick-next,
.quote-section .slick-prev {
  display: none !important;
}

.counter-wrapper .text-wrapper {
  margin: 0 auto;
  text-align: center;
}

.counter-section {
  margin-top: 40px;
}

.counter-section > div {
  border-right: 1px solid rgba(42, 42, 42, 0.1019607843);
}

.counter-section > div:last-child {
  border-right: 0;
}

.counter-card .content {
  text-align: center;
}

.counter-card .content strong {
  min-height: 2lh;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.25rem;
  display: block;
  color: #2a2a2a;
}

.counter-card .content .value-wrapper .count,
.counter-card .content .value-wrapper .unit {
  font-size: 2.5rem;
  color: #2a2a2a;
  font-weight: 300;
  font-family: IvyJournal, tahoma, arial, sans-serif;
  line-height: 1.6;
  font-size: 5.375rem;
}

.colage-box-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 450px;
}

.colage-box-wrapper .colage-box {
  flex: 1;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 500ms;
  border-right: 4px solid #fff;
}

.colage-box-wrapper .colage-box:last-child {
  border-right: 0;
}

.colage-box-wrapper .colage-box .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 500ms;
}

.colage-box-wrapper .colage-box .content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 60px 30px;
  z-index: 2;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #1c2532 0%, rgba(28, 37, 50, 0) 100%);
  box-sizing: border-box;
}

.colage-box-wrapper .colage-box .content h4 {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.colage-box-wrapper .colage-box .content .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 500ms;
}

.colage-box-wrapper .colage-box .content .controls .button {
  font-size: 0.8rem;
  padding: 0;
  color: #fff;
}

.colage-box-wrapper .colage-box .content .controls .button.txt::after {
  display: none;
}

.colage-box-wrapper .colage-box .content .controls .button:last-child {
  border: 0;
}

#START .contact-data-form-window-section h3,
.contact-data-form-window-section h3 {
  text-align: left;
  font-size: 2.4rem;
}

.colage-box-wrapper a.colage-box:hover,
.colage-box-wrapper .colage-box:hover {
  flex: 1.5;
  cursor: pointer;
}

.colage-box-wrapper .colage-box:hover {
  cursor: default;
}

.colage-box-wrapper .colage-box:hover .content .controls {
  opacity: 1;
  height: 50px;
}

.header-modules {
  float: right;
  height: 100%;
}

#TOP-MAIN .header-modules {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}

.header-modules .button {
  margin: 0;
  min-width: 0;
}

.header-modules .phone-wrapper {
  margin-left: 30px;
}

.phone-wrapper .button .ico {
  padding: 10px;
}

.opSlider-control-prev,
.opSlider-control-next {
  display: none;
}

.banner-content h1,
.banner-content h2,
.banner-content .text-wrapper,
.banner-content .controls {
  text-align: center;
}

.banner-content .text-wrapper {
  margin: 0 auto;
}

#SYSTEM-FOOT {
  background: #122d2b;
}
#SYSTEM-FOOT .links ul li {
  margin-bottom: 20px;
}
#SYSTEM-FOOT .links ul li:last-child {
  margin-bottom: 0px;
}
#SYSTEM-FOOT #logo .primary-logo {
  max-height: 48px;
}

#SYSTEM-FOOT .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-section .container .text-wrapper ol {
  display: block;
}

.article-section.ordered-list .container .text-wrapper ol {
  counter-reset: item;
  display: block;
}

.article-section.ordered-list .container .text-wrapper li {
  display: block;
}

.ordered-list li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  margin-left: -1em;
}

#page-contactus .columns .contact_data h4:first-child,
#page-contactus .columns .form-wrapper h3:first-child {
  margin-top: 0;
}

#page-contactus .columns .form-wrapper h3 {
  font-size: 1.6em;
}

.company_name,
.add_company_name,
.address,
.phone,
.email,
.hours,
.add_descr,
.fax {
  display: block;
}

.company_name,
.add_company_name,
.address,
.phones-wrapper,
.emails-wrapper,
.hours,
.add_descr,
.fax {
  margin-bottom: 1em;
}

.contact-section-icon {
  overflow: hidden;
}

.contact-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.contact-box.small .contact-icon {
  align-items: center;
}

.contact-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 20px;
}

.contact-icon .button {
  margin: 0;
}

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #1A1A1A;
  font-family: IvyJournal, tahoma, arial, sans-serif;
}

.contact-icon .hours {
  margin-top: 0;
}

.contact-box-form-window-wrapper {
  background: #eef1f4;
  border-radius: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-box-form-window-wrapper .contact-box-content {
  padding: 70px;
  flex: 1;
}

.contact-box-form-window-wrapper .image-wrapper {
  width: 45%;
  box-sizing: border-box;
  margin-top: 70px;
  margin-right: 70px;
}

.contact-box-form-window-wrapper .contact_data {
  padding-top: 20px;
}

.contact-box-form-window-wrapper .contact-box-content .controls {
  padding-top: 30px;
}

.contact-box-form-window-wrapper .contact-icon {
  margin-bottom: 0;
}

.contact-box-form-window-wrapper .contact-icon a {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}

.contact-box-form-window-wrapper .contact-icon .icon {
  margin-right: 10px;
}

.contact-data-form-window-section .buttons .phone-wrapper {
  display: initial;
}

.contact-data-form-window-section .email-wrapper.show-email .email,
.contact-data-form-window-section .phone-wrapper.show-phone .phone {
  display: inline-flex;
}

.contact-data-form-window-section .email-wrapper.show-email .button.show-btn,
.contact-data-form-window-section .phone-wrapper.show-phone .button.show-btn {
  display: none;
}

.email-wrapper .email,
.phone-wrapper .phone {
  display: none;
}

.email-wrapper.show-email .email,
.phone-wrapper.show-phone .phone {
  display: flex;
}

.email-wrapper.show-email .button.show-btn,
.phone-wrapper.show-phone .button.show-btn {
  display: none;
}

.phone-number > a:hover {
  text-decoration: none;
}

.map iframe {
  width: 100% !important;
}

#page-contactus .contact-simple-layout {
  display: flex;
  gap: 30px;
  border: 1px solid #f8f9fa;
  padding: 30px;
  border-radius: 0px;
}
#page-contactus .contact-simple-layout .magicFormSubmit {
  margin-right: 0;
}
#page-contactus .contact-simple-layout > div.contact-form {
  width: 65%;
}
#page-contactus .contact-simple-layout > div.contact-content {
  width: 35%;
}

.form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form-fields-wrapper > .col1,
.form-fields-wrapper > .col2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.form-fields-wrapper > .col1 {
  padding-right: 5px;
}

.form-fields-wrapper > .col2 {
  padding-left: 5px;
}

.form-fields-wrapper .input-wrapper.field-rodo {
  clear: both;
}

.form-fields-wrapper > .col2 .input-wrapper {
  height: calc(100% - 10px);
}

.form-fields-wrapper > .col2 textarea {
  min-height: 120px;
  height: 100%;
}

.form-fields-wrapper .input-wrapper input,
.form-fields-wrapper .input-wrapper textarea {
  display: block;
}

.contact-data-form-section {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.contact-data-form-section > div {
  box-sizing: border-box;
  padding: 50px;
}

.contact-data-form-section > div.contact-col {
  background: #eee;
  position: relative;
  width: 40%;
}

.contact-data-form-section > div.contact-col:after {
  content: "";
  position: absolute;
  top: 60px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #eee;
  transform: rotate(45deg);
}

.contact-data-form-section > div.add-module-col {
  width: 60%;
}

.contact-data-form-section h3,
#START .contact-data-form-section h3,
.contact-data-form-section h4,
#START .contact-data-form-section h4 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: 2.4rem;
}

.contact-data-form-window-section .main-section {
  display: flex;
  padding: 40px 0;
}

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-sizing: border-box;
  position: relative;
}

.contact-data-section .contact-box.small {
  padding-right: 50%;
}

.contact-data-section .contact-box.small .image-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: -15px;
  width: 40%;
}

.contact-data-section .contact-box.small .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-data-section .form-fields-wrapper textarea {
  min-height: 179px;
}

.contact-data-section h3,
#START .contact-data-section h3,
.contact-data-section h4,
#START .contact-data-section h4 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

.contact-data-section .phone-wrapper .button,
.contact-data-section .email-wrapper .button,
.contact-data-form-section .phone-wrapper .button,
.contact-data-form-section .email-wrapper .button {
  min-width: 180px;
}

.contact-data-form-section .contact-icon {
  align-items: center;
}

.reveal-phone-number-wrapper {
  position: relative;
  margin-left: 10px;
}

.phone-window-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

@keyframes slidein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.phone-window-wrapper.show-me {
  display: block;
  animation-duration: 400ms;
  animation-name: slidein;
  animation-timing-function: ease-in-out;
  padding: 0;
}

.phone-window-wrapper.show-me a {
  padding: 15px;
  color: #111;
}

.blog-article {
  display: flex;
  justify-content: space-between;
}

#START .contact-data-form-window-section h3,
.contact-data-form-window-section h3 {
  margin-top: 0;
}

.footer-logo {
  width: 70px;
  margin-bottom: 19px;
}

#SYSTEM-FOOT .footer-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-section,
.footer-section a,
.contact-footer-section .address,
.contact-footer-section .tel-mail-combo,
.tel-mail-combo a,
.footer-section .phone-txt {
  color: #fff !important;
  font-weight: 300 !important;
}

.footer-section .tel-mail-combo {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.footer-section .contact_data {
  margin-top: 10px;
}

.social-footer-section span {
  margin-bottom: 10px;
}

.contact_data .address {
  margin-bottom: 0 !important;
}

.social-footer-section {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-section .links ul {
  margin-bottom: 0;
}

.investment-map {
  position: relative;
  background-color: #ddd;
}

.investment-map img {
  display: block;
  width: 100%;
  height: 100%;
}

.point {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 30px;
  margin-left: -11px;
  z-index: auto !important;
  cursor: pointer;
}

#page-article .point .image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 32px;
  overflow: visible;
}

.point .map-tooltip .image-wrapper img {
  left: 0;
  top: 0;
}

.point span {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}

.point::after {
  background-image: url("graphics/svg/marker.svg");
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.container.full.map-full-width {
  padding: 0;
  margin-bottom: 50px;
}

.map-tooltip {
  display: none;
  position: absolute;
  left: 20px;
  top: 15px;
  width: 195px;
  height: auto;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1098039216);
  background-color: #fff;
  border-radius: 7px;
  padding-top: 100px;
  padding-left: 15px;
  z-index: 3;
  cursor: default;
}

.map-tooltip img {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 180px;
  height: 75px;
  border-radius: 5px;
}

.map-tooltip.show-me,
.map-tooltip.show-me2 {
  display: block;
}

.map-tooltip .button {
  position: relative;
  height: 40px;
  width: 180px;
  padding: 10px;
  margin-top: 5px;
  justify-content: left;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}

.map-tooltip .button::after {
  background-image: url("graphics/svg/arrow-bw-right-orange.svg");
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 12px;
  width: 29px;
  height: 20px;
}

.map-tooltip .button:hover::after {
  right: -5px;
  transition: all 700ms;
}

.map-tooltip.flipped {
  left: -100px;
}

.title-tooltip {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 5px 0 8px 0;
  color: #000;
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.loader {
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Optional: Add a spinning animation */
.loader::after {
  content: " ⠋";
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    content: " ⠋";
  }
  20% {
    content: " ⠙";
  }
  40% {
    content: " ⠹";
  }
  60% {
    content: " ⠸";
  }
  80% {
    content: " ⠼";
  }
  100% {
    content: " ⠴";
  }
}
nav.desktop .nav-button > a span {
  position: relative;
}

nav.desktop .nav-button > a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 0;
  background: white;
  transition: width 300ms ease;
}

nav.desktop .nav-button > a:hover span:after {
  width: 100%;
}

nav.desktop .nav-button > a:hover span:after,
nav.desktop .nav-button.urhere > a span:after {
  height: 2px;
}

.multiblocks_slider.second_variant .splide__track {
  overflow: visible;
}
.multiblocks_slider.second_variant .splide__track::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: -10px;
  width: 2000px;
  background-color: white;
  z-index: 1;
}

.scroll_trigger_animate #scroll-container {
  display: flex;
  gap: 4rem;
  justify-content: center;
  padding: 4rem 0;
}
.scroll_trigger_animate .trigger_content {
  max-width: 700px;
  width: 100%;
  display: flex;
  gap: 4rem;
  flex-direction: column;
  align-items: center;
}
.scroll_trigger_animate .trigger_card {
  width: 100%;
  min-height: 60vh;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.scroll_trigger_animate .trigger_card h2,
.scroll_trigger_animate .trigger_card p {
  margin: 0 !important;
}
.scroll_trigger_animate .new_sticky-wrapper {
  flex-shrink: 0;
  position: relative;
  height: 100vh;
  width: 570px;
  display: block;
}
.scroll_trigger_animate .trigger_card h2,
.scroll_trigger_animate .trigger_card p {
  text-align: center;
}
.scroll_trigger_animate .sticky-box {
  position: fixed;
  width: 570px;
  height: 570px;
  min-height: 570px;
  min-width: 570px;
  border-radius: 12px;
  padding: 1.5rem;
  color: white;
}

#scroll_trigger_animate {
  transition: background-color 0.3s ease;
}

.sticky-box {
  position: fixed;
  width: 570px;
  height: 570px;
  overflow: hidden;
  border-radius: 12px;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.bg-layer.current {
  opacity: 1;
  z-index: 1;
}

.bg-layer.next {
  opacity: 0;
  z-index: 2;
}

#BANER-CONTENT .container {
  text-align: center;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  z-index: 9;
  background-color: rgba(26, 26, 26, 0.2);
}

.hero-sygnet {
  margin: 0 auto;
}

#TOP {
  border-bottom: 0;
  background: #122d2b;
}

#START #TOP.unsticked {
  background: transparent;
}
#START #TOP.unsticked nav.desktop .nav-button > a {
  color: #FFFEFC;
}

.header-modules img {
  filter: invert(1);
}

nav.desktop .nav-button > a {
  color: white;
}

#TOP .header-modules .button {
  border-color: rgba(179, 162, 146, 0.4);
  color: white;
}
#TOP .header-modules img {
  filter: invert(1);
}

#logo {
  width: 200px;
}

#TOP.unsticked,
#TOP.sticked {
  background: #122d2b;
}

.hghlight_txt_layout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.text-highlight {
  font-size: 2rem;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
  max-width: 1245px;
  font-family: IvyJournal, tahoma, arial, sans-serif;
  padding: 0 10px;
  box-sizing: border-box;
}

.drawing-section {
  background-color: #f2edea;
}

.separator {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1245px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.separator .line {
  height: 1px;
  background-color: #1a1a1a;
  width: 100%;
}

.triple-section .header {
  display: none;
}

#START .triple-section .header {
  display: block;
}

.triple-section .subtitle {
  text-align: center;
}
.triple-section h3 {
  text-align: left;
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 300;
  margin: 25px 0 35px 0;
}
.triple-section .columns.x3 {
  margin: 0 -15px;
}
.triple-section .columns.x3 > div {
  padding: 0 15px 30px 15px;
}

.upper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.upper .number {
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 300;
  font-family: IvyJournal, tahoma, arial, sans-serif;
  padding-right: 20px;
}
.upper .space {
  position: relative;
  height: 27px;
}
.upper .space::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 27px;
  width: 1px;
  background-color: black;
}
.upper .descr {
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 1.6px;
  padding-left: 20px;
  text-transform: uppercase;
}

.icon-card:hover .progress::after,
.room_listing_module .splide__slide:hover .progress::after {
  width: 100%;
  height: 2px;
}

.progress {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(26, 26, 26, 0.2);
}
.progress::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 20%;
  height: 2px;
  background-color: #1a1a1a;
  transition: width 0.5s ease;
}

.accordion_images_wrapper .accordion_images {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}
.accordion_images_wrapper img {
  width: 100%;
}
.accordion_images_wrapper .left .image-wrapper,
.accordion_images_wrapper .left .image,
.accordion_images_wrapper .left img {
  background-color: #eeeae0;
}
.accordion_images_wrapper .left {
  background-color: #eeeae0;
}
.accordion_images_wrapper .left,
.accordion_images_wrapper .right {
  flex: 1;
}
.accordion_images_wrapper .accordion-card {
  border-top: 1px solid rgba(26, 26, 26, 0.2);
  padding: 30px 0;
}
.accordion_images_wrapper .footer {
  text-align: left;
  border-top: 1px solid rgba(26, 26, 26, 0.2);
  padding-top: 40px;
}
.accordion_images_wrapper .accordion-card h3 {
  cursor: pointer;
  margin: 0 !important;
}
.accordion_images_wrapper .accordion-content {
  margin: 30px 0 0 0;
}
.accordion_images_wrapper .accordion-content .button {
  margin-top: 25px;
}
.accordion_images_wrapper .image-wrapper {
  display: none;
  animation: fadeIn 0.5s ease forwards;
}
.accordion_images_wrapper .image-wrapper.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.accordion_images.reverse {
  flex-direction: row-reverse;
}
.accordion_images.reverse .right h2 {
  text-align: left !important;
  font-size: 2.75rem !important;
  margin-bottom: 25px !important;
}
.accordion_images.reverse .right p {
  font-size: 1.25rem;
  color: rgba(26, 26, 26, 0.8);
}

html,
body,
#advanced-cookie-info .container {
  background-color: #fff;
}

.footer {
  text-align: center;
}

.room_listing_module h3 {
  margin-bottom: 16px !important;
}
.room_listing_module .upper {
  margin-bottom: 30px;
}
.room_listing_module .content {
  padding-bottom: 25px;
}

.splide__arrow {
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border: 1px solid #1a1a1a;
}
.splide__arrow svg {
  display: none;
}

.splide__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 18px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("graphics/svg/ARROW-BUTTON.svg");
}

.splide__arrow--next {
  right: -20px;
}

.splide__arrow--prev {
  left: -20px;
}

.splide__arrow--prev::after {
  transform: translate(50%, -50%) rotate(180deg);
}

.contact_data_video .button.txt {
  border: 0;
  gap: 10px;
  font-weight: 500;
  color: #f8f9fa !important;
  text-decoration: none;
}
.contact_data_video .button.txt img {
  width: 18px;
  height: 18px;
}
.contact_data_video .button.txt::after {
  display: none;
}
.contact_data_video {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.contact_data_video h2 {
  margin-bottom: 30px !important;
}
.contact_data_video h2,
.contact_data_video p {
  color: #f8f9fa;
}
.contact_data_video .container {
  z-index: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}
.contact_data_video .container .subtitle {
  margin-top: 0;
}
.contact_data_video .image-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact_data_video .image-wrapper img {
  width: 100%;
  height: 100%;
}
.contact_data_video .columns-special {
  margin: 0;
  padding-top: 160px;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
.contact_data_video .columns-special > div {
  position: relative;
}
.contact_data_video .columns-special > div:hover .progress::after {
  width: 100%;
  height: 2px;
}
.contact_data_video .columns-special h5 {
  color: #f8f9fa;
  font-size: 26px;
  font-weight: 400;
  margin-top: 0px;
}
.contact_data_video .columns-special .wiersz {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 15px;
}
.contact_data_video .columns-special .opis {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.contact_data_video .columns-special .tresc {
  color: white;
  font-weight: 500;
  font-size: 20px;
}

.footer_columns {
  display: flex;
  gap: 100px;
  align-items: stretch;
  margin-top: 60px;
}
.footer_columns > div {
  width: auto;
  box-sizing: border-box;
}
.footer_columns > div h3 {
  color: #f8f9fa;
  font-family: Switzer;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}

#SYSTEM-FOOT .second {
  padding-bottom: 30px;
  padding-top: 0;
}
#SYSTEM-FOOT .second .border {
  width: 100%;
  border-top: 1px solid rgba(140, 142, 133, 0.5019607843);
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
#SYSTEM-FOOT .second div,
#SYSTEM-FOOT .second p,
#SYSTEM-FOOT .second span {
  color: rgba(255, 255, 255, 0.6980392157);
}
#SYSTEM-FOOT .second .links-footer-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.contact-footer-section .image-wrapper .image {
  width: 200px;
}
.contact-footer-section .image-wrapper .image img {
  width: 100%;
  height: 100%;
}

.drawing-section {
  position: relative;
  z-index: 1;
}

.drawing-section.second,
#MAIN-BANER {
  z-index: 2;
  position: relative;
}

.third {
  z-index: 3;
  position: relative;
}

.drawing {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
  width: auto;
  height: auto;
}
.drawing path {
  stroke: #a89978;
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.drawing.second {
  left: auto;
  right: 0;
}

.accordion-icon-svg {
  display: inline-block;
  transition: background 0.2s;
  z-index: 2;
}

.accordion-icon-svg svg {
  pointer-events: none;
}

.svg-line {
  transition: transform 0.3s cubic-bezier(0.4, 2, 0.3, 1), opacity 0.3s;
  transform-origin: 24px 24px;
}

.accordion-card.active .svg-vertical {
  transform: rotate(90deg);
  opacity: 1;
}

.accordion-card.active .svg-horizontal {
  transform: scaleX(1);
  opacity: 1;
}

.accordion-card:not(.active) .svg-vertical {
  transform: rotate(0deg);
  opacity: 1;
}

.accordion-card:not(.active) .svg-horizontal {
  transform: scaleX(1);
  opacity: 1;
}

.PAGE.galeria h2.cb_header {
  text-align: center;
}

.short_descr {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1lh;
  /* Optional: define line-height explicitly if not inherited */
  height: 2lh;
  /* Ensures space for 3 lines */
}

.links-footer-section-socials {
  padding-left: 85px;
}

.links-footer-section-socials .social-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.social-icon {
  justify-content: flex-start;
  gap: 10px;
}
.social-icon img {
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.review_card {
  background-color: #f8f9fa;
  border-radius: 0px;
  padding: 30px;
  padding-bottom: 130px;
}
.review_card .image-wrapper img {
  vertical-align: inherit;
}
.review_card .review_text {
  margin: 30px 0;
  font-weight: 300;
  min-height: 5lh;
  max-height: 5lh;
  height: 5lh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.review_card .button.txt {
  position: absolute;
  bottom: 100px;
}
.review_card .footer {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  align-items: flex-start;
  position: absolute;
  bottom: 30px;
}
.review_card .footer h5 {
  margin: 0;
  font-weight: 500;
  font-family: Switzer;
  text-align: left;
}
.review_card .footer .date {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}
.review_card .footer .image-wrapper {
  height: 20px;
  width: auto;
  max-height: 20px;
  overflow: visible;
}
.review_card .footer .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.links-footer-section .links ul {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}

.custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.custom-gallery-grid .grid-item {
  position: relative;
  padding-top: 100%;
  /* 1:1 ratio */
  background-color: #eee;
  border-radius: 0px;
  overflow: hidden;
}
.custom-gallery-grid .grid-item-large {
  grid-column: span 2;
  padding-top: 50%;
  /* 2:1 ratio */
}
.custom-gallery-grid .grid-item a.image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.custom-gallery-grid .grid-item a.image:hover {
  transform: scale(1.1);
}
.custom-gallery-grid .grid-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: IvyJournal, tahoma, arial, sans-serif;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  z-index: 1;
}

.PAGE {
  padding-top: 0 !important;
}

.PAGE:has(.reviews) {
  padding-bottom: 0 !important;
}

.PAGE-HEADER {
  padding: 160px 0 80px 0;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
.PAGE-HEADER .img-mask {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.PAGE-HEADER h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  text-align: center;
  margin-bottom: 25px;
  color: white;
  position: relative;
  z-index: 1;
}
.PAGE-HEADER .breadcrumbs {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  color: white;
}
.PAGE-HEADER .breadcrumbs a,
.PAGE-HEADER .breadcrumbs span {
  color: white;
}

.article-section .card .image-wrapper {
  margin-bottom: 25px;
}
.article-section .card .progress {
  margin-top: 35px;
}
.article-section .card .content {
  font-weight: 300;
  padding-bottom: 25px;
}

.article-section:has(.reviews) {
  background-color: rgba(18, 45, 43, 0.0588235294);
  padding: 160px 0;
}
.article-section:has(.reviews) .reviews {
  max-width: 1360px;
  margin: 0 auto;
}
.article-section:has(.reviews) .reviews .header h2 {
  margin-top: 0 !important;
}

.article-section .card:hover .progress::after,
.page-section .card:hover .progress::after {
  width: 100%;
}

.article-section.cb-photo_banner.full .container.alt {
  max-width: none;
  padding: 0;
}

.accordion-toggle {
  padding-right: 50px;
}

.accordion-content {
  font-weight: 300;
}

.header {
  padding-bottom: 30px;
}
.header .footer {
  margin-bottom: 35px;
}

#START .page-section:has(.room_listing_module) {
  padding-bottom: 230px;
}

.header h2 {
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
}

.custom_gallery_sliders .labels {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
.custom_gallery_sliders .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 50px;
  background-color: #f8f9fa;
  border: 1px solid rgba(26, 26, 26, 0.2);
}
.custom_gallery_sliders .label:hover {
  cursor: pointer;
}
.custom_gallery_sliders .label.active {
  border: 1px solid #1a1a1a;
  background-color: #eae6dd;
}

.custom_gallery_sliders .splide__track {
  overflow: visible !important;
}

#START .page-section .container {
  max-width: 1410px;
}

#page-contactus .map {
  padding: 0 45px;
}
#page-contactus .contact_data_video {
  display: none;
}
#page-contactus .contact_data_contactus {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 45px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
#page-contactus .contact_data_contactus .contact_data_left {
  max-width: 666px;
}
#page-contactus .contact_data_contactus .form-wrapper {
  border-radius: 10px;
  padding: 30px;
  width: 40%;
  box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
}
#page-contactus .contact_data_contactus .company_name {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
#page-contactus .form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page-contactus .contact_data_contactus .phones-wrapper,
#page-contactus .contact_data_contactus .emails-wrapper {
  width: auto;
}
#page-contactus .contact_data_contactus .phone-wrapper,
#page-contactus .contact_data_contactus .email-wrapper {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
}
#page-contactus .contact_data_contactus .address,
#page-contactus .contact_data_contactus p,
#page-contactus .contact_data_contactus .emails-wrapper {
  margin-bottom: 32px;
}
#page-contactus .contact_data_contactus .phone-wrapper .phone-txt,
#page-contactus .contact_data_contactus .phone-wrapper .email,
#page-contactus .contact_data_contactus .email-wrapper .phone-txt,
#page-contactus .contact_data_contactus .email-wrapper .email {
  overflow: visible;
  text-overflow: unset;
  width: auto;
  font-weight: 500;
  font-size: 1.5rem;
}
#page-contactus .submit-controls .button {
  margin: 0;
}

#page-product #CANVAS {
  overflow: visible;
}

#page-product #overview h2 {
  margin-top: 0;
}
#page-product .section-container {
  padding: 80px 20px;
}
#page-product .narrow-container {
  max-width: 1180px;
  margin: 0 auto;
}
#page-product .special-container {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  gap: 170px;
}
#page-product .toc {
  width: 300px;
  position: sticky;
  top: 100px;
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
#page-product .toc .button {
  width: 100%;
  margin: 0;
  margin-top: 15px;
}
#page-product .toc .number {
  font-size: 1rem;
  font-weight: 300;
}
#page-product .toc a:first-child {
  padding-top: 0;
}
#page-product .toc a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  font-weight: 500;
  font-size: 1.25rem;
  color: rgba(26, 26, 26, 0.6);
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}
#page-product .toc a:last-of-type {
  border-bottom: 0;
}
#page-product .toc a.active {
  color: black;
}
#page-product .toc a:hover {
  text-decoration: underline;
}
#page-product .content {
  flex: 1;
  position: relative;
}
#page-product .badge {
  display: block;
  background: #eee;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
#page-product a.card {
  padding-bottom: 10px;
}
#page-product .special-container ul li::marker {
  display: none;
}
#page-product .special-container ul li {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}
#page-product .special-container ul li:first-child,
#page-product .special-container .specification-wrapper .specification-item:first-child {
  padding-top: 0;
}
#page-product .special-container ul li:last-child,
#page-product .special-container .specification-wrapper .specification-item:last-child {
  border-bottom: 0;
}
#page-product .specification-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}
#page-product .section-container p,
#page-product .section-container span:not(.number),
#page-product .section-container ul li {
  font-size: 1rem;
  font-weight: 300;
}

.submenu_text {
  display: flex;
  gap: 3px;
}

.nav-button .chevron-svg svg {
  transition: transform 0.3s;
  transform: rotate(0deg);
  display: inline-block;
  vertical-align: middle;
}

.nav-button:hover .chevron-svg svg {
  transform: rotate(180deg);
}

nav.desktop .sub-nav-button > a {
  background-color: #f8f9fa;
  padding: 15px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1490196078);
  color: rgba(26, 26, 26, 0.6);
  font-weight: 500;
}

nav.desktop .sub-nav-button > a:hover {
  background: none;
  color: #1a1a1a;
}

nav.desktop .submenu ul {
  background-color: #f8f9fa;
  padding: 30px;
  box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
}

nav.desktop .submenu ul li:first-child a {
  border-top: 0;
  padding-top: 0;
}

nav.desktop .submenu ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.article-section:has(.hashpoint) {
  position: relative;
}

.hashpoint {
  position: absolute;
  top: -100px;
}

.price_section {
  width: 100%;
  background-color: rgba(231, 227, 216, 0.3019607843);
  border: 1px solid rgba(26, 26, 26, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  box-sizing: border-box;
  padding: 21.5px;
  gap: 10px;
}
.price_section .room_price {
  font-weight: 400 !important;
  font-size: 1.15rem !important;
  margin-right: 3px;
  font-family: IvyJournal, tahoma, arial, sans-serif;
  text-transform: none;
}
.price_section span {
  font-weight: 300;
  text-transform: uppercase;
}

.title_img {
  padding: 120px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.title_img h2,
.title_img .text-wrapper {
  color: white;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.title_img {
  background-size: cover;
  background-position: center;
  position: relative;
}
.title_img .controls .title_button {
  color: #f2edea;
  border: 1px solid rgba(242, 237, 234, 0.5019607843);
  border-radius: 3rem;
  backdrop-filter: blur(5px);
  font-size: 20px;
  padding: 10px 16px;
  font-family: IvyJournal;
  font-weight: 300;
  height: auto;
}
.title_img .controls .title_button:hover {
  background-color: rgba(255, 255, 255, 0.027);
}

.video-section {
  position: relative;
  width: 100%;
  height: 100svh;
  max-height: 1080px;
  padding-bottom: 0;
  box-sizing: border-box;
}

.vs-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #333;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.vs-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo_txt {
  position: relative;
  overflow: hidden;
}

.window .review_text {
  margin: 30px 0;
  font-weight: 300;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  overflow: inherit;
  white-space: normal;
  display: block;
}

.photo_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(26, 26, 26, 0.2);
  z-index: 1;
}

.photo_txt .header .text-wrapper {
  margin-top: 2rem;
  font-family: IvyJournal, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  max-width: 1245px;
}

.photo_txt .centered {
  z-index: 2;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f2edea;
}

.cb-container .contact_data_contactus {
  margin: 0 auto;
  max-width: 900px;
}
.cb-container .contact_data_contactus h2 {
  margin-top: 0;
}
.cb-container .contact_data_contactus {
  background-color: #eeeae0;
  border-radius: 10px;
  padding: 45px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.cb-container .contact_data_contactus img,
.cb-container .contact_data_contactus svg {
  width: 20px;
}
.cb-container .contact_data_contactus input,
.cb-container .contact_data_contactus select,
.cb-container .contact_data_contactus textarea,
.cb-container .contact_data_contactus .input-placeholder {
  background-color: #f8f9fa;
}
.cb-container .contact_data_contactus .form-wrapper {
  border-radius: 10px;
  padding: 30px;
  width: 40%;
  box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
}
.cb-container .contact_data_contactus .company_name {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.cb-container .contact_data_contactus .form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cb-container .contact_data_contactus .phones-wrapper,
.cb-container .contact_data_contactus .emails-wrapper,
.cb-container .contact_data_contactus .address {
  width: auto;
}
.cb-container .contact_data_contactus .phone-wrapper,
.cb-container .contact_data_contactus .email-wrapper,
.cb-container .contact_data_contactus .address {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cb-container .contact_data_contactus .phone-wrapper .phone-txt,
.cb-container .contact_data_contactus .phone-wrapper .email,
.cb-container .contact_data_contactus .email-wrapper .phone-txt,
.cb-container .contact_data_contactus .email-wrapper .email,
.cb-container .contact_data_contactus .address {
  overflow: visible;
  text-overflow: unset;
  width: auto;
  font-weight: 500;
  font-size: 1.5rem;
}
.cb-container .contact_data_contactus p {
  margin-bottom: 1em;
}
.cb-container .contact_data_contactus .address {
  margin-bottom: 0;
}

.PAGE {
  padding: 40px 0 80px 0;
}

#START #news-promo-section {
  max-width: 1340px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
#START #news-promo-section .tile {
  justify-content: space-between;
  background-color: #eeeae0;
}

#SYSTEM-FOOT a:hover {
  color: #f8f9fa !important;
}
#SYSTEM-FOOT a:hover span {
  color: #f8f9fa !important;
}

#page-aktualnosci .columns > div {
  padding-bottom: 10px;
}

.tile.room-tile .content {
  position: relative;
  padding-bottom: 30px;
}

.tile.room-tile .content h3 {
  padding-right: 200px;
}

.tile.room-tile .content .room-price-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.tile.room-tile .content .room-price-wrapper span.price {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #1c2632;
}

.tile.room-tile .content h3 {
  font-size: 1.8rem;
}

.tile.room-tile .content .room-add-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  bottom: 7px;
  position: absolute;
}

.listing-tile-wrapper .tile {
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.listing-tile-wrapper .tile .content em {
  float: right;
  font-style: normal;
}

.listing-tile-wrapper .tile.room-tile {
  border: 1px solid #ddd;
  padding: 25px;
}

.listing-tile-wrapper > div:last-child .tile.room-tile {
  border: 1px solid #ddd;
}

.listing-tile-wrapper .tile.room-tile .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  border-top: 1px solid #ddd;
  margin-left: 30px;
}

.listing-tile-wrapper[data-grid] {
  padding-left: 0;
}

.room-price-wrapper {
  white-space: nowrap;
  text-align: center;
}

.listing-tile-wrapper .tile.tile-trip .controls {
  position: absolute;
  right: 25px;
  bottom: 25px;
  text-align: right;
}

.listing-tile-wrapper .tile.tile-trip .content .content-item.content-item2 {
  position: absolute;
  left: 25px;
  bottom: 15px;
}

.listing-tile-wrapper .tile.tile-trip .content {
  flex: 1;
  align-items: flex-start;
  position: relative;
}

.listing-tile-wrapper .tile.tile-trip .content > div {
  width: 100%;
}

.listing-tile-wrapper .tile.tile-trip .content-item .trip-ppl,
.listing-tile-wrapper .tile.tile-trip .content-item .trip-day {
  font-size: 0.9rem;
  display: flex;
  justify-content: left;
  align-items: center;
}

.listing-tile-wrapper .tile.tile-trip .content-item .trip-day::before,
.listing-tile-wrapper .tile.tile-trip .content-item .trip-ppl::before {
  padding-right: 10px;
}

.listing-tile-wrapper .tile.tile-trip .content-item .trip-price {
  font-family: IvyMode;
  float: left;
  color: #19363a;
  font-size: 2.2rem;
}

.listing-tile-wrapper .tile.tile-trip .content .content-item.content-item2 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.trip-foot {
  text-align: center;
}

#page-room .listing-tile-wrapper .card .image img {
  max-height: 340px;
}

#page-room .container:has(.side) {
  max-width: 1180px;
}

#page-room .article-section .text-wrapper ul li {
  margin-left: 1.2em;
  padding-left: 0;
  list-style-type: disc;
  margin-bottom: 0;
}

#page-room .article-section .text-wrapper ul li::before {
  content: unset;
}

#page-room .room-cta-content .room-add-info .moving-time {
  display: flex;
  gap: 5px;
}
#page-room .room-cta-content .room-add-info span {
  font-weight: 300;
}
#page-room .room-cta-content .room-add-info .small-info {
  font-weight: 500;
}

#page-room .equipment-wrapper h2 {
  margin-top: 0;
}
#page-room .equipment-wrapper > div {
  margin-bottom: 80px;
}

#page-room .header-with-arrows h2 {
  margin-top: 0;
}
#page-room .header-with-arrows {
  display: flex;
  justify-content: space-between;
}
#page-room .header-with-arrows .splide__arrows {
  display: flex;
  align-items: center;
}
#page-room .header-with-arrows .splide__arrows .splide__arrow--prev,
#page-room .header-with-arrows .splide__arrows .splide__arrow--next {
  position: relative;
  transform: unset;
  left: unset;
  top: 0;
}
#page-room .header-with-arrows .splide__arrows .splide__arrow--next {
  right: 0;
}
#page-room .header-with-arrows .splide__arrows .splide__arrow--prev {
  right: 12px;
}

#page-room .room-cta-content .room-add-info .icon-text {
  margin-bottom: 15px;
}

#page-room .article-columns.side {
  padding-right: 380px;
  padding-left: 0;
}

#page-room .room-lead-wrapper {
  display: flex;
  gap: 90px;
}

#page-room .room-lead-content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

#page-room .room-lead-content h1 {
  margin-top: 0;
}

.room-cta-content h3:first-child {
  margin-top: 0;
  margin-bottom: 30px;
}

.side .room-cta-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

#page-room .room-cta-content {
  padding: 25px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  border: 0.5px solid rgba(26, 26, 26, 0.5019607843);
}
#page-room .room-cta-content .room-add-info {
  margin-bottom: 0;
  padding-bottom: 0;
  gap: 15px;
}
#page-room .room-cta-content .room-add-info .icon-text {
  margin-bottom: 0;
}

.room-cta-content span.price {
  font-size: 2.5rem;
  font-weight: 500;
}

.text-wrapper p strong {
  line-height: 1.6;
}

.side .room-cta-content .controls {
  margin: 15px 0 35px 0;
}
.side .room-cta-content .controls .button {
  width: 100%;
  margin: 0;
}

.room-add-info {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.room-add-info .moving-time {
  display: flex;
  gap: 3px;
}
.room-add-info .icon-text span {
  font-weight: 300;
  font-size: 14px;
}
.room-add-info .icon-text .small-info {
  font-weight: 500;
}
.room-add-info .icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-add-info .icon-text img {
  width: 20px;
  height: 20px;
}

#START .rooms_list .image img,
.rooms_list .image img {
  transition: transform 0.3s ease-in-out;
}
#START .rooms_list .image img:hover,
.rooms_list .image img:hover {
  transform: scale(1.1);
}
#START .rooms_list h3,
.rooms_list h3 {
  margin-top: 0 !important;
  margin-bottom: 0;
}
#START .rooms_list .room-add-info,
.rooms_list .room-add-info {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
#START .rooms_list .upper,
.rooms_list .upper {
  margin: 15px 0 20px 0;
  align-items: baseline;
}
#START .rooms_list .upper .number,
.rooms_list .upper .number {
  font-size: 32px;
  font-weight: 500;
  padding-right: 5px;
}
#START .rooms_list .button,
.rooms_list .button {
  margin-bottom: 0;
}

.menulink_cards_carousel.popular_dishes .img-placeholder {
  padding-bottom: 0;
  aspect-ratio: 86/65;
}
.menulink_cards_carousel.popular_dishes h3 {
  margin-bottom: 0 !important;
}
.menulink_cards_carousel.popular_dishes .price-wrapper > div {
  align-items: baseline;
}
.menulink_cards_carousel.popular_dishes .price-wrapper > div .price {
  font-size: 32px;
  font-weight: 500;
  padding-right: 5px;
  font-family: IvyJournal, tahoma, arial, sans-serif;
  color: #2e2e2e;
}
.menulink_cards_carousel.popular_dishes .price-wrapper > div .size {
  font-weight: 400;
  color: #2e2e2e;
}

#page-room .room-lead-content .text-wrapper {
  margin-bottom: 30px;
  flex: none;
}

#page-room .room-cta-wrapper .text-wrapper p {
  color: #1a1a1a;
  font-weight: 500;
}

#page-room .room-cta-wrapper .room-price-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#page-room .room-cta-wrapper .room-price-area .controls {
  padding: 0;
  margin: 0;
}

#page-room .room-cta-wrapper .room-price-area .controls .button {
  margin: 0;
}

#page-room .room-lead-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#page-room .room-main-image-wrapper {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  min-height: 420px;
  max-width: 800px;
}

#page-room .room-main-image-wrapper .splide.room-gallery-main {
  background: #f7f7f7;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04);
}

#page-room .room-main-image-wrapper .splide.room-gallery-main .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #eee;
  display: block;
}

#page-room .room-main-image-wrapper .splide.room-gallery-thumbs .splide__slide {
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  margin-right: 8px;
  background: #f2f2f2;
  cursor: pointer;
  margin-top: 10px;
}

#page-room .room-main-image-wrapper .splide.room-gallery-thumbs .splide__slide.is-active,
#page-room .room-main-image-wrapper .splide.room-gallery-thumbs .splide__slide:focus {
  border-color: #a89978;
}

#page-room .room-main-image-wrapper .splide.room-gallery-thumbs .splide__slide img {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #eee;
}

#page-room .icon-key-val-wrapper .icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}
#page-room .icon-key-val-wrapper .icon-text img {
  width: 20px;
  height: 20px;
}

.mb-image-features,
#START .mb-image-features {
  display: flex;
  align-items: center;
}
.mb-image-features h2,
#START .mb-image-features h2 {
  text-align: left;
}
.mb-image-features .right-col .header h3,
#START .mb-image-features .right-col .header h3 {
  font-size: 2.75rem !important;
  font-weight: 400 !important;
}
.mb-image-features .right-col .header p,
#START .mb-image-features .right-col .header p {
  max-width: 690px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.mb-image-features .right-col,
#START .mb-image-features .right-col {
  padding-left: 100px;
}
.mb-image-features .right-col .content,
#START .mb-image-features .right-col .content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mb-image-features .right-col .content .image-wrapper,
#START .mb-image-features .right-col .content .image-wrapper {
  margin: 0;
  padding-right: 10px;
}
.mb-image-features .right-col .content p,
#START .mb-image-features .right-col .content p {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  margin: 0 !important;
}
.mb-image-features .footer,
#START .mb-image-features .footer {
  padding-top: 0;
  text-align: left;
}

.attractions .tile {
  display: flex;
  align-items: center;
}
.attractions .tile .content {
  align-self: center;
  max-width: 690px;
  padding-right: 100px;
  padding-left: 0;
}
.attractions .tile .content p {
  font-size: 1.25rem;
  color: rgba(26, 26, 26, 0.8);
  padding-bottom: 40px;
}
.attractions .tile .content .text-wrapper p {
  font-weight: 400;
  font-size: 1.625rem;
  color: #1a1a1a;
  padding: 30px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1490196078);
}
.attractions .tile .content .text-wrapper p:first-child {
  border-top: 1px solid rgba(26, 26, 26, 0.1490196078);
}

#MAIN-BANER .text-wrapper p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
#MAIN-BANER .controls .button.txt {
  color: white;
  font-size: 20px;
}
#MAIN-BANER .opSlider-indicators {
  right: auto;
  left: 45px;
  margin: 0;
  bottom: 50%;
  transform: calc(translateY(-50%) - 80px);
  flex-direction: column;
}
#MAIN-BANER .opSlider-indicators li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: relative;
}

.start_slider .header {
  padding-bottom: 0;
}
.start_slider h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.start_slider .splide__arrows {
  display: flex;
  gap: 12px;
  position: static;
}
.start_slider .splide__arrow {
  position: relative;
  transform: none;
  left: auto;
  right: auto;
}
.start_slider .splide__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 18px;
  transform: translate(50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("graphics/svg/ARROW-BUTTON.svg");
}
.start_slider .splide__arrow--prev::after {
  transform: translate(50%, -50%) rotate(180deg);
}

.img_links {
  gap: 100px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.img_links .right {
  text-align: left;
  width: 100%;
  max-width: 700px;
}
.img_links .right .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.img_links .right h2 {
  margin-top: 0;
}
.img_links .right p {
  font-weight: 300;
  line-height: 140%;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.img_links .right .link {
  display: block;
  padding: 20px 0;
  border-top: 1px solid rgba(26, 26, 26, 0.2);
}
.img_links .right .link h4 {
  margin: 0;
  font-weight: 500;
}
.img_links .right .link:last-of-type {
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

#TOP .container {
  padding: 0 45px;
}

.banner-content {
  position: absolute;
  bottom: 25%;
  transform: translateY(-50%);
  left: 90px;
  right: 90px;
  color: #fff;
  z-index: 10;
}

.splide__pagination {
  right: auto;
  left: 45px;
  gap: 10px;
}
.splide__pagination .splide__pagination__page {
  padding: 15px;
  margin: 0;
  background: none;
}
.splide__pagination .splide__pagination__page::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.splide__pagination button.is-active {
  opacity: 1;
}
.splide__pagination button.is-active::after {
  content: "";
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.columns > div {
  padding: 0 15px 30px 15px;
}

.input-wrapper.floating-label > label[for]:first-child,
input[type=checkbox] + label::before {
  background: white;
}

.contact_data_flying .menulink_contact_data .menulink_contact_data_footer {
  padding: 10px 0 20px 0;
}
.contact_data_flying .menulink_contact_data .menulink_contact_data_footer table {
  background: none !important;
  border: none !important;
  margin: 0;
  padding: 0;
}
.contact_data_flying .menulink_contact_data .menulink_contact_data_footer table tbody, .contact_data_flying .menulink_contact_data .menulink_contact_data_footer table tr, .contact_data_flying .menulink_contact_data .menulink_contact_data_footer table td, .contact_data_flying .menulink_contact_data .menulink_contact_data_footer table th {
  background: none !important;
  border: none !important;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
}

.allergen-labels .columns.x2 > div {
  padding: 0 5px 10px 5px !important;
}

.nav-mobile .button.txt::after {
  transform: scale(-1);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(graphics/svg/ARROW-BUTTON.svg);
  width: 16px;
  height: 16px;
}

.restaurant_cta {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(1px);
  padding: 30px 50px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.restaurant_cta .links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.restaurant_cta .links .button {
  margin-bottom: 0;
}

.restaurant_cta .opening .menulink_contact_data_footer {
  background-color: white;
  margin: 0;
  margin-left: auto;
  padding: 0 20px;
  border: none;
}

.restaurant_cta .opening .menulink_contact_data_footer h3 {
  margin-bottom: 15px;
}

.restaurant_cta .menulink_contact_data_footer table td.day {
  padding-right: 10px !important;
  min-width: auto !important;
}

.restaurant_cta .menulink_contact_data_footer table th, .menulink_contact_data_footer table td {
  min-width: auto !important;
}

.credo h2 {
  margin-top: 0;
}
.credo {
  text-align: center;
}
.credo .text-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.credo .text-wrapper p {
  font-weight: 300;
  line-height: 140%;
  font-size: 1.25rem;
  margin-bottom: 40px;
}

.contact_data_video .button.txt.dark img {
  filter: invert(1);
}/*# sourceMappingURL=theme.css.map */