@charset "utf-8";

/* ================================================================
   1. ZMIENNE GLOBALNE (Design Tokens)
   ================================================================ */

:root {

  /* === BREAKPOINTS === */
  --bp-sm: 480px;
  --bp-md: 768px;
  --bp-lg: 1024px;
  --bp-xl: 1280px;
  --bp-2xl: 1560px;
  --color-primary: #751B42;
  --color-primary-dark: #751B42;
  --color-primary-85: rgba(117, 27, 66, 0.85);
  --color-primary-50: rgba(117, 27, 66, 0.5);
  --color-dark: #353535;
  --color-darker: #282828;
  --color-white: #ffffff;
  --color-bg: #f0f0f0;
  --color-light: #FDEFEE;

  --fs-xs: 12px;
  --fs-sm: 14px;
  --fs-base: 14px;
  --fs-md: 16px;
  --fs-xl: 21px;
  --fs-3xl: 30px;
  --fs-4xl: 36px;
  --fs-5xl: 48px;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 500;
  --fw-xbold: 500;

  --font-sans: 'Roboto Slab', sans-serif;
  --font-serif: 'Roboto Slab', sans-serif;

  /* === DERIVED TOKENS (section-specific, based on user palette) === */
  --section-bg: var(--color-bg);
  --card-bg: var(--color-light);
  --card-border: rgba(170, 153, 98, 0.18);
  --card-shadow: 0 2px 12px rgba(53, 53, 53, 0.07), 0 1px 3px rgba(53, 53, 53, 0.05);
  --card-shadow-hover: 0 8px 28px rgba(53, 53, 53, 0.12), 0 2px 8px rgba(53, 53, 53, 0.08);
  --divider: rgba(170, 153, 98, 0.25);
  --transition: .4s cubic-bezier(0.16, 1, 0.3, 1);
  --radius-card: 0px;
  --radius-btn: 0px;
  --radius-pill: 100px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

/* ================================================================
   9. RESET CSS
   ================================================================ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1.69em;
  font-weight: var(--fw-regular);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

article p bold,
article p strong {
  font-weight: var(--fw-bold);
}

article p,
article ol,
article ul {
  margin-bottom: .75em;
}

article ul {
  list-style-type: disc;
  padding-left: 1rem;
}

article ol {
  list-style: decimal;
  padding-left: 1rem;
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* ----------------------------------------------------------------
   9a. Loader
   ---------------------------------------------------------------- */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-white);
  z-index: 10000001;
  display: block
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 60px;
  margin: -30px -100px;
  border-radius: 50%;
  z-index: 10000001
}


html,
body,
form,
fieldset {
  margin: 0;
  padding: 0
}

/* ----------------------------------------------------------------
   9b. Globalne ustawienia bazowe
   ---------------------------------------------------------------- */

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

* {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
}

button,
a {
  outline: 0
}

/* ----------------------------------------------------------------
   9c. Clearfix i klasy pomocnicze
   ---------------------------------------------------------------- */

.clr:before,
.clr:after,
[class*="ctr"]:before,
[class*="ctr"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: "";
  display: table
}

.clr:after,
[class*="ctr"]:after,
[class*="site"]:after {
  clear: both
}

/* ----------------------------------------------------------------
   9d. Kontenery (ctr, mdl, fullctr, lctr)
   ---------------------------------------------------------------- */

.mdl {
  margin-left: auto;
  margin-right: auto
}

.ctr {
  max-width: 1220px
}

a {
  text-decoration: none;
  cursor: pointer
}

.upc {
  text-transform: uppercase
}

.tacenter {
  text-align: center
}

.taright {
  text-align: right
}

.clrb {
  clear: both
}

.fullctr {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto
}

/* ----------------------------------------------------------------
   9e. Kontenery — Responsive
   ---------------------------------------------------------------- */

/* ----------------------------------------------------------------
   9f. Sekcje — Padding Responsive (.section-*)
   ---------------------------------------------------------------- */

/* ================================================================
   10. BODY / TYPOGRAFIA GLOBALNA
   ================================================================ */

body {
  font-family: var(--font-sans);
  font-size: var(--fs-base)
}

body.menu-active {
  overflow: hidden
}

/* ================================================================
   11. HEADER
   ================================================================ */

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100
}

#header.small,
#header.small .menubg {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

#header .menubg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-white)
}

#header #logo {
  position: relative
}

#header #logo svg {
  width: 100%;
  height: 100%
}

/* ----------------------------------------------------------------
   11a. Header — Mobile (max-width: 1023px)
   ---------------------------------------------------------------- */

/* ----------------------------------------------------------------
   11b. Header — Desktop (min-width: 1024px)
   ---------------------------------------------------------------- */

/* ----------------------------------------------------------------
   11c. Header — Desktop małe (1024–1159px)
   ---------------------------------------------------------------- */

/* ================================================================
   12. MAIN / SLIDER
   ================================================================ */

#main {
  padding-top: 100px
}

#main {
  padding-top: 0
}

.slider-item {
  height: 100vh;
  position: relative
}

.slider-item .slider-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: right;
}

.slider-item .slider-content {
  position: absolute;
  bottom: 50%;
  color: var(--color-white);
  font-family: var(--font-serif);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color-white);
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

#home-slider {
  position: relative;
  background-color: var(--color-primary)
}

.bx-wrapper .bx-loading {
  background: url(https://www.apartament.poznan.pl/wp-content/themes/website/img/loader.gif) no-repeat center center var(--color-white);
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000
}

/* ----------------------------------------------------------------
   12a. SVG ikony
   ---------------------------------------------------------------- */

svg use.white {
  fill: var(--color-white)
}

svg use.gold {
  fill: var(--color-primary)
}

#home-booking {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%)
}

#home-booking .input_wrap {
  float: left;
  position: relative
}

#home-booking label {
  background: black;
  color: white;
}

#home-booking .text-input {
  color: var(--color-primary);
  font-family: var(--font-sans);
  text-transform: uppercase;
  font-size: var(--fs-base);
  padding: 12px 36px 12px 12px;
  border: none;
  border-right: 1px solid var(--color-primary);
  width: 180px
}

#home-booking span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
  pointer-events: none
}

#home-booking span.icoDate {
  background: url('https://www.apartament.poznan.pl/wp-content/themes/website/img/form-date.png') no-repeat center center
}

#home-booking span.icoPerson {
  background: url('https://www.apartament.poznan.pl/wp-content/themes/website/img/form-person.png') no-repeat center center
}

#home-booking .submitInput {
  width: 100%;
  color: var(--color-white);
  background: var(--color-primary);
  text-transform: uppercase;
  font-size: var(--fs-base);
  padding: 12px;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
}

/* ----------------------------------------------------------------
   12c. UI Datepicker
   ---------------------------------------------------------------- */

.ui-datepicker {
  background: var(--color-white);
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  padding: 5px;
  width: 179px;
  display: none
}

.ui-datepicker-header {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-primary)
}

.ui-datepicker-prev {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: block;
  background: var(--color-primary);
  position: relative;
  float: left
}

.ui-datepicker-prev:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 8px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--color-white);
  border-left: 2px solid var(--color-white);
  transform: rotate(-45deg)
}

.ui-datepicker-prev span {
  display: none
}

.ui-datepicker-next {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: block;
  background: var(--color-primary);
  position: relative;
  float: right
}

.ui-datepicker-next:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 8px;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg)
}

.ui-datepicker-next span {
  display: none
}

.ui-datepicker-title {
  line-height: 20px;
  text-align: center
}

.ui-datepicker-calendar {
  clear: both;
  width: 100%;
  margin-top: 10px
}

.ui-datepicker-calendar a {
  line-height: 20px;
  display: block;
  width: 100%;
  text-align: center;
  color: var(--color-primary);
  margin: 5px 0 0
}

.ui-datepicker-calendar a.ui-state-highlight {
  background: var(--color-primary-85);
  color: var(--color-white)
}

.ui-datepicker-calendar a.ui-state-hover {
  color: #000
}

.ui-datepicker-calendar a.ui-state-active {
  background: var(--color-primary);
  color: var(--color-white)
}

.ui-datepicker-buttonpane {
  text-align: center;
  padding: 10px 0 5px
}

.ui-datepicker-buttonpane .ui-datepicker-close {
  display: none
}

.ui-datepicker-buttonpane .ui-datepicker-current {
  cursor: pointer;
  border: 1px solid var(--color-primary);
  background: var(--color-white);
  padding: 5px 10px;
  color: var(--color-primary);
  text-transform: uppercase
}

.slider-item .slider-image {
  overflow: hidden
}

.slider-image img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover
}

/* ----------------------------------------------------------------
   12d. Sekcja oferty specjalnej
   ---------------------------------------------------------------- */

.section-special-offer {
  position: relative;
  top: 120px;
  max-height: 0
}

.section-special-offer.hidden-active {
  max-height: auto
}

/* ----------------------------------------------------------------
   12e. Nagłówki treści (.mainh, .subtitle, .smallh)
   ---------------------------------------------------------------- */

.mainh {
  font-size: var(--fs-4xl);
  font-weight: var(--fw-light);
  color: var(--color-primary);
  line-height: 45px;
  padding-left: 60px;
  position: relative;
  margin: 70px 0 45px;
  text-align: left;
}

.mainh:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1em;
  height: 1px;
  width: 45px;
  background: var(--color-primary);
  display: block
}

.subtitle {
  font-size: var(--fs-xl);
  line-height: 30px;
  font-weight: var(--fw-xbold);
  color: var(--color-dark);
  margin: 0 0 30px 0
}

.smallh {
  font-size: var(--fs-xl);
  line-height: 30px;
  color: var(--color-dark);
  font-family: var(--font-serif);
  margin: 0 0 30px 0;
  font-weight: var(--fw-regular);
}

.mainh.white {
  color: var(--color-white)
}

.mainh.white:before {
  background: var(--color-white)
}

.subtitle.white {
  color: var(--color-white)
}

#header #logo svg {
  width: 100%;
  height: auto
}

#header #logo {
  width: 215px;
  height: 68px
}

/* ================================================================
   13. HAMBURGER MENU
   ================================================================ */

.hamburger {
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative
}

.hamburger .hamburger-label {
  font-size: var(--fs-base);
  font-weight: 600
}

.hamburger .hamburger-label.second {
  display: none
}

body.menu-active .hamburger .hamburger-label.first {
  display: none
}

