@charset "UTF-8";
@font-face {
  font-family: "MazzardH-Black";
  src: url("assets/fonts/MazzardH-Black.woff2") format("woff2"), url("assets/fonts/MazzardH-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-ExtraBold";
  src: url("assets/fonts/MazzardH-ExtraBold.woff2") format("woff2"), url("assets/fonts/MazzardH-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Bold";
  src: url("assets/fonts/MazzardH-Bold.woff2") format("woff2"), url("assets/fonts/MazzardH-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-ExtraLight";
  src: url("assets/fonts/MazzardH-ExtraLight.woff2") format("woff2"), url("assets/fonts/MazzardH-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Light";
  src: url("assets/fonts/MazzardH-Light.woff2") format("woff2"), url("assets/fonts/MazzardH-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Regular";
  src: url("assets/fonts/MazzardH-Regular.woff2") format("woff2"), url("assets/fonts/MazzardH-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Medium";
  src: url("assets/fonts/MazzardH-Medium.woff2") format("woff2"), url("assets/fonts/MazzardH-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-SemiBold";
  src: url("assets/fonts/MazzardH-SemiBold.woff2") format("woff2"), url("assets/fonts/MazzardH-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MazzardH-Thin";
  src: url("assets/fonts/MazzardH-Thin.woff2") format("woff2"), url("assets/fonts/MazzardH-Thin.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
.ui-bg-aqua {
  background-color: #F0F3F4;
}

.ui-bg-dark {
  background-color: #0F1720;
}

body {
  background-color: #fff;
}

.container {
  max-width: 1320px;
}

.container-full-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.container.inner-content {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  max-width: none;
  padding-left: 15px;
  box-sizing: border-box;
}
@media (max-width: 572px) {
  .container.inner-content {
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .container.inner-content {
    width: calc(100% - (100% - 540px) / 2);
    max-width: none;
    padding-left: 15px;
  }
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container.inner-content {
    width: calc(100% - (100% - 720px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container.inner-content {
    width: calc(100% - (100% - 960px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.inner-content {
    width: calc(100% - (100% - 1140px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container.inner-content {
    width: calc(100% - (100% - 1320px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 1320px;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.mobile {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .container-fluid.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1520px) {
  .container-fluid.mobile {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.container-right {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-right {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1520px) {
  .container-right {
    padding-left: 15rem;
    padding-right: 0;
  }
}

.container-inside {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .container-inside {
    padding: 0 4.8vw;
  }
}

.top-space {
  padding-top: 120px;
}
@media (min-width: 991px) {
  .top-space {
    padding-top: 200px;
  }
}

#content {
  padding-top: 0;
}
@media (min-width: 991px) {
  #content {
    padding-top: 0;
  }
}

.border-radius {
  border-radius: 8px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-100 {
  border-radius: 100px;
}

.border-radius-circle {
  border-radius: 100px;
}

.text-with-icons svg {
  width: 55%;
}
@media (min-width: 991px) {
  .text-with-icons svg {
    width: 100%;
  }
}

.spacer {
  padding: 250px 0;
}

.space {
  margin-top: 80px;
}

.image-box.wide {
  height: 45vh;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.standarize-padding {
  padding: 50px 0 0;
}
@media (min-width: 991px) {
  .standarize-padding {
    padding: 100px 0 0;
  }
}

.icons-panel {
  margin: 0;
  border-radius: 10px;
}
@media (min-width: 991px) {
  .icons-panel {
    border-radius: 100px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.icon {
  max-height: 50px;
  max-width: 70px;
}

.line-title .title {
  width: auto;
}
.line-title h2 {
  position: relative;
}
.line-title .arrows {
  width: 100%;
}
@media (min-width: 991px) {
  .line-title .arrows {
    width: 15%;
  }
}
.line-title .divider-title {
  width: 85%;
  position: relative;
  height: 1px;
  background-color: #707070;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.circle-label {
  display: inline-block;
  animation: spin 12s linear infinite;
}
.circle-label.our-team {
  position: absolute;
  z-index: 50;
  left: 0;
  top: -160px;
}
@media (min-width: 991px) {
  .circle-label.our-team {
    left: 300px;
    top: -160px;
  }
}
.circle-label.reserve-it {
  position: absolute;
  z-index: 0;
  left: -132px;
  top: -120px;
}
@media (min-width: 991px) {
  .circle-label.reserve-it {
    left: -36px;
    top: -160px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.square-image {
  max-width: 100%;
  height: 50vh;
  object-fit: cover;
}

.img-h-50 {
  height: 25vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 991px) {
  .img-h-50 {
    height: 50vh;
  }
}

.img-h-22 {
  height: 22vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.w-70 {
  width: 70%;
}

.border-top-divider {
  border-top: 1px solid #707070;
  width: 100%;
}

.border-bottom-divider {
  border-bottom: 1px solid #707070;
  width: 100%;
}

.boxed {
  min-height: auto;
}
@media (min-width: 991px) {
  .boxed {
    min-height: 22vh;
  }
}

.partner-logo {
  max-width: 45%;
}
@media (min-width: 991px) {
  .partner-logo {
    max-width: 100%;
  }
}

/* Styl dla sekcji ładowania */
.swiper-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #707070;
  border-top-color: #0F1720;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Kluczowe klatki dla animacji spinnera */
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Ukrycie Swipera do momentu załadowania */
.swiper-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banner-single-page {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}
@media (min-width: 991px) {
  .banner-single-page {
    height: 60vh;
  }
}

.fade-up {
  opacity: 0; /* Elementy są początkowo niewidoczne */
  transform: translateY(50px); /* Elementy są przesunięte w dół przed animacją */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.flash {
  opacity: 0; /* Elementy są początkowo niewidoczne */
}

body {
  font-family: "MazzardH-Regular";
  color: #0F1720;
}

html {
  font-size: 16px;
}

strong {
  font-family: "MazzardH-SemiBold";
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0;
}

.font-light {
  font-family: "MazzardH-Light";
}

.font-bold {
  font-family: "MazzardH-Bold";
}

pre {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
  overflow: none;
}

.subtitle {
  font-family: "MazzardH-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MazzardH-Regular";
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "MazzardH-SemiBold";
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 991px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.4rem;
}
@media (min-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (min-width: 991px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media (min-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.15rem;
}

ul {
  padding: 15px 0 0 15px;
}

li {
  font-size: 1rem;
  font-family: "MazzardH-Light";
  line-height: 1.8;
}

p {
  font-size: 1rem;
  font-family: "MazzardH-Light";
  line-height: 1.8;
  text-align: justify;
}
p strong {
  font-family: "MazzardH-Medium";
}

.expedition-date {
  font-size: 1.2rem;
}

.top-navigation {
  position: relative;
  z-index: 10;
}
.top-navigation nav {
  position: absolute;
  z-index: 5;
}

.swiper-gallery .image-box, .swiper-gallery-2 .image-box {
  height: 30vh;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
.swiper-gallery .image-box img, .swiper-gallery-2 .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-gallery-2 .image-box {
  height: 50vh;
}

.navigation .brandsswiper-prev, .navigation .brandsswiper-next, .navigation .prev, .navigation .testimonials-prev, .navigation .next, .navigation .testimonials-next {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: relative;
  outline: 0;
}
.navigation .brandsswiper-prev::before, .navigation .brandsswiper-next::before, .navigation .prev::before, .navigation .testimonials-prev::before, .navigation .next::before, .navigation .testimonials-next::before {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
}
.navigation .brandsswiper-prev::after, .navigation .brandsswiper-next::after, .navigation .prev::after, .navigation .testimonials-prev::after, .navigation .next::after, .navigation .testimonials-next::after {
  display: none;
}
.navigation .brandsswiper-prev::before, .navigation .prev::before {
  background-image: url("assets/images/arrow_left_white.svg");
}
.navigation .brandsswiper-next::before, .navigation .next::before {
  background-image: url("assets/images/arrow_right_white.svg");
}
.navigation .testimonials-prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.navigation .media-prev::before, .navigation .testimonials-prev::before, .navigation .programs-prev::before, .navigation .brandsswiper-prev::before, .navigation .horizon-prev::before, .navigation .horizon2-prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.navigation .media-next::before, .navigation .testimonials-next::before, .navigation .programs-next::before, .navigation .brandsswiper-next::before, .navigation .horizon-next::before, .navigation .horizon2-next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}
.navigation .testimonials-next::before, .navigation .brandsswiper-next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.swiper-testimonials .image {
  min-width: 130px;
  min-height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

.why-attend .prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.why-attend .next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.brandsSwiper .single-banner-brand {
  background-color: #fff;
}
.brandsSwiper .single-banner-brand .image-banner {
  height: 25vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.brandsSwiper .single-banner-brand .image-logo {
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.progress-bar-swiper {
  position: relative;
}
.progress-bar-swiper .swiper-pagination-media, .progress-bar-swiper .swiper-pagination-testimonials, .progress-bar-swiper .swiper-pagination-programs-progressbar-fill, .progress-bar-swiper .swiper-pagination-progressbar-fill {
  background-color: #0F1720;
}
.progress-bar-swiper .swiper-pagination-media, .progress-bar-swiper .swiper-pagination-testimonials, .progress-bar-swiper .swiper-pagination-programs-progressbar, .progress-bar-swiper .swiper-pagination-progressbar {
  height: 1px;
  background-color: #B8C7C5;
}

.btn {
  border-radius: 6px;
  padding: 10px 20px;
  display: block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
}
.btn.dark {
  background-color: #0F1720;
  border: 2px solid #0F1720;
  color: #fff;
}
.btn.dark:hover {
  background-color: #fff;
  color: #0F1720;
  border: 2px solid #fff;
}
.btn.light {
  background-color: #fff;
  border: 2px solid #DDDDDD;
}
.btn.light:hover {
  background-color: #0F1720;
  color: #fff;
  border: 2px solid #0F1720;
}

button#city-book, .forminator-button {
  border-radius: 6px !important;
  padding: 10px 20px !important;
  display: block !important;
  font-family: "MazzardH-Medium" !important;
  transition: 0.25s all !important;
  width: 100% !important;
  background-color: #0F1720 !important;
  border: 2px solid #0F1720 !important;
  color: #fff !important;
}
button#city-book:hover, .forminator-button:hover {
  background-color: #fff !important;
  color: #0F1720 !important;
  border: 2px solid #fff !important;
}

footer {
  position: relative;
}
footer::before {
  content: "";
  background-color: #0F1720;
  width: 100%;
  height: 35vh;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
footer a, footer p {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.hero {
  height: auto;
  position: relative;
  padding-top: 290px;
}
@media (min-width: 991px) {
  .hero {
    padding-top: 0;
    height: 100vh;
  }
}
.hero .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}
.hero .content {
  position: relative;
  z-index: 5;
}

.main-banner {
  margin-top: 15px;
}
@media (min-width: 991px) {
  .main-banner {
    margin-top: 3rem;
  }
}
.main-banner--video-box {
  height: 70vh;
  width: 100%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.main-banner--video-box video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.main-banner--video-box .brand svg {
  max-width: 15rem;
}
.main-banner--video-box span.tag {
  background-color: #0F1720;
  border-radius: 100px;
  padding: 5px 15px;
  color: #fff;
  font-family: "MazzardH-Medium";
}
.main-banner--video-box .content {
  position: relative;
  z-index: 5;
  padding-bottom: 5rem;
}
.main-banner--video-box .content h1 strong, .main-banner--video-box .content h2 strong, .main-banner--video-box .content h3 strong, .main-banner--video-box .content h4 strong, .main-banner--video-box .content h5 strong {
  font-family: "MazzardH-Bold";
}
.main-banner--video-box .content a {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  display: block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  margin-top: 15px;
}
.main-banner--video-box .content a:hover {
  background-color: #0F1720;
  color: #fff;
  border: 2px solid #0F1720;
}
.main-banner--video-box .mask {
  position: absolute;
  inset: 0;
  pointer-events: none; /* żeby nie blokowało kliknięć */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 60%);
  z-index: 1; /* nad wideo */
}
.main-banner .navi {
  position: absolute;
  left: 0;
  z-index: 10;
  padding: 2rem;
}
@media (min-width: 991px) {
  .main-banner .navi {
    padding: 5rem;
  }
}

.standard-text strong {
  font-family: "MazzardH-SemiBold";
}

#umow-spotkanie svg {
  max-width: 100%;
}
#umow-spotkanie text {
  position: relative;
}
#umow-spotkanie text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #0F1720;
}
#umow-spotkanie tspan {
  font-family: "MazzardH-Medium";
  font-size: 1.2rem;
  position: relative;
}

#umow-spotkanie .map-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

.city-pin {
  cursor: pointer;
}

.city-pin:hover .city-label-bg {
  opacity: 0.9;
}

/* aktywna pinezka */
#umow-spotkanie .city-pin.is-active path {
  fill: #007bff;
}

#umow-spotkanie .city-pin.is-active circle[fill="#111"] {
  fill: #007bff;
}

#umow-spotkanie .city-pin.is-active circle[stroke="#111"] {
  stroke: #007bff;
}

/* ───── Overlay + container */
.bm {
  position: fixed;
  inset: 0;
  z-index: 9999;
  font-family: inherit;
}

.bm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(120%) blur(2px);
}

/* ───── Panel: DESKTOP = wyśrodkowany popup */
.bm-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(960px, 92vw);
  max-height: 90vh;
  background: #F0F3F4;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden; /* nagłówek stały, wnętrze scrollowane */
  overflow-y: visible;
  height: 100%;
}

/* pasek u góry + head */
.bm-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
}

.bm-head {
  padding: 0 24px 6px;
}

.bm-steps {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 0 24px 16px;
}

.bm-body {
  padding: 0 24px 24px;
  overflow: auto; /* scroll w środku modala */
  flex: 1 1 auto;
}

/* przyciski/styl – bez zmian */
.bm-city {
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.bm-addr {
  color: #333;
  opacity: 0.8;
  white-space: pre-line;
}

.bm-stepper {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8A8F93;
}

.bm-stepper span {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #DDDDDD !important;
  border-radius: 20px;
  font-weight: 700;
  color: #3B3F43;
  background: #fff;
}

.bm-stepper.is-active {
  color: #0F1720;
}

.bm-stepper.is-active span {
  border-color: #0F1720;
}

.bm-options {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 14px;
}

.bm-card {
  min-width: 220px;
  padding: 22px 26px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #E6EAEB;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, color 0.15s;
}

.bm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.bm-card.is-active {
  background: #0F1720;
  color: #fff;
  border-color: #0F1720;
}

.bm-card .bm-wd {
  font-weight: 700;
  margin-bottom: 4px;
}

.bm-card .bm-dt {
  opacity: 0.9;
}

.bm-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.bm-chip {
  padding: 16px 26px;
  border-radius: 12px;
  border: 1px solid #E6EAEB;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.15s;
}

.bm-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.bm-chip.is-active {
  background: #0F1720;
  color: #fff;
  border-color: #0F1720;
}

.bm-form-placeholder {
  width: 100%;
  background-color: #fff;
  border: 1px dashed #C8CED1;
  border-radius: 14px;
  padding: 28px;
  color: #3B3F43;
}

.bm-muted {
  opacity: 0.7;
}

/* ───── Mobile: pełny ekran (jak wcześniej) */
@media (max-width: 991px) {
  .bm-panel {
    left: 0;
    top: 0;
    transform: none;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
  .bm-topbar {
    padding: 16px;
  }
  .bm-head {
    padding: 0 16px 6px;
  }
  .bm-steps {
    padding: 0 16px 12px;
  }
  .bm-body {
    padding: 0 16px 16px;
  }
  .bm-city {
    font-size: 36px;
  }
}
/* ───── blokada scrolla tła, gdy modal otwarty */
body.bm-open {
  overflow: hidden;
}

.bm-addr p {
  line-height: 0;
}

.list-unstyled li {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 100px;
  font-family: "MazzardH-Medium";
  border: 1px solid #DDDDDD;
}

.city-content {
  height: 100%;
  border-radius: 16px;
}

.js-autofill {
  display: none !important;
}

.bm-chip.is-disabled,
.bm-chip:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through;
}

.all-meetings {
  padding: 40px 0;
}

.all-meetings h2 {
  margin-bottom: 20px;
}

.am-list {
  display: grid;
  gap: 14px;
}

.am-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  background: #f3f6f7;
  border-radius: 14px;
  padding: 18px 20px;
  border: 1px solid #e5eaee;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 991px) {
  .am-card {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
  }
}

.am-card.is-full {
  opacity: 0.6;
}

.am-col {
  min-width: auto;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .am-col {
    min-width: 0;
    width: auto;
    margin-top: 0;
  }
}

.am-label {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #8a919a;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.am-city {
  font-weight: 700;
}

.am-addr {
  color: #4b5563;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .am-addr {
    white-space: nowrap;
    padding-right: 50px;
  }
}

.am-when {
  font-size: 16px;
}

.am-cta {
  justify-self: end;
}

.am-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

.am-btn-container {
  position: relative;
}
.am-btn-container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.am-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  background-color: #F0F3F4;
  font-size: 22px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.forminator-row:has(.js-city) {
  display: none !important;
}

.forminator-row:has(.js-date) {
  display: none !important;
}

.forminator-row:has(.js-hour) {
  display: none !important;
}

.forminator-row:has(.js-address) {
  display: none !important;
}

.forminator-title {
  font-size: 1rem !important;
  font-family: "MazzardH-Medium" !important;
  text-transform: uppercase !important;
}

.forminator-checkbox-box {
  border-color: rgba(221, 221, 221, 0.8666666667) !important;
  background-color: #fff !important;
  color: #0F1720 !important;
}

.forminator-row a {
  color: #0F1720;
}
.forminator-row input {
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  border-radius: 6px !important;
  padding: 15px !important;
}
.forminator-row input::-webkit-input-placeholder { /* Chrome, Safari, Edge */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
}
.forminator-row input:-moz-placeholder { /* Firefox 18- */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
  opacity: 1;
}
.forminator-row input::-moz-placeholder { /* Firefox 19+ */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
  opacity: 1;
}
.forminator-row input:-ms-input-placeholder { /* IE 10-11 */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
}

.forminator-row label.forminator-label, .forminator-row span.forminator-label {
  display: none !important;
}

.forminator-field-checkbox {
  display: flex;
  align-items: center;
}
.forminator-field-checkbox .forminator-field {
  display: flex;
  align-items: center;
}
.forminator-field-checkbox .forminator-field label {
  margin: 0 30px 0 0 !important;
}
.forminator-field-checkbox .forminator-label {
  margin: 0 !important;
}

.contact-map svg {
  max-width: 100%;
  height: auto;
}
.contact-map svg text {
  font-family: "MazzardH-SemiBold";
}

/* ------------------------------
   MAPA POLSKI (SVG)
--------------------------------- */
/* bazowe path + transition */
#poland-map .check path {
  fill: #fff;
  stroke: #0F1720;
  transition: fill 0.25s ease, stroke 0.25s ease;
}

/* bazowy napis + transition */
#poland-map .check text {
  fill: #0F1720;
  transition: fill 0.25s ease;
  pointer-events: none; /* żeby hover łapał też na tekście */
}

/* hover: czarne tło + biały napis */
#poland-map .check:hover path {
  fill: #0F1720 !important;
  stroke: #0F1720 !important;
  stroke-width: 2;
}

#poland-map .check:hover text {
  fill: #fff !important;
}

/* kliknięty region */
#poland-map .check.active path {
  fill: #0F1720 !important;
  stroke: #0F1720 !important;
  stroke-width: 2;
}

#poland-map .check.active text {
  fill: #fff !important;
}

/* focus dla klawiatury */
#poland-map .check:focus-visible path {
  outline: none;
  stroke: #0ea5e9; /* niebieska ramka */
  stroke-width: 3;
  fill: #0F1720; /* lekko ciemne wypełnienie */
}

/* usuń żółty kwadrat na mobile/tablet */
#poland-map .check,
#poland-map .check * {
  -webkit-tap-highlight-color: transparent;
}

@media (hover: none) and (pointer: coarse) {
  #poland-map .check:focus {
    outline: none;
  }
}
/* kursor */
#poland-map .check {
  cursor: pointer;
}

/* ------------------------------
   NAGŁÓWEK NAD SLIDEREM
--------------------------------- */
.region-head {
  margin-bottom: 12px;
}

.region-title {
  margin: 0;
  font-size: 1.5rem;
}

/* ------------------------------
   SLIDER I KARTY
--------------------------------- */
.rs-card {
  border-radius: 16px;
  overflow: hidden;
  background: #F0F3F4;
}
.rs-card a {
  color: #0F1720;
}

.rs-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.rs-avatar {
  width: 100%;
  height: 20vh;
  border-radius: 0;
  object-fit: cover;
  border-radius: 16px;
}
@media (min-width: 991px) {
  .rs-avatar {
    height: 30vh;
  }
}

.rs-name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.rs-role {
  margin: 0.125rem 0 0;
  color: #666;
  font-size: 0.9rem;
}

.rs-desc {
  margin: 0.5rem 0;
  color: #444;
  font-size: 0.95rem;
}

.rs-contact {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 6px;
}

.rs-contact a {
  text-decoration: none;
  color: #0ea5e9;
}

.rs-contact a:hover {
  text-decoration: underline;
}

.rs-empty {
  color: #777;
  padding: 12px 0;
  text-align: center;
}

/* ekran startowy */
.region-empty {
  margin-top: 12px;
  padding: 16px;
  border: 1px dashed #ccc;
  border-radius: 12px;
  color: #444;
  background: #fafafa;
  text-align: center;
}

/* ------------------------------
   SWIPER KONTROLS
--------------------------------- */
.region-slider .swiper-button-prev,
.region-slider .swiper-button-next {
  color: #333;
}

.region-slider .swiper-pagination-bullet-active {
  background: #333;
}

/* ------------------------------
   REDUCED MOTION
--------------------------------- */
@media (prefers-reduced-motion: reduce) {
  #poland-map .check path,
  #poland-map .check text {
    transition: none !important;
  }
}
g {
  outline: 0 !important;
}

.region-logos {
  display: flex;
  flex-wrap: wrap;
}
.region-logos img {
  width: 150px;
}

.contact-details-cta .phone, .contact-details-cta .email {
  display: block;
}
.contact-details-cta .phone span, .contact-details-cta .email span {
  display: inline-block;
  background-color: #0F1720;
  padding: 10px;
  border-radius: 8px;
}
.contact-details-cta .phone a, .contact-details-cta .email a {
  color: #0F1720;
  font-family: "MazzardH-Medium";
}

.b2b {
  border-radius: 16px;
}
.b2b img {
  max-width: 100%;
}
@media (min-width: 991px) {
  .b2b img {
    max-width: 70%;
  }
}
.b2b a {
  margin-top: 15px;
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #0F1720;
  border: 2px solid #0F1720;
  color: #fff;
}
.b2b a:hover {
  background-color: #fff;
  color: #0F1720;
  border: 2px solid #fff;
}

.rs-content a {
  display: inline-block;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (min-width: 991px) {
  .rs-content a {
    word-break: break-word;
  }
}

/*# sourceMappingURL=style.css.map */