body.menu-active .hamburger .hamburger-label.second {
  display: inline-block
}

#hamburger {
  position: relative
}

#hamburger:before {
  content: '';
  display: block;
  background: var(--color-bg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-20deg)
}

.hamburger {
  padding: 20px 50px 10px 10px
}

.hamburger-box {
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--color-primary-dark);
  transform: skewX(-20deg)
}

.hamburger-box .hamburger-inner {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 60%;
  height: 2px;
  display: block;
  background: var(--color-white);
  transform: translate(-50%, -50%)
}

.hamburger-box:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 60%;
  height: 2px;
  display: block;
  background: var(--color-white);
  transform: translate(-50%, -50%)
}

.hamburger-box:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 60%;
  height: 2px;
  display: block;
  background: var(--color-white);
  transform: translate(-50%, -50%)
}

body.menu-active .hamburger-box .hamburger-inner {
  left: 0;
  opacity: 0
}

body.menu-active .hamburger-box:before {
  bottom: 15px;
  transform: translate(-50%, -50%) rotate(45deg)
}

body.menu-active .hamburger-box:after {
  bottom: 15px;
  transform: translate(-50%, -50%) rotate(-45deg)
}

/* ============================================================ */

/* ================================================================
   14. UPPER6 — Booking Widget
   ================================================================ */

#upper6-glass {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2147483646;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5)
}

#upper6-glass.is-hidden {
  display: none
}

.upper6-frame {
  position: fixed;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2147483647
}

.upper6-frame__inner {
  margin: auto;
  transition: box-shadow .3s ease, background-color .3s ease;
  position: relative;
  height: 100%
}

.upper6-frame iframe {
  border: 0;
  width: 100%;
  height: 100%;
  transform: scale(.9);
  opacity: 0;
  transition: all .3s ease
}

.upper6-frame.ready .upper6-frame__inner {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .5);
  background-color: rgba(0, 0, 0, .5)
}

.upper6-frame.ready .upper6-close {
  display: block
}

.upper6-frame.ready iframe {
  transform: scale(1);
  opacity: 1
}

.upper6-frame.ready .upper6-loader {
  transform: scale(.9);
  opacity: 0
}

.upper6-sidebar {
  position: fixed;
  top: 5px;
  bottom: 5px;
  width: 98%;
  width: calc(100% - 10px);
  max-width: 980px;
  z-index: 2147483647;
  transition: transform .25s ease
}

.upper6-sidebar.left {
  left: 5px;
  transform: translate(-990px, 0)
}

.upper6-sidebar.right {
  right: 5px;
  transform: translate(990px, 0)
}

.upper6-sidebar .upper6-frame__inner {
  background-color: #eceff1
}

.upper6-sidebar.ready .upper6-frame__inner {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .5)
}

.upper6-sidebar iframe {
  border: 0;
  width: 100%;
  height: 100%
}

.upper6-sidebar.upper6-sidebar--loaded {
  transform: translate(0, 0)
}

.upper6-sidebar .upper6-close {
  display: block;
  top: 5px;
  right: 5px;
  width: 31px;
  height: 31px
}

.upper6-sidebar .upper6-close:after,
.upper6-sidebar .upper6-close:before {
  top: 4px;
  right: 14px;
  width: 3px;
  height: 23px
}

.upper6-sidebar--single-offer .upper6-close {
  width: 61px;
  height: 60px;
  top: 0;
  right: 0
}

.upper6-close {
  display: none;
  width: 39px;
  height: 39px;
  background: #000;
  color: var(--color-white);
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
  cursor: pointer
}

.upper6-close:after,
.upper6-close:before {
  content: '';
  position: absolute;
  top: 6px;
  right: 18px;
  width: 3px;
  height: 26px;
  border-radius: 2px;
  background-color: var(--color-white)
}

.upper6-close:before {
  transform: rotate(45deg)
}

.upper6-close:after {
  transform: rotate(-45deg)
}

.upper6-loader {
  position: absolute;
  width: 404px;
  height: 158px;
  max-width: 96%;
  background: var(--color-white);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, .4);
  padding: 30px;
  box-sizing: border-box;
  font-size: var(--fs-sm);
  transition: all .2s ease
}

.up6-loader__spinner {
  width: 60px;
  height: 60px;
  float: left;
  margin-top: 20px;
  margin-right: 20px
}

.up6-loader__spinner svg {
  width: 100%;
  height: 100%;
  stroke: #333
}

.up6-loader__spinner svg .circle {
  stroke: #262222
}

.up6-loader__title {
  margin: 28px 0 0 0 !important;
  padding: 0 !important;
  color: #262222;
  font-size: 1.7em !important;
  line-height: 1.1 !important;
  font-weight: var(--fw-medium);
  clear: none !important
}

.up6-loader__text {
  margin: 5px 0;
  color: #262222
}

#upperModal {
  z-index: 2147483647 !important
}

.modal-frame {
  padding: 30px
}

.modal-backdrop--upper {
  z-index: 2147483646 !important
}

#upperModal .modal-header {
  padding: 20px 20px;
  position: relative;
  z-index: 510;
  background-color: transparent;
  border-bottom-width: 1px
}

#upperModal .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55px;
  text-align: center;
  opacity: 1;
  font-size: 17px;
  margin: 0;
  outline: 0;
  filter: none
}

#upperModal .modal-header .close:before {
  content: '\2715';
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -11px auto auto;
  display: inline-block;
  font-size: 17px !important;
  line-height: 17px
}

#upperModal .modal-header--shadow {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  border-bottom-width: 0 !important
}

#upperModal .modal-header--shadow .modal-title {
  color: var(--color-white)
}

#upperModal .modal-header--shadow .close {
  background-color: transparent !important
}

#upperModal .modal-header--shadow .close:before {
  color: var(--color-white)
}

#upperModal .modal-header--shadow+.modal-body .up5-loader__spinner {
  margin-top: 73px !important
}

#upperModal .modal-title {
  font-size: 1.5em;
  padding-right: 40px
}

#upperModal .modal-body {
  padding: 0
}

#upperModal .modal-body>:last-child {
  padding-bottom: 0
}

.upper6-modal-widget {
  max-width: 520px;
  bottom: auto;
  margin: 0 auto;
  width: 100%
}

.upper6-modal-widget-checkin {
  max-width: 771px;
  margin: 0 auto;
  width: 100%
}

.upper6-frame__inner.rtl .upper6-close {
  left: 0;
  right: auto
}

.upper6-frame__inner.rtl .up6-loader__spinner {
  transform: scaleX(-1);
  float: right;
  margin-left: 20px
}

.upper6-frame__inner.rtl .up6-loader__text,
.upper6-frame__inner.rtl .up6-loader__title {
  text-align: right
}

/* ============================================================ */

/* ================================================================
   15. IMAGEYE
   ================================================================ */

.imageye-selected {
  outline: 2px solid black !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

/* ============================================================ */

/* ================================================================
   16. @FONT-FACE — Roboto (Profitroom CDN)
   ================================================================ */

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-regular);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-regular.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-regular.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-regular.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-regular.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-regular.svg#Roboto) format('svg');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-regular);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-regular.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-regular.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-regular.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-regular.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-regular.svg#Roboto) format('svg');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-regular);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-regular.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-regular.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-regular.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-regular.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-regular.svg#Roboto) format('svg');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-regular);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-regular.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-regular.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-regular.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-regular.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-regular.svg#Roboto) format('svg');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-regular);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-regular.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-regular.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-regular.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-regular.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-regular.svg#Roboto) format('svg');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-regular);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-regular.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-regular.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-regular.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-regular.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-regular.svg#Roboto) format('svg');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-regular);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-regular.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-regular.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-regular.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-regular.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-regular.svg#Roboto) format('svg');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-medium);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-500.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-500.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-500.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-500.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-500.svg#Roboto) format('svg');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-medium);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-500.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-500.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-500.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-500.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-500.svg#Roboto) format('svg');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-medium);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-500.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-500.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-500.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-500.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-500.svg#Roboto) format('svg');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-medium);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-500.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-500.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-500.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-500.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-500.svg#Roboto) format('svg');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-medium);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-500.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-500.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-500.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-500.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-500.svg#Roboto) format('svg');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-medium);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-500.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-500.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-500.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-500.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-500.svg#Roboto) format('svg');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-medium);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-500.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-500.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-500.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-500.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-500.svg#Roboto) format('svg');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-xbold);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-700.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-700.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-700.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-700.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-ext-700.svg#Roboto) format('svg');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-xbold);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-700.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-700.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-700.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-700.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-cyrillic-700.svg#Roboto) format('svg');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-xbold);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-700.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-700.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-700.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-700.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-ext-700.svg#Roboto) format('svg');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-xbold);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-700.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-700.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-700.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-700.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-greek-700.svg#Roboto) format('svg');
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-xbold);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-700.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-700.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-700.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-700.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-vietnamese-700.svg#Roboto) format('svg');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-xbold);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-700.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-700.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-700.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-700.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-ext-700.svg#Roboto) format('svg');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: var(--fw-xbold);
  font-display: swap;
  src:
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-700.eot?#iefix) format('embedded-opentype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-700.woff2) format('woff2'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-700.woff) format('woff'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-700.ttf) format('truetype'),
    url(https://fonts.profitroom.com/roboto/roboto-v30-latin-700.svg#Roboto) format('svg');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================================ */

/* ================================================================
   17. ABANDONED CART
   ================================================================ */

.abandoned-cart-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.abandoned-cart {
  margin: 16px;
  padding: 15px;
  font-size: var(--fs-base);
  color: #212121;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background-color: var(--color-white);
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.abandoned-cart h3,
.abandoned-cart p {
  margin: 0;
}

.abandoned-cart h3,
.abandoned-cart span,
.abandoned-cart p {
  font-family: inherit;
}

.abandoned-cart-body {
  display: flex;
  margin-top: 10px;
}

.abandoned-cart-image {
  width: 47px;
  height: 45px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.abandoned-cart-left {
  padding-right: 12px;

  [dir="rtl"] & {
    padding-right: 0;
    padding-left: 12px;
  }
}

.abandoned-cart-right {
  width: 100%;
  margin-right: 36px;

  [dir="rtl"] & {
    margin-right: 0;
    margin-left: 36px;
  }
}

.abandoned-cart-info-row {
  margin-top: 4px;
}

.abandoned-cart-info-row:first-of-type {
  margin-top: 0;
}

.abandoned-cart-header {
  font-size: 18px;
  font-weight: var(--fw-regular);
}

.abandoned-cart-warning {
  color: #BF360C;
}

.abandoned-cart-price {
  font-size: 20px;
  color: #747C61;
  font-weight: var(--fw-xbold);
}

.abandoned-cart-taxes {
  font-size: var(--fs-xs);
  color: #616161;
  white-space: pre;
}

.abandoned-cart-x {
  position: absolute;
  top: -12px;
  left: -10px;
  width: 20px;
  height: 20px;
  border: 3px solid var(--color-white);
  border-radius: 50%;
  background: var(--color-white);

  [dir="rtl"] & {
    left: auto;
    left: initial;
    right: -10px;
  }
}

.abandoned-cart button {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.abandoned-cart-x button svg {
  position: relative;
  top: -23%;
  right: 3px;

  [dir="rtl"] & {
    right: auto;
    right: initial;
    left: 3px;
  }
}

.abandoned-cart-link {
  position: absolute;
  bottom: 50%;
  right: 30px;
  width: 32px;
  height: 32px;
  transform: translate(0, 50%);

  [dir="rtl"] & {
    right: auto;
    right: initial;
    left: 30px;
    transform: rotateY(180deg);
  }
}

.abandoned-cart-time {
  vertical-align: text-top;
}

.abandoned-cart-date {
  display: inline-block;
  line-height: 20px;
}

.abandoned-cart-occupancy {
  margin-top: 4px;
}

/* ================================================================
   18. CSS FOOTER — Animacje, Typografia, Sekcje
   ================================================================ */

/* Mark: CSS Footer */


/* ----------------------------------------------------------------
   18a. Animacje (.anm, .anmt, .anmh, .anmhplus)
   ---------------------------------------------------------------- */

.anms,
.anm,
.anm *,
.anm *:before,
.anm *:after {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.anmh * {
  -webkit-transition: height .3s ease-out;
  transition: height .3s ease-out
}

.anmt {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.anmhplus * {
  -webkit-transition: height .3s ease-out, margin-top .3s ease-out, margin-bottom .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
  transition: height .3s ease-out, margin-top .3s ease-out, margin-bottom .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out
}

.anmhpluslong * {
  -webkit-transition: max-height .5s ease-out, height .5s ease-out, margin-top .5s ease-out, margin-bottom .5s ease-out, padding-top .5s ease-out, padding-bottom .5s ease-out;
  transition: max-height .5s ease-out, height .5s ease-out, margin-top .5s ease-out, margin-bottom .5s ease-out, padding-top .5s ease-out, padding-bottom .5s ease-out
}

/* ----------------------------------------------------------------
   18b. Blok tekstowy (.text)
   ---------------------------------------------------------------- */

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-white);
  font-weight: var(--fw-light);
}

.text p a {
  color: var(--color-white)
}

.text p a:hover {
  color: var(--color-white)
}

.text p {
  color: var(--color-white)
}

.text strong,
.text b {
  font-weight: bold
}

.text em,
.text i {
  font-style: italic
}

.text ul {
  margin-bottom: 30px
}

.text ul li {
  color: var(--color-white);
  padding-left: 20px
}

.text ul li {
  position: relative
}

.text ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-primary)
}

.text ol li {
  font-size: var(--fs-base);
  line-height: 30px;
  color: var(--color-white)
}

.text ol {
  list-style: none;
  overflow: hidden;
  counter-reset: numList
}

.text ol li {
  position: relative;
  padding-left: 40px
}

.text ol li::before {
  counter-increment: numList;
  content: counter(numList);
  border: 2px solid var(--color-white);
  width: 25px;
  height: 25px;
  background: var(--color-primary-dark);
  font-weight: var(--fw-medium);
  font-size: var(--fs-md);
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  color: var(--color-white);
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.text ol li ul li::before {
  display: none
}

.text ol li ul {
  margin-top: 18px;
  padding-left: 20px
}

.text ol li ul li {
  background-image: none;
  list-style-type: disc;
  padding-left: 0
}

.text a {
  color: var(--color-white)
}

.text a:hover {
  color: #000
}

.text-white ul li {
  margin-bottom: 10px
}

.text-white ul li:before {
  background: var(--color-white)
}

.text-white>ul>li>ul {
  margin-top: 10px;
  margin-bottom: 0
}

.text-white>ul>li>ul>li:before {
  background: var(--color-primary);
  border: 2px solid var(--color-white);
  width: 6px;
  height: 6px
}

/* ================================================================
   19. SEKCJA APARTAMENTÓW
   ================================================================ */

.section-apartments,
#references {
  background: var(--color-light)
}

.section-apartments .list-item {
  background: var(--color-white)
}

.section-apartments .list-item .image {
  height: 270px;
  width: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* kluczowe — trzyma swipera w kontenerze */
}

.section-apartments .list-item .image .apt-swiper {
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.section-apartments .list-item .image .apt-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.apt-swiper .swiper-button-prev,
.apt-swiper .swiper-button-next {
  width: 50px;
  height: 100px;
  background: rgba(0, 0, 0, 0.36);
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.apt-swiper .swiper-button-next {
  border-radius: 100px 0 0 100px;
  right: -8px;
  left: auto;
}

.apt-swiper .swiper-button-prev {
  border-radius: 0 100px 100px 0;
  left: -8px;
  right: auto;
}

.apt-swiper .swiper-button-prev:hover,
.apt-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.48);
}

.image:hover .swiper-button-prev,
.image:hover .swiper-button-next {
  opacity: 1;
}

.apt-swiper .swiper-button-prev::after,
.apt-swiper .swiper-button-next::after {
  font-size: var(--fs-base);
  font-weight: var(--fw-xbold);
  color: var(--color-white);
}

.section-apartments .list-item .image .price {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: var(--fs-3xl);
  line-height: 30px;
  font-family: var(--font-serif);
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.section-apartments .list-item .image .price span {
  font-size: var(--fs-sm)
}

.section-apartments .content {
  padding: 15px 20px
}

.section-apartments .content h3 {
  font-size: var(--fs-md);
  line-height: 24px;
  color: var(--color-dark);
  padding: 0 5px 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  font-weight: var(--fw-regular);
}

.section-apartments .content .right .btn-border {
  margin-bottom: 10px;
  width: 120px;
  letter-spacing: 1px
}

.section-apartments .apart-foot {
  clear: both;
  font-size: var(--fs-sm);
  color: var(--color-dark)
}

.section-apartments #list-wrap {
  padding: 30px;
  clear: both;
  border-bottom: 1px solid #ebebeb
}

.icon-list-item {
  font-size: var(--fs-sm);
  color: var(--color-dark);
  line-height: 20px;
  display: flex;
}

.icon-list-item .ico {
  text-align: center;
  float: left;
  flex-shrink: 0;
}

.icon-list-item sup {
  vertical-align: super;
  font-size: var(--fs-xs)
}

.section-apartments #list-wrap .icon-list-item {
  padding-left: 40px;
  position: relative
}

.section-apartments #list-wrap .icon-list-item .ico {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.btn-border,
.btn {
  color: var(--color-primary);
  font-weight: var(--fw-xbold);
  font-size: var(--fs-sm);
  padding: 10px 10px 8px;
  border: 1px solid color-mix(in oklch, var(--color-primary) 24%, transparent);
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-family: var(--font-sans);
  letter-spacing: 1px;
  background: none;
  cursor: pointer;
}

.btn-border:hover,
.btn:hover {
  background: var(--color-primary);
  color: var(--color-white)
}

.checkin-row {
  display: flex;
}

.checkin-row .label {
  min-width: 80px;
  /* lub np. 6em */
}

#references {
  margin-top: 45px;
  text-align: center;
}

#references header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ── Swiper ── */
.reviews-swiper {
  margin-bottom: 30px;
}

.reviews-swiper .swiper-wrapper {
  align-items: stretch;
}

.reviews-swiper .swiper-slide {
  height: auto;
}

.reviews-pagination.swiper-pagination {
  position: relative;
  margin-bottom: 70px;
}

.swiper-pagination-bullet-active {
  background: var(--color-primary) !important;
}

/* ── Nawigacja ── */
.reviews-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.reviews-nav .swiper-button-prev,
.reviews-nav .swiper-button-next {
  position: static;
  transform: none;
  margin: 0;
  width: 52px;
  height: 52px;
  background: var(--color-white);
  transition: box-shadow 0.3s ease;
}

.reviews-nav .swiper-button-prev:hover,
.reviews-nav .swiper-button-next:hover {
  background: var(--color-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.reviews-nav .swiper-button-prev::after,
.reviews-nav .swiper-button-next::after {
  font-size: var(--fs-md);
  font-weight: var(--fw-xbold);
  color: #1a1a1a;
}

/* ── Box recenzji ── */
.review-item {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  aspect-ratio: 16 / 9;
}

/* ── Wrapper treści ── */
.review-item .quote-wrapper {
  position: relative;
  flex: 1;
  min-height: 0;
  margin-bottom: 15px;
}

/* ── Treść — ukryty natywny scrollbar ── */
.review-item blockquote {
  font-size: var(--fs-sm);
  line-height: 18px;
  color: var(--color-dark);
  margin: 0;
  height: 100%;
  overflow-y: auto;
  padding-right: 18px;
  /* miejsce na fałszywy scrollbar */

  /* Ukryj natywny scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.review-item blockquote::-webkit-scrollbar {
  display: none;
}

/* ── Fałszywy scrollbar (track) ── */
.review-item .quote-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: transparent;
  transition: background 0.2s ease;
}

/* ── Fałszywy scrollbar (thumb) ── */
.review-item .scrollbar-thumb {
  position: absolute;
  right: -12px;
  width: 3px;
  background: transparent;
  transition: background 0.2s ease, opacity 0.2s ease;
  pointer-events: none;
}

/* Pokaż po najechaniu na cały box */
.review-item:hover .scrollbar-thumb {
  background: var(--color-primary);
}

/* ── Gradient ── */
.review-item .quote-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 18px;
  height: 48px;
  background: linear-gradient(to bottom,
      transparent 0%,
      var(--color-white) 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.review-item .quote-wrapper.at-bottom::after {
  opacity: 0;
}

/* ── Autor ── */
.review-item cite {
  font-size: var(--fs-sm);
  line-height: 18px;
  color: var(--color-dark);
  font-family: var(--font-serif);
  flex-shrink: 0;
}

/* ── Stare style bxSlider ── */
.review-item .bx-wrapper {
  position: relative;
}

.review-source {
  opacity: .64;
}

/* ── Responsywność ── */

.whatlist-item {
  position: relative
}

.whatlist-image img {
  max-width: 100%;
  height: auto
}

.whatlist-content {
  position: relative
}

.whatlist-content .ctrh {
  text-align: center
}

.whatlist-content .text {
  color: var(--color-dark);
  font-family: var(--font-serif);
  font-weight: var(--fw-regular);
  border-bottom: 1px solid var(--color-primary);
  display: inline-block
}

.whatlist-content .hidden-opener {
  display: inline-block;
  font-size: var(--fs-sm);
  color: var(--color-primary);
  padding: 10px 35px;
  border: 1px solid var(--color-primary);
  font-weight: var(--fw-xbold);
  text-transform: uppercase
}

.whatlist-content .hidden-opener:hover {
  background: var(--color-primary);
  color: var(--color-white)
}

.hidden-content {
  display: none;
  position: absolute;
  top: 0;
  z-index: 50;
  padding-bottom: 100px
}

.hidden-content .hcinner {
  background: var(--color-primary);
  box-shadow: 0 24px 29px rgba(0, 0, 0, .21);
  overflow: hidden
}

.hidden-content .text p {
  color: var(--color-white)
}

.hidden-content .text strong {
  font-size: 24px;
  font-family: var(--font-serif)
}

.hidden-content .close {
  position: absolute;
  cursor: pointer;
  z-index: 55
}

.hidden-content .close svg {
  fill: var(--color-white)
}

.hidden-active .hidden-content {
  display: block;
  z-index: 90
}

.filters .custom-label {
  font-size: var(--fs-base);
  color: var(--color-primary);
  line-height: 40px;
  text-transform: uppercase;
  float: left
}

.filters .custom-select {
  float: left;
  margin: 0 20px;
  height: 40px;
  width: 150px;
  position: relative
}

.filters .custom-select span.custom-option:after {
  content: '';
  display: block;
  width: 30px;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: url(img/select.png) no-repeat center center;
  border: 1px solid var(--color-primary);
  pointer-events: none;
  opacity: 1
}

.filters .custom-select.active span.custom-option:after {
  top: 0;
  bottom: 0
}

.filters .custom-select .custom-select-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-primary)
}

.filters .custom-select .custom-option {
  font-size: var(--fs-base);
  line-height: 40px;
  color: var(--color-dark);
  display: block;
  padding: 0 50px 0 20px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  position: relative
}

.filters .custom-select a.custom-option {
  height: 0;
  color: var(--color-primary)
}

.filters .custom-select.active a.custom-option {
  height: 40px
}

.filters .custom-select:nth-child(1) {
  z-index: 90
}

.filters .custom-select:nth-child(2) {
  z-index: 89
}

.filters .custom-select:nth-child(3) {
  z-index: 88
}

.filters .custom-select:nth-child(4) {
  z-index: 87
}

.filters .custom-select:nth-child(5) {
  z-index: 86
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.hidden-item {
  display: none;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  z-index: 2;
  /* ponad ::after */
}

/* Lupka */
.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:has(.gallery-overlay)::after {
  display: none;
}

/* Hover */
.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover::after {
  opacity: 1;
}

.glightbox-clean .gnext,
.glightbox-clean .gprev {
  width: 100px !important;
  height: 100px !important;
}

.section-contact {
  margin-bottom: 100px;
  position: relative
}

.section-contact .list-item svg {
  margin-bottom: 24px
}

.section-contact .list-item p,
.section-contact .list-item p a {
  font-size: var(--fs-md);
  line-height: 24px;
  color: var(--color-dark)
}

.section-contact a.btn-border {
  min-width: 200px
}

#google-map {
  height: 600px
}

#google-map .gmap-info {
  padding: 10px 0 10px 10px
}

#google-map .gmap-info h2 {
  font-size: 24px;
  margin-bottom: 15px
}

#google-map .gmap-info a {
  margin-top: 15px
}

#flink-contents>div {
  background: var(--color-primary);
  box-shadow: 0 24px 29px rgba(0, 0, 0, .21);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  display: none
}

#flink-contents .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer
}

#flink-contents .close svg * {
  fill: var(--color-white)
}

#flink-contents .mainh {
  color: var(--color-white)
}

#flink-contents .mainh:before {
  background: var(--color-white)
}

#footer {
  line-height: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  color: #3c3c3b
}

#footer a {
  color: #3c3c3b
}

#footer a:hover {
  color: var(--color-primary-dark)
}

#footer .footer-left a {
  margin-left: 20px;
  text-decoration: underline
}

#footer .footer-menu {
  display: flex;
  gap: 1rem;
}

::-webkit-input-placeholder {
  color: #999999;
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-base)
}

::-moz-placeholder {
  color: #999999;
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-base)
}

:-ms-input-placeholder {
  color: #999999;
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-base)
}

:-moz-placeholder {
  color: #999999;
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-base)
}

.fake-checkbox {
  color: var(--color-white);
  display: block;
  cursor: pointer;
  margin-bottom: 10px
}

.fake-checkbox:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 3px solid var(--color-white);
  background: var(--color-white);
  border-radius: 50%;
  margin-right: 20px;
  position: relative
}

.fake-checkbox.selected:before {
  background: #3c3c3b
}

.freshmail-form form {
  margin-top: 20px;
  position: relative
}

.freshmail-form input {
  display: block;
  padding: 0 30px;
  line-height: 1.44em;
  border: 1px solid var(--color-white);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 48px
}

.freshmail-form .form_subscribe_button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 50px;
  background: var(--color-primary-dark);
  color: var(--color-white);
  cursor: pointer;
  padding: 0 40px 0 30px;
  border: 1px solid var(--color-primary-dark);
  border-left: 1px solid var(--color-white)
}

.freshmail-form .form_subscribe_button:before {
  content: '';
  display: inline-block;
  border-top: 24px solid var(--color-white);
  border-right: 10px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 10px solid var(--color-white);
  position: absolute;
  top: -1px;
  left: 0
}

.freshmail-form .form_subscribe_button:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.freshmail-form .form_subscribe_button:hover {
  background: #3c3c3b
}

.freshmail-form .message_success {
  font-size: var(--fs-md);
  color: var(--color-primary-dark);
  position: relative;
  z-index: 1
}

.freshmail-form .message_error {
  font-size: var(--fs-md);
  color: #f00;
  position: relative;
  z-index: 1
}

.wpcf7 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: var(--fw-regular);
  font-size: 18px;
  color: #999999
}

.wpcf7 input,
.wpcf7 textarea {
  padding: 8px 5px;
  background: none;
  display: block;
  width: 100%
}

.wpcf7 textarea {
  resize: none
}

.wpcf7 .file-upload {
  border: none;
  border-bottom: 1px solid #a7a7a7;
  background: none;
  display: block;
  width: 100%;
  margin-top: 20px
}

.wpcf7 .file-upload span {
  color: #999;
  padding: 5px;
  display: inline-block;
  overflow: hidden
}

.wpcf7 .file-upload span.add svg {
  margin-left: 10px
}

.wpcf7 .file-upload span.remove {
  float: right
}

.wpcf7 .file-upload span.remove svg {
  margin-right: 10px;
  transform: rotate(45deg)
}

.wpcf7 .file-upload span svg {
  position: relative;
  top: 3px
}

/* ================================================================
   20. FORMULARZ KONTAKTOWY (WP Contact Form 7)
   ================================================================ */

.wpcf7 .file-upload span:hover {
  color: var(--color-primary-dark)
}

.wpcf7 .file-upload span svg * {
  fill: #999
}

.wpcf7 .file-upload span:hover svg * {
  fill: var(--color-primary-dark)
}

.wpcf7 .acceptance {
  padding-left: 30px;
  position: relative;
  display: block;
  font-size: var(--fs-sm);
  line-height: 14px;
  letter-spacing: 0.75px
}

.wpcf7 .acceptance .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin: 0
}

.wpcf7 .acceptance .wpcf7-form-control-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  pointer-events: none;
  z-index: 2
}

.wpcf7 .acceptance .wpcf7-form-control-wrap.selected:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  pointer-events: none;
  z-index: 3;
  background: #999
}

.wpcf7 .wpcf7-acceptance {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  z-index: 1
}

.wpcf7 .cf7-submit {
  float: right;
  position: relative;
  height: 36px;
  line-height: 36px;
  background: var(--color-primary-dark);
  border: none;
  color: var(--color-white);
  cursor: pointer;
  padding: 0 40px 0 50px;
  text-transform: uppercase;
  font-weight: 600
}

.wpcf7 .cf7-submit:hover {
  background: #999
}

.wpcf7 .cf7-submit:before {
  content: '';
  display: inline-block;
  border-top: 18px solid var(--color-white);
  border-right: 10px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid var(--color-white);
  position: absolute;
  top: 0;
  left: 0
}

.wpcf7 .wpcf7-response-output {
  clear: both;
  padding: 20px 0
}

.wpcf7 .wpcf7-validation-errors {
  color: #f00
}

.wpcf7 .wpcf7-not-valid-tip,
wpcf7-mail-sent-ng {
  color: #f00
}

.wpcf7-mail-sent-ok {
  color: var(--color-primary-dark)
}

.wpcf7 .screen-reader-response {
  display: none !important
}

.wpcf7-display-none {
  display: none
}

.wpcf7-form .label {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-white)
}

.wpcf7-form .required:after {
  content: '*';
  color: var(--color-dark)
}

.wpcf7-form .iwrap>span,
.wpcf7-form .twrap>span {
  display: block
}

.wpcf7-form .twrap {
  clear: both;
  width: 100%
}

.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .swrap {
  width: 100%;
  margin-bottom: 20px
}

.wpcf7-form .swrap .wpcf7-form-control-wrap {
  margin-bottom: 0
}

.wpcf7-form .wpcf7-form-control {
  width: 100%;
  border: 1px solid var(--color-white);
  background: none;
  color: var(--color-white);
  padding-left: 5px;
  padding-right: 5px
}

.wpcf7-form .smallh {
  clear: both
}

.wpcf7-form .swrap {
  position: relative
}

.wpcf7-form .swrap:after {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.7%22%20height%3D%2212%22%20viewBox%3D%220%200%2022.7%2012%22%3E%3Cpath%20fill%3D%22%23231F20%22%20d%3D%22M22.1%200L11.4%2010.7.6%200%200%20.6%2011.4%2012%2022.7.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center var(--color-white);
  pointer-events: none
}

.wpcf7-form .wpcf7-select {
  height: 35px
}

.wpcf7-form .isubmit {
  display: inline-block;
  position: relative
}

.wpcf7-form .isubmit:before {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 50%;
  background: var(--color-white);
  transform: translateX(-50%)
}

.wpcf7-form .isubmit:after {
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: var(--color-white);
  transform: translateX(-50%)
}

.wpcf7-form .wpcf7-submit {
  display: inline-block;
  width: auto;
  border: 1px solid #d9cfb6;
  padding: 5px 25px;
  text-transform: uppercase;
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  cursor: pointer
}

.wpcf7-form .wpcf7-submit:hover {
  background: var(--color-white);
  color: var(--color-primary)
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url('img/wpcf7-loader.gif');
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
  border-radius: 10px;
  background-color: var(--color-white);
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%)
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible
}

/* ================================================================
   21. PAGINACJA (wp-pagenavi)
   ================================================================ */

.wp-pagenavi>* {
  color: var(--color-primary-dark);
  line-height: 1.2;
  padding: 0 10px
}

.wp-pagenavi .nextpostslink:after {
  content: '';
  border-bottom: 2px solid var(--color-primary-dark);
  border-right: 2px solid var(--color-primary-dark);
  transform: rotate(-45deg);
  display: inline-block;
  width: 20px;
  height: 20px
}

.wp-pagenavi .previouspostslink:before {
  content: '';
  border-bottom: 2px solid var(--color-primary-dark);
  border-left: 2px solid var(--color-primary-dark);
  transform: rotate(45deg);
  display: inline-block;
  width: 20px;
  height: 20px
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden
}

#cboxWrapper {
  max-width: none
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left
}

#cboxContent {
  position: relative
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

#cboxTitle {
  margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

#cboxOverlay {
  background: var(--color-white);
  opacity: 0.9;
  filter: alpha(opacity=90)
}

#colorbox {
  outline: 0
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: transparent
}

.cboxIframe {
  background: var(--color-white)
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc
}

#cboxLoadedContent {
  background: transparent;
  padding: 1px
}

#cboxLoadingGraphic {
  background: url(lib/colorbox/images/loading.gif) no-repeat center center
}

#cboxLoadingOverlay {
  background: transparent
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px
}

.cboxPhoto {
  box-shadow: 0 0 5px rgba(0, 0, 0, .8)
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  background: url(lib/colorbox/images/controls4.png) no-repeat 0 0
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0
}

#cboxPrevious {
  background-position: 0 0px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%)
}

#cboxPrevious:hover {
  background-position: 0 -50px
}

#cboxNext {
  background-position: -50px 0px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%)
}

#cboxNext:hover {
  background-position: -50px -50px
}

#cboxClose {
  background-position: -100px 0px;
  right: 5px;
  top: 5px
}

#cboxClose:hover {
  background-position: -100px -50px
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -150px 0px;
  right: 44px
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -200px -50px
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -200px 0px;
  right: 44px
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -150px -50px
}

#cboxContent:hover #cboxNext,
#cboxContent:hover #cboxPrevious,
#cboxContent:hover #cboxClose {}

/* ===========================
       SEKCJA RABATÓW
       =========================== */
.rabaty {
  background: var(--color-primary);
  padding: 70px 0;
}

/* --- Nagłówek sekcji --- */
.rabaty__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.rabaty__header-line {
  flex: 1;
  height: 1px;
  background: var(--divider);
}

.rabaty__header-label {
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: var(--fw-xbold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
  white-space: nowrap;
}

/* --- Layout: logo + karty --- */
.rabaty__body {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* --- Logo SVG --- */
.rabaty__logo {
  flex-shrink: 0;
}

.rabaty__logo img {
  width: 100%;
  height: auto;
}

/* --- Karty rabatów --- */
.rabaty__cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#rabaty .mainh {
  margin-top: 0px;
}

.rabaty__card {
  display: flex;
  align-items: center;
  gap: 0;
  background: white;
  border: none;
  border-radius: var(--radius-card);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}

.rabaty__card:hover {
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-1px);
}

.rabaty__card:active {
  transform: translateY(0);
}

/* Kolorowy pasek po lewej stronie — jedyne użycie koloru na krawędzi,
       tu celowo jako element brandowy, nie przypadkowy */
.rabaty__card-accent {
  width: 4px;
  align-self: stretch;
  background: var(--color-primary-85);
  flex-shrink: 0;
}

.rabaty__card-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 20px;
  background: white;
}

.rabaty__badge {
  flex: 0 0 160px;
  /* stała szerokość – nie rośnie, nie kurczy się */
  width: 160px;
  /* fallback dla starszych silników */
  text-align: right;
}

.rabaty__badge-value {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--fs-4xl);
  font-weight: var(--fw-xbold);
  color: var(--color-primary-dark);
  line-height: 1;
}

.rabaty__badge-value small {
  font-size: .625em;
}

.rabaty__badge-label {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary-85);
  margin-top: 2px;
}

.rabaty__divider {
  width: 1px;
  height: 54px;
  background: var(--divider);
  flex-shrink: 0;
}

.rabaty__info {
  flex: 1;
}

.rabaty__info-desc {
  font-family: var(--font-sans);
  font-size: var(--fs-xl);
  font-weight: var(--fw-regular);
  color: var(--color-dark);
  line-height: 1.35;
}

.rabaty__arrow::after {
  font-family: swiper-icons;
  font-size: var(--fs-md);
  font-weight: var(--fw-xbold);
  color: #1a1a1a;
  content: 'next';
  line-height: 1;
  margin: 0 8px;
}

/*
.rabaty__arrow {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--card-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: background var(--transition), color var(--transition),
    border-color var(--transition), transform var(--transition);
}

.rabaty__card:hover .rabaty__arrow {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
  transform: translateX(2px);
}
  */

/* --- Ramka kontaktowa --- */
.rabaty__contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 32px;
  background: white;
  border: none;
  border-radius: var(--radius-card);
  padding: 18px 24px;
  box-shadow: var(--card-shadow);
  margin-top: 16px;
}

.rabaty__contact-title {
  font-size: var(--fs-xs);
  font-weight: var(--fw-xbold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
  white-space: nowrap;
}

.rabaty__contact-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
}

.rabaty__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--color-darker);
  transition: color var(--transition);
}

.rabaty__contact-item:hover {
  color: var(--color-primary-dark);
}

.rabaty__contact-icon {
  color: var(--color-primary);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* Reset przycisku — karty wyglądają identycznie niezależnie od tagu */
button.rabaty__card {
  all: unset;
  cursor: pointer;
  display: block;
  /* dopasuj do tego, co miały <a> */
  width: 100%;
  box-sizing: border-box;
}

button.rabaty__card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* ── Modal ── */
.rabaty-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rabaty-modal[hidden] {
  display: none;
}

.rabaty-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

.rabaty-modal__box {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  min-width: 280px;
  max-width: 90vw;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.rabaty-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #555;
  line-height: 1;
  padding: 0.25rem;
}

.rabaty-modal__close:hover {
  color: #000;
}

/* --- Responsive --- */


/* ================================================================
   RWD — RESPONSIVE STYLES
   ================================================================ */
/* MARK: RWD START */

@media (max-width:479px) {
  .ctr {
    margin-left: 20px;
    margin-right: 20px
  }

  .ctr-15 {
    margin-left: 5px;
    margin-right: 5px
  }

  .sctr {
    padding-left: 4vw;
    padding-right: 4vw
  }
}

@media (min-width:480px) and (max-width:639px) {
  .ctr {
    margin-left: 30px;
    margin-right: 30px
  }

  .ctr-15 {
    margin-left: 15px;
    margin-right: 15px
  }

  .sctr {
    padding-left: 4vw;
    padding-right: 4vw
  }
}

@media (min-width:640px) and (max-width:1279px) {
  .ctr {
    margin-left: 30px;
    margin-right: 30px
  }

  .ctr-15 {
    margin-left: 15px;
    margin-right: 15px
  }

  .sctr {
    padding-left: 4vw;
    padding-right: 4vw
  }
}

@media (min-width:1280px) {
  .ctr {
    margin-left: auto;
    margin-right: auto
  }

  .ctr-15 {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto
  }

  .sctr {
    padding-left: 8vw;
    padding-right: 8vw
  }
}

@media (max-width:479px) {
  .section-10-0 {
    padding-top: 18vw;
    padding-bottom: 0vw
  }

  .section-0-10 {
    padding-top: 0vw;
    padding-bottom: 18vw
  }

  .section-10-10 {
    padding-top: 18vw;
    padding-bottom: 18vw
  }

  .section-5-5 {
    padding-top: 20vw;
    padding-bottom: 20vw
  }
}

@media (min-width:480px) and (max-width:639px) {
  .section-10-0 {
    padding-top: 16vw;
    padding-bottom: 0vw
  }

  .section-0-10 {
    padding-top: 0vw;
    padding-bottom: 16vw
  }

  .section-10-10 {
    padding-top: 16vw;
    padding-bottom: 16vw
  }

  .section-5-5 {
    padding-top: 15vw;
    padding-bottom: 15vw
  }
}

@media (min-width:640px) and (max-width:859px) {
  .section-10-0 {
    padding-top: 12vw;
    padding-bottom: 0vw
  }

  .section-0-10 {
    padding-top: 0vw;
    padding-bottom: 12vw
  }

  .section-10-10 {
    padding-top: 12vw;
    padding-bottom: 12vw
  }
}

@media (min-width:860px) and (max-width:1259px) {
  .section-10-0 {
    padding-top: 8vw;
    padding-bottom: 0vw
  }

  .section-0-10 {
    padding-top: 0vw;
    padding-bottom: 8vw
  }

  .section-10-10 {
    padding-top: 8vw;
    padding-bottom: 8vw
  }
}

@media (min-width:640px) and (max-width:959px) {
  .section-5-5 {
    padding-top: 10vw;
    padding-bottom: 10vw
  }
}

@media (min-width:960px) {
  .section-5-5 {
    padding-top: 8vw;
    padding-bottom: 8vw
  }
}

@media (min-width:1260px) and (max-width:1559px) {
  .section-10-0 {
    padding-top: 6vw;
    padding-bottom: 0vw
  }

  .section-0-10 {
    padding-top: 0vw;
    padding-bottom: 6vw
  }

  .section-10-10 {
    padding-top: 6vw;
    padding-bottom: 6vw
  }
}

@media (min-width:1560px) {
  .section-10-0 {
    padding-top: 100px;
    padding-bottom: 0
  }

  .section-0-10 {
    padding-top: 0;
    padding-bottom: 100px
  }

  .section-10-10 {
    padding-top: 100px;
    padding-bottom: 100px
  }

  .section-5-0 {
    padding-top: 80px;
    padding-bottom: 0
  }

  .section-0-5 {
    padding-top: 0;
    padding-bottom: 80px
  }

  .section-5-5 {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .section-2-0 {
    padding-top: 30px;
    padding-bottom: 0
  }

  .section-0-2 {
    padding-top: 0;
    padding-bottom: 30px
  }

  .section-2-2 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media (min-width:1680px) {
  .lctr {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:1024px) and (max-width:1200px) {
  #header #logo #logo-typography {
    display: none
  }
}

@media screen and (max-width:1023px) {
  #header .menubg {
    height: 70px
  }

  #header #logo {
    width: 145px;
    height: 46px;
    margin: 12px auto 0
  }

  #menu-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-primary-85)
  }

  #menu-mobile ul.menu {
    display: flex;
    flex-direction: row;
    align-content: center
  }

  #menu-mobile ul.menu li {
    width: 25%;
    flex-grow: 1;
    text-align: center;
    padding: 15px 10px
  }

  #menu-mobile ul.menu li a:before,
  #menu-mobile ul.menu li button:before {
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    margin-bottom: 5px
  }

  #menu-mobile ul.menu li.ico-phone a:before {
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2224.9%22%20viewBox%3D%220%200%2025%2024.9%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M.1%205.3L.1%205.3.1%205.3M24.2%2018.7L24.2%2018.7%2024.2%2018.7l-3.6-3.6%200%200c-.5-.5-1.2-.8-1.8-.8-.7%200-1.4.3-1.9.8l-1.4%201.4c-1.1-.6-2.5-1.4-4-2.9-1.5-1.5-2.3-2.9-2.9-4l.8-.8.6-.6v0c.5-.5.8-1.2.8-1.9%200-.7-.3-1.3-.8-1.8L6.3.8l0%200C5.8.3%205.1%200%204.5%200%203.8%200%203.1.3%202.5.8l0%200c0%200-.4.4-.8.9C1.5%201.9%201.2%202.2%201%202.6c-.2.3-.4.7-.5%201l0%200C.3%204.2.1%204.8.1%205.3%200%205.8%200%206.2%200%206.6c0%201.9.5%203.8%201.6%205.7%201.1%201.9%202.7%203.9%204.9%206.1%203%203%205.7%204.6%207.9%205.5%202.2.9%203.9%201%204.7%201%20.3%200%20.5%200%20.5%200l0%200%200%200c.6-.1%201.1-.2%201.7-.4l0%200h0c.1-.1.3-.1.4-.2.2-.1.5-.3.7-.5.8-.6%201.6-1.3%201.6-1.3l0%200%200%200c.5-.5.8-1.2.8-1.9C25%2019.9%2024.7%2019.2%2024.2%2018.7zM21.9%2022.3c-.2.2-.5.4-.7.5-.1.1-.2.1-.3.2l-.1%200%200%200%200%200c-.4.2-.9.3-1.3.3%200%200-.1%200-.3%200-.6%200-2.1-.1-4.1-.9-2-.8-4.6-2.3-7.4-5.1C5.5%2015.1%204%2013.3%203%2011.5%202%209.8%201.6%208.2%201.6%206.6c0-.4%200-.7.1-1.1l0%200v0c0-.4.2-.8.3-1.3l0%200%200%200c.1-.2.2-.5.3-.7.2-.4.6-.8.8-1%20.1-.1.2-.3.3-.3L3.6%202l0%200%200%200%200%200%200%200c.2-.2.5-.3.8-.3.3%200%20.5.1.7.3l0%200%203.6%203.6C9%205.7%209.1%205.9%209.1%206.2%209.1%206.5%209%206.8%208.7%207L8.1%207.6l0%200L6.5%209.3l.3.5C6.8%209.9%206.9%2010%207%2010.2v0c.6%201.2%201.6%202.8%203.3%204.6%201.7%201.7%203.4%202.7%204.6%203.3.1.1.2.1.4.2l.5.3%202.2-2.2c.2-.2.5-.3.8-.3.3%200%20.5.1.7.3l0%200%203.6%203.6%200%200c.2.2.3.4.3.7%200%20.3-.1.6-.3.8%200%200%200%200%200%200C22.8%2021.5%2022.4%2021.9%2021.9%2022.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat center top
  }

  #menu-mobile ul.menu li.ico-map a:before {
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.8%22%20height%3D%2225%22%20viewBox%3D%220%200%2016.8%2025%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M8.4%2C0C3.8%2C0%2C0%2C3.8%2C0%2C8.4c0%2C1.5%2C0.5%2C3.2%2C1.3%2C4.9c1.1%2C2.6%2C2.7%2C5.3%2C4.1%2C7.4c1.4%2C2.1%2C2.4%2C3.5%2C2.4%2C3.5L8.4%2C25%20L9%2C24.2c0%2C0%2C1.9-2.5%2C3.9-5.7c1-1.6%2C1.9-3.4%2C2.7-5.1c0.7-1.7%2C1.2-3.5%2C1.3-5C16.8%2C3.8%2C13%2C0%2C8.4%2C0z%20M14.1%2C12.8c-1%2C2.5-2.6%2C5.1-4%2C7.1%20c-0.7%2C1-1.3%2C1.9-1.7%2C2.4c0%2C0-0.1%2C0.1-0.1%2C0.1c-0.8-1.1-2.2-3.1-3.5-5.4C4%2C15.6%2C3.1%2C14%2C2.5%2C12.4c-0.6-1.5-1-3-1-4%20c0-1.9%2C0.8-3.6%2C2-4.9c1.2-1.2%2C3-2%2C4.9-2c1.9%2C0%2C3.6%2C0.8%2C4.9%2C2c1.2%2C1.2%2C2%2C3%2C2%2C4.9C15.3%2C9.6%2C14.8%2C11.1%2C14.1%2C12.8z%22%2F%3E%3Cpath%20d%3D%22M8.4%2C2.9C5.3%2C3%2C2.8%2C5.5%2C2.8%2C8.6c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6c3.1%2C0%2C5.6-2.5%2C5.6-5.6C14%2C5.5%2C11.5%2C3%2C8.4%2C2.9z%20M11.3%2C11.5c-0.7%2C0.7-1.8%2C1.2-2.9%2C1.2c-1.1%2C0-2.2-0.5-2.9-1.2c-0.7-0.7-1.2-1.8-1.2-2.9c0-1.1%2C0.5-2.2%2C1.2-2.9%20c0.7-0.7%2C1.8-1.2%2C2.9-1.2c1.1%2C0%2C2.2%2C0.5%2C2.9%2C1.2c0.7%2C0.7%2C1.2%2C1.8%2C1.2%2C2.9C12.5%2C9.7%2C12%2C10.7%2C11.3%2C11.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center top
  }

  #menu-mobile ul.menu li.ico-calendar button:before {
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M15.5%2C2.3V0h-1.1v2.3H5.9V0H4.9v2.3H0v4.1v1.1V20h20V7.5V6.4V2.3H15.5z%20M14.5%2C14.7h-3.6v-3.1h3.6V14.7z%20M15.6%2C11.5h3.4v3.1h-3.4V11.5z%20M1.1%2C11.5h3.8v3.1H1.1V11.5z%20M5.9%2C11.5h3.9v3.1H5.9V11.5z%20M9.8%2C7.5v3H5.9v-3H9.8z%20M9.8%2C15.8v3.2H5.9%09v-3.2H9.8z%20M10.9%2C15.8h3.6v3.2h-3.6V15.8z%20M10.9%2C10.5v-3h3.6v3H10.9z%20M4.9%2C7.5v3H1.1v-3H4.9z%20M1.1%2C15.8h3.8v3.2H1.1V15.8z%20M15.6%2C18.9v-3.2h3.4v3.2H15.6z%20M18.9%2C10.5h-3.4v-3h3.4V10.5z%20M1.1%2C6.4v-3h3.8v1.5h1.1V3.4h8.5v1.5h1.1V3.4h3.4v3H1.1z%22%2F%3E%3C%2Fsvg%3E') no-repeat center top
  }

  #menu-mobile ul.menu li.ico-menu button:before {
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216.5%22%20viewBox%3D%220%200%2020%2016.5%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%209.2L20%209.2%2020%207.2%200%207.2M0%202L20%202%2020%200%200%200M0%2016.5L20%2016.5%2020%2014.5%200%2014.5%22%2F%3E%3C%2Fsvg%3E') no-repeat center top
  }

  #menu-mobile ul.menu li a,
  #menu-mobile ul.menu li button {
    display: block;
    width: 100%;
    font-size: var(--fs-xs);
    color: var(--color-white);
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer
  }

  #navbar {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .95);
    right: -250px;
    padding: 50px;
    width: 250px
  }

  body.menu-active #navbar {
    right: 0
  }

  #navbar ul.menu li {
    margin-bottom: 25px;
    position: relative
  }

  #navbar ul.menu li a,
  #navbar ul.langs li a {
    color: var(--color-dark);
    font-size: var(--fs-sm);
    text-transform: uppercase;
  }

  #navbar ul.menu li.active a {
    color: var(--color-primary)
  }

  #navbar ul.langs li.active a {
    opacity: 1;
  }

  #navbar ul.menu li.active:before {
    content: '';
    width: 20px;
    height: 1px;
    background: var(--color-primary);
    display: block;
    position: absolute;
    left: -25px;
    bottom: -5px
  }

  #header #menu-lang>span:after {
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 5px solid var(--color-darker);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
  }

  #header #menu-lang.active>span:after {
    border-top: 0 solid transparent;
    border-bottom: 5px solid var(--color-darker)
  }

  #navbar li.border {
    display: none
  }

  #navbar li.border.hidden-opener {
    display: block
  }

  #contrast-toggle {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    padding: 8px 16px;
    font-size: var(--fs-md);
    cursor: pointer;
    /* kontrast #000/#fff = 21:1 ✅ */
  }


  #footer {
    margin-bottom: 60px
  }

}

@media screen and (min-width:1024px) {
  #header>.ctr {
    position: relative
  }

  #header {
    background: var(--color-white)
  }

  #header .menubg {
    display: none
  }

  #header #logo {
    float: left;
    width: 215px;
    height: 68px;
    margin-top: 20px;
    margin-bottom: 20px
  }

  #header #menu-lang {
    top: 50%;
    transform: translateY(-17px)
  }

  #header #menu-mobile {
    display: none
  }

  #navbar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
    display: flex;
    gap: 24px;
  }

  #navbar li {
    margin-left: 5px;
    display: inline-block;
    line-height: 12px
  }

  #navbar li a,
  #header #menu-lang a {
    font-size: var(--fs-sm);
    color: var(--color-dark);
    text-decoration: none;
    display: inline-block;
    padding: 10px 10px;
    text-transform: uppercase;
    position: relative;
  }

  #navbar li a::after,
  #header #menu-lang a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: var(--color-primary);
    opacity: 0;
  }

  #navbar li a:hover,
  #header #menu-lang a:hover {
    color: var(--color-primary);
  }

  #navbar li a:hover::after,
  #header #menu-lang a:hover::after {
    opacity: 1;
  }

  #navbar li.border {
    border: 1px solid var(--color-primary);
    font-weight: var(--fw-xbold)
  }

  #navbar li.border a {
    color: var(--color-primary)
  }

  #navbar li.border a:hover {
    background: var(--color-primary);
    color: var(--color-white)
  }


  #header #menu-lang>span:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-10px) rotate(135deg);
    border-top: 1px solid var(--color-darker);
    border-right: 1px solid var(--color-darker);
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent
  }

  #header #menu-lang.active>span:after {
    transform: translateY(-2px) rotate(135deg);
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid var(--color-darker);
    border-left: 1px solid var(--color-darker)
  }
}

@media screen and (min-width:1024px) and (max-width:1159px) {
  #navbar li {
    margin-left: 5px
  }

  #navbar li a {
    padding: 10px 5px
  }
}

@media screen and (max-width:499px) {
  .slider-item .slider-content {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 0 10px 10px;
    width: 270px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .8)
  }
}

@media screen and (min-width:500px) and (max-width:767px) {
  .slider-item .slider-content {
    font-size: 23px;
    line-height: 31px;
    letter-spacing: 1.5px;
    padding: 0 15px 15px;
    width: 340px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .8)
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .slider-item .slider-content {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px;
    padding: 0 20px 20px;
    width: 400px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .8)
  }
}

@media screen and (max-width:1023px) {
  .slider-item .slider-image {
    opacity: .8
  }

  #slider-nav {
    display: none
  }

  #slider-bar-wrap {
    display: none
  }


  /* ----------------------------------------------------------------
   12b. Formularz rezerwacji (#home-booking)
   ---------------------------------------------------------------- */

  #home-booking {
    display: none
  }
}

@media screen and (min-width:1024px) {
  .slider-item .slider-content {
    font-size: var(--fs-5xl);
    line-height: 1.19;
    padding: 0 20px 30px;
    letter-spacing: 2.5px
  }

  #slider-nav {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
  }

  #slider-prev .bx-prev {
    display: block;
    position: absolute;
    left: 20px;
    width: 25px;
    height: 25px;
    border-left: 2px solid var(--color-white);
    border-top: 2px solid var(--color-white);
    transform: rotate(-45deg)
  }

  #slider-next .bx-next {
    display: block;
    position: absolute;
    right: 20px;
    width: 25px;
    height: 25px;
    border-right: 2px solid var(--color-white);
    border-top: 2px solid var(--color-white);
    transform: rotate(45deg)
  }

  #slider-bar-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-primary-85)
  }

  #slider-bar {
    display: flex;
    flex-direction: row;
    align-content: center;
    max-width: 1280px;
    margin: 0 auto
  }

  #slider-bar .bar-item {
    width: 20%;
    flex-grow: 1;
    text-align: center;
    padding: 15px 10px;
    color: var(--color-white);
    padding: 20px
  }

  #slider-bar .bar-item .h6 {
    font-family: var(--font-serif);
    font-size: var(--fs-md);
    display: block;
    margin-bottom: .25em;
    opacity: 1;
    text-transform: uppercase;
  }

  #slider-bar .bar-item span {
    font-family: var(--font-sans);
    font-size: var(--fs-sm);
    line-height: 1.15em;
    opacity: .85;
    display: block;
  }

  #slider-bar .bar-item img {
    height: 32px;
    width: 32px;
  }
}


@media (max-width:1079px) {
  #header #logo {
    width: 145px;
    height: 46px
  }
}

@media screen and (max-width:479px) {
  .hamburger .hamburger-label {
    display: none !important
  }

  .hamburger {
    padding: 34px 30px 10px 0
  }
}

@media only screen and (max-width:1130px) {
  .upper6-frame .upper6-close {
    width: 24px;
    height: 24px
  }

  .upper6-frame .upper6-close:after,
  .upper6-frame .upper6-close:before {
    top: 3px;
    right: 11px;
    width: 2px;
    height: 18px
  }
}

@media only screen and (max-width:790px) {
  .upper6-sidebar {
    min-width: initial;
    width: auto;
    max-width: none
  }

  .upper6-sidebar.left {
    right: 5px
  }

  .upper6-sidebar.right {
    left: 5px
  }
}

@media only screen and (min-width: 600px) {
  .abandoned-cart-container {
    left: initial;

    [dir="rtl"] & {
      right: auto;
      right: initial;
      left: 0;
    }
  }

  .abandoned-cart {
    width: 360px;
    margin-right: 40px;

    [dir="rtl"] & {
      margin-right: 0;
      margin-left: 40px;
    }
  }
}

@media screen and (max-width: 1023px) {

  .noanm-mobile,
  .noanm-mobile * {
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out
  }
}

@media (max-width: 479px) {

  .text ul li,
  .text ol li,
  .text p {
    font-size: var(--fs-base);
    line-height: 22px;
    margin-bottom: 22px
  }

  .textpsize {
    font-size: var(--fs-base);
    line-height: 22px
  }

  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 22px
  }
}

@media (min-width: 480px) and (max-width:639px) {

  .text ul li,
  .text ol li,
  .text p {
    font-size: var(--fs-base);
    line-height: 24px;
    margin-bottom: 22px
  }

  .textpsize {
    font-size: var(--fs-md);
    line-height: 22px
  }

  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px
  }
}

@media (min-width: 640px) and (max-width:959px) {

  .text ul li,
  .text ol li,
  .text p {
    font-size: var(--fs-base);
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 26px
  }

  .textpsize {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em
  }

  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px
  }
}

@media (min-width: 960px) {

  .text ul li,
  .text ol li,
  .text p {
    font-size: var(--fs-base);
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 22px
  }

  .textpsize {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em
  }

  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px
  }
}

@media screen and (max-width: 479px) {
  .section-apartments .content {
    text-align: center
  }

  .section-apartments .apart-foot {
    text-align: center
  }

  .icon-list-item {
    display: inline-block;
    margin: 0 12px 12px
  }

  .icon-list-item .ico {
    margin-right: 10px
  }

  #list-wrap .icon-list-item {
    display: block;
    margin-bottom: 20px
  }
}

@media screen and (min-width: 480px) {
  .section-apartments .content .left {
    width: 60%;
    float: left
  }

  .section-apartments .content .right {
    float: right
  }

  .section-apartments .apart-foot {
    text-align: right
  }

  .icon-list-item {
    margin-bottom: 12px
  }

  .icon-list-item .ico {
    width: 40px
  }

  .section-apartments #list-wrap .icon-list-item {
    margin-bottom: 30px
  }

  .section-apartments #list-wrap .equipment .icon-list-item {
    float: left;
    width: 50%;
    padding-right: 30px
  }
}

@media screen and (max-width: 767px) {
  .list-item {
    margin-bottom: 20px
  }

  .section-apartments .list-item {
    width: 100%
  }
}

@media screen and (min-width: 768px) and (max-width:1279px) {
  .section-apartments .list-item {
    width: 48%
  }
}

@media screen and (min-width: 1280px) {
  .section-apartments .list-item {
    width: 31.33%
  }
}

@media screen and (min-width: 768px) {
  .list {
    margin-left: -1%;
    margin-right: -1%;
    display: flex;
    flex-wrap: wrap;
  }

  .list-item {
    float: left;
    margin: 1%
  }

  .section-apartments #list-wrap .equipment {
    float: left;
    width: 67%
  }

  .section-apartments #list-wrap .infos {
    float: right;
    width: 31%
  }
}

@media screen and (max-width: 767px) {
  .review-item .bx-controls {
    display: none;
  }

  .reviews-nav {
    display: none;
  }

  .review-item {
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .review-item {
    padding: 46px;
  }

  .review-item .bx-prev {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-top: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
    transform: rotate(-45deg);
    left: -40px;
    top: 10px;
  }

  .review-item .bx-next {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-top: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    transform: rotate(45deg);
    right: -40px;
    top: 10px;
  }
}

@media screen and (max-width: 659px) {
  .whatlist-content .ctrh {
    padding: 30px
  }

  .whatlist-image {
    height: 0;
    width: 100%;
    padding-bottom: 41%
  }

  .hidden-content {
    left: -10px;
    right: -10px
  }

  .hidden-content .hcinner {
    padding: 30px 0
  }

  .hidden-content .close {
    right: 30px;
    top: 30px
  }

  .hidden-content .text p {
    font-size: var(--fs-base);
    line-height: 1.44em;
  }

  .hidden-content .mainh {
    margin: 40px 0 60px
  }
}

@media screen and (min-width: 660px) {
  .whatlist-content .ctrh {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
  }

  .whatlist-item {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap
  }

  .whatlist-image,
  .whatlist-content {
    width: 50%
  }

  .whatlist-item:nth-child(2n-1) .whatlist-image {
    order: 1
  }

  .whatlist-item:nth-child(2n-1) .whatlist-content {
    order: 2
  }

  .whatlist-item:nth-child(2n) .whatlist-image {
    order: 2
  }

  .whatlist-item:nth-child(2n) .whatlist-content {
    order: 1
  }

  .hidden-content .text p {
    font-size: var(--fs-base);
    line-height: 1.44em;
  }

  .hidden-content .mainh {
    margin: 0 0 60px
  }
}

@media screen and (min-width: 660px) and (max-width:1399px) {
  .hidden-content {
    left: -10px;
    right: -10px
  }

  .hidden-content .hcinner {
    padding: 50px 50px
  }

  .hidden-content .close {
    right: 50px;
    top: 50px
  }
}

@media screen and (min-width: 1400px) {
  .hidden-content {
    left: -80px;
    right: -80px
  }

  .hidden-content .hcinner {
    padding: 70px 80px
  }

  .hidden-content .close {
    right: 80px;
    top: 70px
  }
}

@media screen and (max-width: 767px) {
  .whatlist-content .text {
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px 10px
  }

  .whatlist-content .hidden-opener {
    margin-top: 20px
  }
}

@media screen and (min-width: 768px) {
  .whatlist-content .text {
    font-size: var(--fs-xl);
    line-height: 30px;
    padding: 0 30px 30px
  }

  .whatlist-content .hidden-opener {
    margin-top: 40px
  }
}

@media screen and (max-width: 399px) {

  .filters .custom-label,
  .filters .custom-select {
    display: block;
    width: 100% !important;
    margin: 0 0 10px !important;
    text-align: center
  }
}

@media screen and (min-width: 400px) and (max-width:459px) {
  .filters .custom-label {
    margin-right: 2%;
    width: 48%;
    text-align: right
  }

  .filters .custom-select {
    margin-left: 2%;
    margin-right: 0;
    width: 48% !important;
    text-align: right
  }
}

@media screen and (min-width: 460px) and (max-width:659px) {
  .filters .custom-label {
    clear: left;
    text-align: right;
    width: 50%
  }
}

@media screen and (max-width: 659px) {
  .filters {
    margin-bottom: 60px
  }

  .filters .custom-label,
  .filters .custom-select {
    margin-bottom: 10px
  }
}

@media screen and (min-width: 660px) {
  .filters {
    margin-bottom: 70px
  }
}

@media screen and (max-width: 660px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 649px) {
  .section-contact .list {
    text-align: center
  }

  #references header {
    justify-content: center;
  }

  .slider-item .slider-image {
    background-position: bottom right;
  }

  .mainh {
    padding-left: 0;
    text-align: center;
  }

  .mainh:before {
    display: none;
  }

  .section-contact .list-item {
    width: 100%;
    padding: 0 15px;
    display: block;
    float: none;
    margin: 0 0 40px
  }

  .section-contact a.btn-border {
    margin-top: 20px
  }
}

@media screen and (min-width: 650px) {
  .section-contact a.btn-border {
    margin-top: 40px
  }
}

@media screen and (min-width: 650px) and (max-width:959px) {
  .section-contact .list {
    text-align: center
  }

  .section-contact .list-item {
    width: 47%;
    padding: 0 15px;
    display: inline-block;
    float: none;
    margin-bottom: 30px
  }
}

@media screen and (min-width: 960px) and (max-width:1079px) {
  .section-contact .list-item {
    width: 31.3%;
    padding: 0 15px
  }
}

@media screen and (min-width: 1080px) and (max-width:1239px) {
  .section-contact .list-item {
    width: 31.3%;
    padding: 0 30px
  }
}

@media screen and (min-width: 1240px) {
  .section-contact .list-item {
    width: 31.3%;
    padding: 0 40px
  }
}

@media screen and (max-width: 499px) {
  #flink-contents>div {
    padding: 0 30px 60px
  }
}

@media screen and (min-width: 500px) and (max-width:767px) {
  #flink-contents>div {
    padding: 0 30px 30px
  }

  #flink-contents .content {
    padding: 0 30px
  }
}

@media screen and (min-width: 768px) {
  #flink-contents>div {
    padding: 0 60px 60px
  }

  #flink-contents .content {
    padding: 0 60px
  }
}

@media screen and (max-width: 599px) {
  #footer {
    text-align: center
  }

  #footer a {
    display: block;
    margin: 15px
  }
}

@media screen and (min-width: 600px) {
  #footer .footer-left {
    float: left
  }

  #footer .footer-right {
    float: right
  }
}

@media screen and (max-width: 767px) {
  .wpcf7-form .iwrap {
    clear: left
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-form .iwrap {
    width: 50%;
    float: left
  }
}

@media screen and (min-width: 768px) and (max-width:849px) {
  .wpcf7-form .iwrap:nth-child(2n-1) {
    padding-right: 5%;
    clear: left
  }

  .wpcf7-form .iwrap:nth-child(2n) {
    padding-left: 5%
  }
}

@media screen and (min-width: 850px) {
  .wpcf7-form .iwrap:nth-child(2n-1) {
    padding-right: 10%;
    clear: left
  }

  .wpcf7-form .iwrap:nth-child(2n) {
    padding-left: 10%
  }
}

@media screen and (min-width: 660px) {
  .wpcf7-form .smallh {
    padding-top: 60px
  }
}

@media (max-width: 479px) {
  .wp-pagenavi>* {
    font-size: 22px
  }
}

@media (min-width: 480px) and (max-width:639px) {
  .wp-pagenavi>* {
    font-size: 24px
  }
}

@media (min-width: 640px) and (max-width:959px) {
  .wp-pagenavi>* {
    font-size: 27px
  }
}

@media (min-width: 960px) {
  .wp-pagenavi>* {
    font-size: var(--fs-3xl)
  }
}

@media (max-width: 620px) {

  /* — istniejące reguły bez zmian — */
  .rabaty__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .rabaty__badge-value {
    font-size: var(--fs-3xl);
  }

  .rabaty__contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }

  /* — NOWE — */
  .rabaty__card-content {
    flex-direction: column;
    align-items: center;
    /* wyśrodkowanie */
    text-align: center;
    gap: 10px;
    padding: 16px 18px;
  }

  .rabaty__badge {
    flex: 0 0 auto;
    width: auto;
    text-align: center;
  }

  .rabaty__divider {
    display: none;
    /* ukrycie dividerów */
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}



/* ─────────────────────────────────
   LANG DROPDOWN — dopasowany do motywu
   Kolor primary: #751B42
───────────────────────────────── */

/* Reset konfliktów z motywem */
#navbar .lang-dropdown,
#navbar .lang-dropdown * {
  transition: none;
}

#navbar .lang-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* ── DESKTOP (≥ 1024px) ── */

@media screen and (min-width: 1024px) {

  /* Przycisk toggle */
  #navbar .lang-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    padding: 4px 10px 4px 11px;
    background: transparent;
    cursor: pointer;
    opacity: 1;
    line-height: 1;
    white-space: nowrap;
    transition: background var(--transition), color var(--transition);
    border: none;
    color: var(--color-dark);
    font-size: var(--fs-sm);
    text-transform: uppercase;
    font-family: var(--font-sans);
  }

  #navbar .lang-toggle:hover {
    background: var(--color-light);
  }

  /* Strzałka */


  #navbar .lang-arrow {
    margin-left: .5rem;
    content: '';
    width: 10px;
    height: 10px;
    right: 12px;
    top: 50%;
    transform: translateY(-3px) rotate(135deg);
    border-top: 1px solid #282828;
    border-right: 1px solid #282828;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }


  #navbar .lang-dropdown.open .lang-arrow {
    transform: translateY(3px) rotate(315deg);
  }

  /* Reset nadpisań motywu — ukryj listę */
  #navbar .lang-dropdown .langs,
  #navbar .lang-dropdown.open .langs {
    /* reset motywu */
    position: absolute !important;
    top: calc(100% + 6px) !important;
    right: 0 !important;
    left: auto !important;
    background: var(--color-white) !important;
    border: 1px solid rgba(117, 27, 66, 0.2) !important;
    border-radius: 3px !important;
    box-shadow: 0 4px 16px rgba(53, 53, 53, 0.12) !important;
    min-width: 80px !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    list-style: none !important;
    z-index: 9999 !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  /* Ukryta domyślnie */
  #navbar .lang-dropdown:not(.open) .langs {
    display: none !important;
  }

  /* Widoczna gdy .open */
  #navbar .lang-dropdown.open .langs {
    display: flex !important;
  }

  /* Elementy listy */
  #navbar .lang-dropdown .langs li {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    line-height: normal !important;
  }

  #navbar .lang-dropdown .langs li a,
  #navbar .lang-dropdown .langs li span {
    display: block !important;
    width: 100% !important;
    padding: 7px 14px !important;
    font-size: var(--fs-sm) !important;
    font-weight: var(--fw-medium) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: var(--color-dark) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    background: none !important;
    border: none !important;
  }

  /* Usuń pseudoelement "podkreślenia" z motywu */
  #navbar .lang-dropdown .langs li a::after {
    display: none !important;
  }

  #navbar .lang-dropdown .langs li a:hover {
    background: var(--color-light) !important;
    color: var(--color-primary) !important;
    opacity: 1 !important;
  }

  #navbar .lang-dropdown .langs .current-lang a {
    font-weight: var(--fw-xbold) !important;
    color: var(--color-primary) !important;
    background: var(--color-light) !important;
  }
}

/* ── MOBILE (< 1024px) — linia pozioma ── */
/* Breakpoint 1024px bo motyw używa 1024px dla desktopowego navbara */

@media screen and (max-width: 1023px) {

  #navbar .lang-toggle {
    display: none !important;
  }

  #navbar .lang-dropdown .langs {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    position: static !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: unset !important;
    z-index: auto !important;
    list-style: none !important;
  }

  #navbar .lang-dropdown.open .langs {
    flex-direction: row !important;
  }

  #navbar .lang-dropdown .langs li a,
  #navbar .lang-dropdown .langs li span {
    display: inline-block !important;
    padding: 4px 6px !important;
    white-space: nowrap !important;
    width: auto !important;
  }

  #navbar .lang-dropdown .langs .current-lang a {
    font-weight: var(--fw-xbold) !important;
    color: var(--color-primary) !important;
    background: none !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
  }
}


/* Domyślnie: pokaż slider desktopowy, ukryj mobilny */
.desktop-slider { display: block; }
.mobile-slider  { display: none; }

/* Na mobile: zamień */
@media (max-width: 768px) {
    .desktop-slider { display: none; }
    .mobile-slider  { display: block; }
}