@charset "UTF-8";
:root {
  margin-top: 0 !important;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-width: 0;
}

body {
  overflow-x: hidden;
  background-color: white;
}

*:focus {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

:root {
  --scroll-offset: 0px;
}

.l-section[id],
[id][data-anchor],
[id].js-anchor-target {
  /* +8–16px luzu, jeśli chcesz, dopasuj */
  scroll-margin-top: calc(var(--scroll-offset) + 12px);
}

/* (opcjonalnie) gładkie przewijanie na całej stronie */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3";
  background-color: #fff;
}
body .technical-name {
  display: none;
}
body.logged-in .technical-name {
  display: flex;
}
body .cky-notice-btn-wrapper .cky-btn {
  margin-top: 10px;
  margin-top: 10px;
}
body .cky-btn-reject {
  margin: 0 3px;
}

.l-wrapper {
  padding: 0 80px;
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .l-wrapper {
    padding: 0 15px;
  }
}
.l-wrapper.l-wrapper--contact-map, .l-wrapper.l-wrapper--services-slider {
  margin: 0;
}

.t-title {
  font-size: 45px;
  font-family: "Lobster";
  color: #012169;
}
@media (max-width: 1239px) {
  .t-title {
    font-size: 40px;
    line-height: 1;
  }
}

.t-subtitle {
  font-size: 25px;
  color: #c8102e;
  font-weight: 400;
  margin-bottom: 10px;
  font-style: italic;
  font-family: "Cormorant Garamond";
}

.t-content {
  line-height: 1.6;
  font-weight: 300;
  font-size: 18px;
  color: #12141a;
}
.t-content strong,
.t-content b {
  font-weight: 700;
  color: #012169;
}

/* ======================================
   Basic Button — underline variant
   Tekst bez ramek + animowane podkreślenie
   ====================================== */
.basic-button {
  border: 0;
  background: transparent;
  color: #012169;
  padding: 7px 15px;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
  border: 2px solid #012169;
  border-radius: 30px;
  transition: background-color 0.2s;
}
.basic-button .text {
  font-size: 18px;
  font-weight: 500;
  color: #012169;
  font-family: "Source Sans 3";
}
.basic-button:hover {
  background-color: #012169;
}
.basic-button:hover .text {
  color: #fff;
}
.basic-button:focus-visible {
  outline: 2px solid #b3962f;
  outline-offset: 3px;
}
.basic-button:disabled, .basic-button[aria-disabled=true] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

/* Dla osób z redukcją animacji */
@media (prefers-reduced-motion: reduce) {
  .basic-button--underline::after {
    transition: none;
  }
}
.header-font {
  font-family: "Lobster";
}

.decorative-font {
  font-family: "Cormorant Garamond";
}

.content-font {
  font-family: "Source Sans 3";
}

.underline-btn {
  position: relative;
  padding: 15px 5px 5px 0;
}
.underline-btn .text {
  color: #012169;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.banner .underline-btn .text, .two-tiles .underline-btn .text, .background-photo-text-fixed .underline-btn .text, .background-photo-text .underline-btn .text {
  color: #fff;
}
.underline-btn:after, .underline-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #012169;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.banner .underline-btn:after, .two-tiles .underline-btn:after, .background-photo-text-fixed .underline-btn:after, .background-photo-text .underline-btn:after, .banner .underline-btn:before, .two-tiles .underline-btn:before, .background-photo-text-fixed .underline-btn:before, .background-photo-text .underline-btn:before {
  border-top: 1px solid #fff;
}
.underline-btn:before {
  transform: scaleX(1);
  transform-origin: right;
  transition-delay: 0.25s;
}
.underline-btn:after {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}
.underline-btn:hover:before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.underline-btn:hover:after {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.page-item-38 {
  display: none !important;
}

.mobile-nav .current_page_item {
  background-color: transparent;
}
.mobile-nav .current_page_item a {
  color: #12141a;
}

.page-products-listing .contact-form [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (max-width: 1239px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.l-section--blog-listing {
  margin: 80px 0;
}

.blog-listing__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .blog-listing__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .blog-listing__container {
    grid-template-columns: 1fr;
  }
}
.blog-listing__pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.blog-listing__pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.blog-listing__pagination li a,
.blog-listing__pagination li span {
  display: block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog-listing__pagination li .current {
  background-color: #012169;
  color: #fff;
  font-weight: bold;
  border-color: #012169;
}
.blog-listing__pagination li a:hover,
.blog-listing__pagination li span:hover {
  background-color: #012169;
  color: #fff;
  border-color: #012169;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-top {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: transparent;
}
.logged-in .site-top {
  top: 32px;
}
.site-top.is-scrolled, .page-simple-text .site-top {
  box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
  background-color: #fff;
  transition: background-color 0.3s;
}
.site-top__top {
  height: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
}
.site-top__bottom {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 30px;
  border-top: 1px solid rgba(1, 33, 105, 0.5);
}
@media (min-width: 1920px) {
  .site-top__bottom {
    padding: 0 40px;
  }
}
.site-top__center {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.site-top__logo {
  height: 55px;
  position: relative;
  display: flex;
  align-items: center;
}
.site-top__logo a {
  width: -webkit-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #012169;
  font-size: 26px;
}
.site-top__logo img {
  height: 45px;
}
.site-top__logo .logo-img-static {
  opacity: 1;
}
.site-top__logo .logo-img-scrolled {
  opacity: 0;
  display: none;
}
.site-top__navigation {
  margin-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top__navigation .menu {
  position: relative;
}
.site-top__navigation .menu li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: color 0.3s;
}
.site-top__navigation .menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: #f7f3ed;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
  width: 200px;
  border: 1px solid #000;
}
.site-top__navigation .menu li ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 12px solid transparent;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.site-top__navigation .menu li ul.sub-menu::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}
.site-top__navigation .menu li ul.sub-menu li {
  padding: 13px 15px;
  text-align: center;
  transition: background-color 0.3s;
}
.site-top__navigation .menu li ul.sub-menu li:hover {
  background-color: #c8102e;
}
.site-top__navigation .menu li ul.sub-menu li:hover a {
  color: #fff;
}
.site-top__navigation .menu li ul.sub-menu li a {
  color: #12141a;
  text-decoration: none;
  font-size: 16px;
}
.site-top__navigation .menu li:hover ul {
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
}
.site-top__navigation .menu li:hover ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
}
.site-top__navigation .menu li:hover ul li:last-child::after {
  content: none;
}
.site-top__navigation .menu a {
  text-decoration: none;
  color: #12141a;
  font-weight: 400;
}
.site-top__contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.site-top__contact-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.14;
  letter-spacing: -0.28px;
}
.site-top__contact-item a {
  color: #012169;
  transition: color 0.2s;
}
.site-top__contact-item a:hover {
  color: #b3962f;
}
.site-top__contact-ico {
  margin-right: 10px;
  position: relative;
  width: 24px;
  display: flex;
  align-items: center;
}
.site-top__contact-ico img {
  width: 100%;
}
.site-top__socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-top__socials-item {
  align-items: center;
  width: 30px;
  display: flex;
}
.site-top__socials-item--olx {
  width: 38px;
}
.site-top__socials-item img {
  width: 100%;
}
.site-top .menu-desktop-container {
  font-family: "Source Sans 3";
  font-size: 25px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul.menu {
  display: flex;
  gap: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul.menu .menu-toggle {
  display: none;
}
.site-top .menu-desktop-container ul li {
  text-decoration: none;
  list-style-type: none;
  align-items: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: background-color 0.2s;
}
.site-top .menu-desktop-container ul li.current_page_item a::before {
  transform: scaleX(1);
}
.site-top .menu-desktop-container ul li:hover {
  cursor: pointer;
}
.site-top .menu-desktop-container a {
  color: #012169;
  font-size: 16px;
  letter-spacing: 1.05px;
  position: relative;
  display: inline-block;
}
.site-top .menu-desktop-container a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c8102e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in-out;
}
.site-top .menu-desktop-container a:hover {
  color: #c8102e;
}
.site-top .menu-desktop-container a:hover::before {
  transform: scaleX(1);
}

.mobile-nav {
  display: none;
}

@media (max-width: 1239px) {
  .site-top {
    display: none;
  }
  .mobile-nav {
    display: flex;
    position: relative;
    height: 60px;
  }
  .mobile-nav a {
    display: block;
    height: 100%;
  }
  .mobile-nav__header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #fff;
    width: 100%;
    z-index: 100;
  }
  .mobile-nav a.mobile-nav__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #fff;
    letter-spacing: 1px;
    color: #12141a;
  }
  .mobile-nav__logo {
    height: 100%;
    width: 80px;
    padding: 10px;
    padding: 20px 10px 0 0;
  }
  .mobile-nav__logo img {
    height: 100%;
    height: 100%;
  }
  .mobile-nav__hamburger-hld {
    position: fixed;
    top: 7px;
    right: 0;
    padding: 40px;
    z-index: 101;
    display: block;
  }
  .mobile-nav__hamburger {
    width: 50px;
    height: 30px;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    margin-bottom: 20px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
  }
  .mobile-nav__hamburger:hover {
    cursor: pointer;
  }
  .mobile-nav__hamburger::after, .mobile-nav__hamburger::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #012169;
    transition: transform 0.3s;
  }
  .mobile-nav__hamburger::after {
    top: 0;
  }
  .mobile-nav__hamburger::before {
    bottom: 0;
  }
  .mobile-nav__hamburger-line {
    width: 100%;
    height: 2px;
    background-color: #012169;
    transition: opacity 0.2s;
  }
  .mobile-nav__hamburger.is-clicked > .mobile-nav__hamburger-line {
    opacity: 0;
  }
  .mobile-nav__hamburger.is-clicked::after {
    transform: translateY(13px) rotate(-45deg);
  }
  .mobile-nav__hamburger.is-clicked::before {
    transform: translateY(-5px) rotate(45deg);
  }
  .mobile-nav__navitagion {
    position: fixed;
    z-index: 100;
    top: 70px;
    right: -65vw;
    width: 65vw;
    height: calc(100% - 70px);
    background-color: #fff;
  }
  .mobile-nav__navitagion .menu-desktop-container {
    margin-top: 50px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul {
    text-decoration: none;
    margin-left: 50px;
    list-style-type: none;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li {
    margin-bottom: 18px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li .menu-toggle {
    display: inline;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li .menu-toggle .icon {
    display: inline-block;
    transform: rotate(90deg);
  }
  .mobile-nav__navitagion .menu-desktop-container ul li.expanded .menu-toggle .icon {
    transform: rotate(-90deg);
  }
  .mobile-nav__navitagion .menu-desktop-container ul li a {
    font-family: "Source Sans 3";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #12141a;
    text-transform: uppercase;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li.current_page_item a {
    color: #3e1902;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    margin-left: 0;
    margin-top: 5px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu li {
    margin-bottom: 10px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu li a {
    text-transform: none;
    font-size: 14px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu-item.expanded > .sub-menu {
    max-height: 300px;
    opacity: 1;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu.open {
    display: block;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu-item-has-children.expanded > a {
    font-weight: 400;
  }
  .mobile-nav__navitagion.is-active {
    transform: translateX(-65vw);
    transition: transform 0.3s;
    box-shadow: -65px 50px 106px 1px rgba(62, 98, 87, 0.3);
  }
}
@media (max-width: 767px) {
  .mobile-nav__header {
    height: 70px;
    box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
  }
  .mobile-nav__hamburger {
    margin-bottom: 0;
    height: 20px;
  }
  .mobile-nav__hamburger-hld {
    padding: 30px 40px;
  }
  .mobile-nav__logo {
    height: 55px;
    margin-left: 15px;
  }
  .mobile-nav__footer {
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px 10px 20px;
    background-color: #012169;
  }
  .mobile-nav__footer .text {
    font-size: 14px;
    color: #fff;
  }
  .mobile-nav__footer .link {
    display: inline-block;
  }
  .mobile-nav__footer .link--olx {
    height: 24px;
  }
  .mobile-nav__footer .link .icon {
    height: 100%;
  }
  .mobile-nav__footer .link .icon img {
    width: auto;
    height: 100%;
  }
}
.footer {
  background-color: #012169;
  color: #fff;
  padding: 0 80px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1239px) {
  .footer {
    padding: 0 15px;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: wrap;
  flex-direction: space-between;
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.footer__col {
  flex: 1 1 30%;
  margin: 20px;
}
.footer__col:nth-child(3) {
  text-align: center;
}
.footer__title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.footer__text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: "Source Sans 3";
  font-weight: 300;
}
.footer__social-icons-hld {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
}
.footer__social {
  display: flex;
  flex-direction: column;
}
.footer__social-link {
  display: inline-block;
  width: 30px;
  display: flex;
  align-items: center;
}
.footer__social-link--instagram {
  width: 35px;
}
.footer__social-link img {
  width: 100%;
  height: auto;
}
.footer__social-link:hover {
  filter: brightness(0.8);
}
.footer__contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact-item {
  display: flex;
  align-items: center;
}
.footer__icon {
  margin-right: 10px;
  font-size: 18px;
  height: 18px;
  color: #c8102e;
}
.footer__icon img {
  height: 100%;
  width: auto;
}
.footer__contact-text {
  font-size: 14px;
}
.footer__contact-link {
  text-decoration: none;
  color: #fff;
  transition: color 0.2s;
}
.footer__contact-link:hover {
  color: #b3962f;
}
.footer__image--logo {
  height: 60px;
}
.footer__image--partners {
  height: 50px;
  position: relative;
  left: -20px;
}
.footer__image img {
  max-width: 100%;
  height: 100%;
}
.footer__bottom {
  display: flex;
  align-items: space-between;
  justify-content: space-between;
  flex-direction: row;
  padding: 20px 0;
  gap: 50px;
}
.footer__bottom .page-item-2 {
  display: none;
}
.footer__bottom a {
  color: #fff;
}
.footer__bottom .current_page_item {
  background-color: transparent;
}
.footer__bottom .current_page_item a {
  color: #b3962f;
}
.footer__bottom .footer__credits {
  font-size: 14px;
  font-weight: 300;
}
.footer__bottom .footer__menu-list ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: "Source Sans 3";
  font-size: 14px;
}
@media (max-width: 1239px) {
  .footer__bottom .footer__menu-list ul {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.footer__bottom li a {
  text-decoration: none;
  transition: color 0.2s;
}
.footer__bottom li a:hover {
  color: #c8102e;
}

@media (max-width: 1023px) {
  .footer__bottom {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
    gap: 0;
  }
  .footer__bottom ul.footer__menu-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
}
/* =========================================================
   Mobilna Edukacja – Fonts
   Set: Lobster (logo/accent), DM Serif Display (headings),
        Source Sans 3 (UI/Headings/Body)
   ========================================================= */
/* ==================
   Lobster (LOGO/ACCENT)
   ================== */
@font-face {
  font-family: "Lobster";
  src: local("Lobster"), local("Lobster-Regular"), url("../assets/fonts/Lobster-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ===========================
   DM Serif Display (HEADINGS)
   =========================== */
@font-face {
  font-family: "DM Serif Display";
  src: local("DM Serif Display"), local("DMSerifDisplay-Regular"), url("../assets/fonts/DMSerifDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: local("DM Serif Display Italic"), local("DMSerifDisplay-Italic"), url("../assets/fonts/DMSerifDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* ========================
   Source Sans 3 (UI/BODY)
   ======================== */
/* Light (300) */
@font-face {
  font-family: "Source Sans 3";
  src: local("Source Sans 3 Light"), local("SourceSans3-Light"), url("../assets/fonts/SourceSans3-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: local("Source Sans 3 Light Italic"), local("SourceSans3-LightItalic"), url("../assets/fonts/SourceSans3-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Regular (400) */
@font-face {
  font-family: "Source Sans 3";
  src: local("Source Sans 3 Regular"), local("SourceSans3-Regular"), url("../assets/fonts/SourceSans3-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: local("Source Sans 3 Italic"), local("SourceSans3-Italic"), url("../assets/fonts/SourceSans3-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Medium (500) */
@font-face {
  font-family: "Source Sans 3";
  src: local("Source Sans 3 Medium"), local("SourceSans3-Medium"), url("../assets/fonts/SourceSans3-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: local("Source Sans 3 Medium Italic"), local("SourceSans3-MediumItalic"), url("../assets/fonts/SourceSans3-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Bold (700) */
@font-face {
  font-family: "Source Sans 3";
  src: local("Source Sans 3 Bold"), local("SourceSans3-Bold"), url("../assets/fonts/SourceSans3-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: local("Source Sans 3 Bold Italic"), local("SourceSans3-BoldItalic"), url("../assets/fonts/SourceSans3-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Recommended defaults */
:root {
  --font-logo: "Lobster", "Segoe Script", "Brush Script MT", cursive;
  --font-head: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-ui: "Source Sans 3", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif;
  font-synthesis: none;
}

.single-product {
  background-color: #fff;
}
.single-product .product-section {
  padding: 200px 80px 80px 0;
}
@media (max-width: 1239px) {
  .single-product .product-section {
    padding: 30px 15px 0 15px;
  }
}
.single-product .product-layout {
  display: flex;
  gap: 5vw;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .single-product .product-layout {
    flex-direction: column;
  }
}
.single-product .product-layout__left {
  flex: 1 1 55%;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  height: calc(100vh - 200px);
  align-self: flex-start;
  background-color: #fff;
}
@media (max-width: 1239px) {
  .single-product .product-layout__left {
    flex: initial;
    position: static;
    top: initial;
    height: initial;
  }
}
.single-product .product-layout__left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  display: block;
}
.single-product .product-layout__right {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1239px) {
  .single-product .product-layout__right {
    width: 100%;
  }
}
.single-product .product__title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.single-product .product__volume {
  font-size: 18px;
  color: #4d4d4d;
}
.single-product .product__price {
  font-size: 20px;
  color: #000;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}
.single-product .product__price label {
  margin-top: 15px;
  margin-bottom: 5px;
}
.single-product .product__price #variant-selector {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 320px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 25px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23444' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px 6px;
}
.single-product .product__price #variant-selector:focus {
  outline: none;
  border-color: #012169;
  box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.2);
}
.single-product .product__price #variant-selector option {
  font-weight: normal;
}
.single-product .product__price .product__price-dynamic {
  margin-top: 10px;
  font-weight: 700;
  color: #012169;
  font-size: 30px;
}
.single-product .product__description,
.single-product .product__specs {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.7;
}
.single-product .product__description h2,
.single-product .product__specs h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
}
.single-product .product__description p {
  margin-bottom: 15px;
}
.single-product .product__description h4 {
  margin-bottom: 20px;
  font-size: 25px;
}
.single-product .product__specs {
  margin-top: 30px;
}
.single-product .product__specs h2 {
  font-size: 25px;
}
.single-product .product__excavation-info {
  background-color: #012169;
  color: #fff;
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.single-product .product__excavation-info strong,
.single-product .product__excavation-info b {
  font-weight: 700;
}
.single-product .product-contact {
  padding: 100px 5vw;
  background: #c8102e;
}
@media (max-width: 1239px) {
  .single-product .product-contact {
    padding: 60px 5vw;
  }
}
.single-product .recommended-products {
  background-color: #fff;
}
@media (max-width: 1239px) {
  .single-product .recommended-products {
    margin: 50px 0;
  }
}
.single-product .recommended-products__title {
  margin-bottom: 40px;
  text-align: center;
  color: #000;
}
.single-product .recommended-products__slider {
  position: relative;
  overflow: visible;
}
.single-product .recommended-products__slider .swiper-wrapper {
  padding-bottom: 40px;
  position: relative;
}
.single-product .recommended-products__slider .swiper-button-prev,
.single-product .recommended-products__slider .swiper-button-next {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #012169;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: scale 0.3s;
}
.single-product .recommended-products__slider .swiper-button-prev img,
.single-product .recommended-products__slider .swiper-button-next img {
  width: 32px;
  height: 32px;
}
.single-product .recommended-products__slider .swiper-button-prev:before, .single-product .recommended-products__slider .swiper-button-prev:after,
.single-product .recommended-products__slider .swiper-button-next:before,
.single-product .recommended-products__slider .swiper-button-next:after {
  content: none;
}
.single-product .recommended-products__slider .swiper-button-prev:hover,
.single-product .recommended-products__slider .swiper-button-next:hover {
  scale: 1.05;
}
.single-product .recommended-products__slider .swiper-button-next {
  right: -35px;
}
.single-product .recommended-products__slider .swiper-button-next img {
  transform: rotate(180deg);
}
.single-product .recommended-products__slider .swiper-button-prev {
  left: -35px;
}

.products__hero {
  margin-bottom: 40px;
  padding: 0 80px;
}
.products__header {
  font-size: 55px;
  font-weight: 700;
  color: #4d4d4d;
}
@media (max-width: 1239px) {
  .products__header {
    font-size: 28px;
  }
}
.products__subheader {
  font-size: 30px;
  font-weight: 400;
  color: #4d4d4d;
}
.products__filters {
  width: calc(100% - 40px);
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  background-color: #fff;
  z-index: 10;
  padding: 20px 80px;
  border-radius: 25px;
  justify-content: center;
  box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
}
@media (max-width: 1239px) {
  .products__filters {
    position: static;
    padding: 15px 15px 0 15px;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0 auto;
  }
}
.products__filter {
  background: none;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.products__filter.is-active, .products__filter:hover {
  background-color: #012169;
  color: #fff;
  border-color: #012169;
}
.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 60px 0;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.products__list.is-fading {
  opacity: 0.3;
}
.products__list .products__loading {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding: 50px 0;
  color: #012169;
  animation: fadeIn 0.3s ease-in-out;
  min-height: 510px;
}
@media (max-width: 1239px) {
  .products__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.products__tile {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}
.products__tile:hover {
  transform: translateY(-4px);
}
.products__tile-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #fff;
}
.products__tile-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.products__tile-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products__tile-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  min-height: 60px;
}
.products__tile-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products__tile-capacity, .products__tile-price {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 5px;
}
.products__tile-capacity .value, .products__tile-price .value {
  font-weight: bold;
  color: #012169;
  font-size: 18px;
}
.products__tile .basic-button {
  margin-top: 20px;
  align-self: center;
  width: 100%;
  background-color: #012169;
  padding: 10px 20px;
  border-radius: 8px;
}
.products__tile .basic-button .text {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1239px) {
  .products__tile .basic-button {
    width: 100%;
    text-align: center;
  }
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  margin: 50px auto;
  max-width: 800px;
}
.content-table thead tr {
  background-color: #b3962f;
  color: #12141a;
}
.content-table th,
.content-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid rgba(77, 77, 77, 0.3);
}
.content-table tbody tr:nth-child(even) {
  background-color: #f7f3ed;
}

.l-section--banner-fixed {
  position: static;
  inset: 0;
  height: 100vh;
}

.l-wrapper--banner-fixed {
  padding: 0;
  max-width: unset;
  height: 100%;
}

.banner-fixed {
  --navy: #012169;
  --white: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: var(--white);
  /* MEDIA – start niewidoczne (fade-in po .is-media-in) */
  /* HERO (pokazywany na starcie przez klasę .is-hero-visible) */
  /* WARSTWA ANIMACJI */
  /* iPhone */
  /* Ekran + dymki */
  /* Sterowanie wej/wyj. telefonu */
  /* --- MOBILE: klasyczny banner, bez animacji --- */
}
@media (max-width: 1239px) {
  .banner-fixed {
    position: static; /* klasyczny układ na mobile */
  }
}
.banner-fixed__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: block;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.banner-fixed.is-media-in .banner-fixed__media {
  opacity: 1;
}
.banner-fixed__overlay {
  display: none;
}
.banner-fixed__img, .banner-fixed__video,
.banner-fixed video.banner-fixed__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-fixed__hero {
  position: absolute;
  left: 80px;
  top: 50%;
  z-index: 2;
  max-width: 760px;
  color: #012169;
  --hero-dy: 10px;
  opacity: 0;
  transition: opacity 3s ease;
}
.banner-fixed.is-hero-visible .banner-fixed__hero {
  --hero-dy: 0;
  opacity: 1;
}
.banner-fixed__header {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.banner-fixed__subheader {
  font-size: 30px;
  margin: 6px 0 30px 0;
  font-style: italic;
}
.banner-fixed__intro {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 35px;
  font-weight: 300;
}
.banner-fixed__intro p + p {
  margin-top: 10px;
}
.banner-fixed__intro a {
  color: #c8102e;
}
.banner-fixed__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.banner-fixed__anim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
  pointer-events: none;
}
.banner-fixed__phone {
  position: absolute;
  right: 7%;
  top: 52%;
  transform: translateY(-50%) scale(0.94);
  width: 260px;
  height: 500px;
  background-image: linear-gradient(60deg, #fff 1%, #fff 100%);
  border-radius: 40px;
  box-shadow: 0 0 0 11px #1f1f1f, 0 0 0 13px #191919, 0 0 0 20px #111;
}
.banner-fixed__phone::before, .banner-fixed__phone::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner-fixed__phone::before {
  top: 0;
  width: 56%;
  height: 30px;
  background: #000;
  border-radius: 0 0 40px 40px;
}
.banner-fixed__phone::after {
  bottom: 7px;
  width: 140px;
  height: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.banner-fixed__phone-speaker {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 6px);
  width: 15%;
  height: 8px;
  background: #101010;
  border-radius: 8px;
  box-shadow: inset 0 -3px 3px rgba(255, 255, 255, 0.2);
  color: transparent;
}
.banner-fixed__phone-camera {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(180px, 4px);
  width: 12px;
  height: 12px;
  background: #101010;
  border-radius: 12px;
  color: transparent;
  box-shadow: inset 0 -3px 2px rgba(255, 255, 255, 0.2);
}
.banner-fixed__phone-camera::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 3px;
  left: 3px;
  background: #2d4d76;
  border-radius: 4px;
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.5);
}
.banner-fixed__phone-time {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgba(18, 20, 26, 0.4);
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
  padding-top: 20px;
  z-index: 5;
}
.banner-fixed__phone-screen {
  position: absolute;
  inset: 84px 16px 76px;
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-fixed__stack {
  width: 86%;
  display: grid;
  grid-auto-rows: auto;
  gap: 10px;
}
.banner-fixed__bubble {
  position: relative;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: clamp(22px, 3vw, 28px);
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  opacity: 0;
  justify-self: start;
}
.banner-fixed__bubble[data-dir=right] {
  justify-self: end;
}
.banner-fixed__bubble .typing {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-height: 1em;
}
.banner-fixed__bubble .typing .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--white);
  opacity: 0.55;
  animation: bfm-typing 1s ease-in-out infinite;
}
.banner-fixed__bubble .typing .dot:nth-child(2) {
  animation-delay: 0.12s;
}
.banner-fixed__bubble .typing .dot:nth-child(3) {
  animation-delay: 0.24s;
}
.banner-fixed__bubble .text {
  display: inline-block;
  opacity: 0;
  transition: opacity var(--text-fade, 0.22s) ease;
  font-family: "Source Sans 3", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(14px, 1.5vw, 18px);
  white-space: nowrap;
}
.banner-fixed__bubble.is-in {
  animation: bfm-in-left 0.55s cubic-bezier(0.17, 0.84, 0.44, 1) both;
}
.banner-fixed__bubble[data-dir=right].is-in {
  animation-name: bfm-in-right;
}
.banner-fixed__bubble.show-text .text {
  opacity: 1;
}
.banner-fixed__bubble.show-text .typing {
  display: none;
}
.banner-fixed.is-phone-in .banner-fixed__phone {
  animation: bfm-phone-in 0.5s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}
.banner-fixed.is-phone-out .banner-fixed__phone {
  animation: bfm-phone-out 0.5s ease forwards;
}
.banner-fixed + .banner-fixed__spacer {
  height: 100vh;
}
@media (max-width: 1239px) {
  .banner-fixed {
    /* wyłącz warstwę animacji na mobile */
    /* media i hero zawsze widoczne */
  }
  .banner-fixed__hero {
    left: 24px;
    right: 24px;
    top: 30%;
    opacity: 1 !important;
  }
  .banner-fixed__header {
    font-size: 35px;
  }
  .banner-fixed__subheader {
    font-size: 25px;
  }
  .banner-fixed__intro {
    font-size: 15px;
  }
  .banner-fixed__anim {
    display: none !important;
  }
  .banner-fixed__phone {
    display: none !important;
  }
  .banner-fixed__media {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-fixed__phone {
    right: 50%;
    transform: translate(50%, -50%) scale(0.9);
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner-fixed__phone {
    display: none !important;
  }
  .banner-fixed__bubble {
    opacity: 1 !important;
  }
  .banner-fixed__hero {
    opacity: 1 !important;
  }
  .banner-fixed__media {
    opacity: 1 !important;
  }
}

/* Keyframes */
@keyframes bfm-in-left {
  0% {
    opacity: 0;
    transform: translateX(-18px) scale(0.98);
  }
  60% {
    opacity: 1;
    transform: translateX(2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes bfm-in-right {
  0% {
    opacity: 0;
    transform: translateX(18px) scale(0.98);
  }
  60% {
    opacity: 1;
    transform: translateX(-2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes bfm-typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  30% {
    transform: translateY(-3px);
    opacity: 1;
  }
}
@keyframes bfm-phone-in {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bfm-phone-out {
  0% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-48%) scale(0.96);
  }
}
.l-section--photo-text-right {
  padding: 110px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1680px) {
  .l-section--photo-text-right {
    padding: 60px 0;
  }
}

.l-wrapper--photo-text-right {
  padding: 0 130px;
}

.photo-text-right {
  display: flex;
}
.photo-text-right__photo-hld {
  position: relative;
  width: 55%;
}
.photo-text-right__content-hld {
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: 80px;
}
.photo-text-right__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-weight: 400;
}
.photo-text-right__header h2 {
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 1.1;
}
@media (max-width: 1680px) {
  .photo-text-right__header h2 {
    font-size: 40px;
  }
}
.photo-text-right__text {
  margin: 30px 0 30px 0;
}
.photo-text-right__text p {
  margin-bottom: 15px;
  font-size: 17px;
}
.photo-text-right__photo {
  border-radius: 30px;
}
.photo-text-right__photo--is-relative {
  position: absolute;
  right: -100px;
  bottom: -40px;
  width: 45%;
}
@media (min-width: 1920px) {
  .photo-text-right__photo--is-relative {
    bottom: -100px;
  }
}
.photo-text-right__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 85%;
  border-radius: 30px;
}
.photo-text-right__photo--is-relative .photo-text-right__photo-inner {
  padding-top: 125%;
}
.photo-text-right__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
}
.photo-text-right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.photo-text-right__highlights {
  margin-top: 70px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
}
.photo-text-right__highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.photo-text-right__highlight-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-text-right__highlight-icon img {
  width: 100%;
  height: auto;
}
.photo-text-right__highlight-text {
  font-size: 16px;
  color: #12141a;
}

@media (max-width: 1239px) {
  .l-section--photo-text-right {
    margin: 0;
  }
  .l-wrapper--photo-text-right {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .photo-text-right {
    flex-direction: column-reverse;
  }
  .photo-text-right__photo-hld, .photo-text-right__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-right__content-hld {
    justify-content: center;
    text-align: center;
    margin: 50px 0;
  }
  .photo-text-right__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-right__photo--is-relative {
    position: static;
    margin-top: 15px;
    width: 100%;
  }
  .photo-text-right__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-right__text {
    max-width: unset;
  }
  .photo-text-right__photo-inner {
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .photo-text-right__highlights {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
  .photo-text-right__highlight-item {
    min-width: 200px;
  }
}
.l-section--photo-text-left {
  padding: 100px 0 0 0;
  position: relative;
  background-color: #fff;
}
.l-section--photo-text-left .image-bg {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1239px) {
  .l-section--photo-text-left .image-bg {
    display: none;
  }
}
.l-section--photo-text-left .image-bg img {
  position: relative;
  scale: 0.65;
  top: -670px;
  right: -50px;
  opacity: 0.35;
}

.l-wrapper--photo-text-left {
  margin: 0 auto;
}

.photo-text-left {
  display: flex;
  flex-direction: row;
}
.photo-text-left__photo-hld {
  position: relative;
  width: 50%;
}
@media (max-width: 1920px) {
  .photo-text-left__photo-hld {
    width: 100%;
    margin-left: 50px;
  }
}
.photo-text-left__content-hld {
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 30px;
  position: relative;
}
.photo-text-left__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-left__header-hld {
  color: #c8102e;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .photo-text-left__header-hld {
    left: 0;
    margin-bottom: 20px;
  }
}
.photo-text-left__header {
  color: #513316;
}
.photo-text-left__header h2 {
  font-size: 55px;
}
@media (max-width: 1680px) {
  .photo-text-left__header h2 {
    font-size: 40px;
  }
}
.photo-text-left__text {
  max-width: 600px;
}
.photo-text-left__button {
  margin-top: 20px;
}
.photo-text-left__photo {
  position: relative;
  border-radius: 30px;
}
.photo-text-left__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 115%;
  border-radius: 30px;
}
.photo-text-left__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  border-radius: 30px;
}
.photo-text-left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 1239px) {
  .l-section--photo-text-left {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-left {
    flex-direction: column;
  }
  .photo-text-left__photo-hld, .photo-text-left__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-left__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .photo-text-left__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-left__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-left__text {
    max-width: unset;
  }
  .photo-text-left__photo-inner {
    padding-top: 72%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 15px;
  }
}
.l-section--highlighters-with-icons {
  padding: 0 auto 50px auto;
  background-color: #fff;
  position: relative;
}

.l-wrapper--highlighters-with-icons {
  --wrapper-padding: 130px;
  padding: 0 var(--wrapper-padding);
  position: relative;
}

.highlighters-with-icons__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1250px;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__content {
    gap: 10px;
  }
}
.highlighters-with-icons__header {
  color: #12141a;
  font-weight: 700;
  margin-bottom: 35px;
}
.highlighters-with-icons__subhrader {
  color: #012169;
}
.highlighters-with-icons__items-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px;
}
.highlighters-with-icons__text {
  text-align: center;
}
.highlighters-with-icons__item {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.highlighters-with-icons__item-icon {
  max-width: 60px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.highlighters-with-icons__item-icon img {
  width: 100%;
}
.highlighters-with-icons__item-header {
  margin: 0 0 10px 0;
  font-size: 25px;
  font-weight: 400;
  color: #012169;
  text-align: center;
  line-height: 1.25;
}
.highlighters-with-icons__item-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-align: center;
  min-height: 100px;
  line-height: 1.5;
  color: #4d4d4d;
}

@media (max-width: 1239px) {
  .highlighters-with-icons {
    padding-top: 50px;
  }
  .highlighters-with-icons__items-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .highlighters-with-icons__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px auto;
  }
  .highlighters-with-icons__text, .highlighters-with-icons__header {
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .l-wrapper--highlighters-with-icons {
    padding: 0 15px;
  }
  .highlighters-with-icons__header::after {
    width: 76%;
    left: 50px;
    right: 50px;
  }
  .highlighters-with-icons__items-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .highlighters-with-icons__header-item {
    font-size: 20px;
  }
  .highlighters-with-icons__content-hld {
    margin-bottom: 40px;
  }
  .highlighters-with-icons__item-icon {
    margin-bottom: 5px;
  }
}
.l-section--content-accordions {
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.l-section--content-accordions .image-bg {
  position: absolute;
  top: 250px;
  right: 0;
}
@media (max-width: 1239px) {
  .l-section--content-accordions .image-bg {
    display: none;
  }
}
.l-section--content-accordions .image-bg img {
  position: relative;
  scale: 0.65;
  top: -670px;
  right: -50px;
  opacity: 0.2;
}

.l-wrapper--content-accordions {
  --wrapper-padding: 130px;
  padding: 0 var(--wrapper-padding) 30px var(--wrapper-padding);
  position: relative;
}

.content-accordions-item {
  border: 1px solid #012169;
  border-radius: 30px;
  margin-bottom: 25px;
}
.content-accordions-item__title-box {
  display: flex;
  flex-direction: row;
  position: relative;
  cursor: pointer;
  padding: 15px 0 15px 40px;
  border-bottom: solid 1px #012169;
  border-radius: 30px;
  font-family: "Source Sans 3";
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 1.82;
  letter-spacing: -0.44px;
  text-align: left;
  transition: background-color 0.3s;
  background-color: #012169;
}
.content-accordions-item.is-active-accordion .content-accordions-item__title-box {
  background-color: #c8102e;
  color: #fff;
}
.content-accordions-item__image-box {
  width: 140px;
}
.content-accordions-item__icon-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}
.content-accordions-item__icon {
  transition: transform 0.2s;
}
.content-accordions-item.is-active-accordion .content-accordions-item__icon {
  transform: scale(1, -1);
}
.content-accordions-item__text-box {
  height: 0;
  overflow: hidden;
}
.content-accordions-item__text-box-inner {
  padding: 19px 30px 19px 40px;
  font-family: "Source Sans 3";
  font-weight: 300;
  line-height: 1.7;
}
.content-accordions-item__text-box-inner p {
  margin-bottom: 15px;
}
.content-accordions-item__text-box-inner p strong,
.content-accordions-item__text-box-inner p b {
  font-weight: 700;
  color: #c8102e;
}

.content-accordions__title {
  margin-bottom: 60px;
}
.content-accordions__subheader {
  color: #c8102e;
}
.content-accordions__item {
  margin-top: 25px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1023px) {
  .l-wrapper--content-accordions {
    padding: 0 15px 30px 15px;
  }
  .content-accordions__title {
    font-size: 50px;
  }
  .content-accordions__subheader {
    color: #012169;
  }
  .content-accordions-item__text-box-inner {
    padding: 19px 0 19px 10px;
  }
  .content-accordions-item__title-box {
    padding: 10px 45px 10px 15px;
    font-size: 18px;
  }
  .content-accordions-item__text-box-inner {
    padding: 19px 15px 19px 15px;
    font-size: 15px;
  }
}
.offers-tiles {
  padding-block: 80px;
}
.offers-tiles__header {
  text-align: center;
  margin-bottom: 60px;
  color: #4d4d4d;
  font-weight: 700;
}
.offers-tiles__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1023px) {
  .offers-tiles__grid {
    grid-template-columns: 1fr;
  }
}
.offers-tiles__tile {
  background-color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #4d4d4d;
  transition: transform 0.3s ease;
  border-radius: 15px;
}
.offers-tiles__tile:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transform: scale(0.98);
}
.offers-tiles__tile-img {
  aspect-ratio: 4/3;
  background-color: #fff;
  padding: 0 15px;
  border-radius: 15px;
}
.offers-tiles__tile-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
  border-radius: 15px;
}
.offers-tiles__tile-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
.offers-tiles__tile-title {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.3;
}
.offers-tiles__tile-description {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 1.6;
}
.offers-tiles__tile-price, .offers-tiles__tile-capacity {
  font-size: 15px;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.offers-tiles__tile-capacity {
  font-weight: 500;
}
.offers-tiles__tile-price {
  font-weight: 600;
  color: #000;
}
.offers-tiles__tile-price .value {
  font-size: 25px;
  font-weight: 600;
  color: #012169;
}
.offers-tiles__tile .basic-button {
  margin-top: 30px;
  align-self: flex-start;
  background-color: #012169;
}
.offers-tiles__tile .basic-button .text {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1239px) {
  .offers-tiles__tile .basic-button {
    width: 100%;
  }
}
.offers-tiles__tile--premium {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.offers-tiles__tile--premium::before {
  content: "PREMIUM";
  position: absolute;
  top: 35px;
  left: -65px;
  background: #012169;
  color: #fff;
  padding: 6px 80px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px;
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .offers-tiles__tile--premium {
    grid-row: auto;
  }
}
.offers-tiles__tiles {
  display: grid;
  gap: 20px;
}
@media (min-width: 1023px) {
  .offers-tiles__tiles {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "full full" "half1 half2";
  }
  .offers-tiles__tiles > a:nth-child(1) {
    grid-area: full;
    flex-direction: row;
    gap: 20px;
  }
  .offers-tiles__tiles > a:nth-child(1) .offers-tiles__tile-img {
    flex: 0 0 50%;
    aspect-ratio: auto;
  }
  .offers-tiles__tiles > a:nth-child(1) .offers-tiles__tile-content {
    flex: 1;
    justify-content: center;
  }
  .offers-tiles__tiles > a:nth-child(2) {
    grid-area: half1;
  }
  .offers-tiles__tiles > a:nth-child(3) {
    grid-area: half2;
  }
}
@media (max-width: 1023px) {
  .offers-tiles__tiles {
    grid-template-columns: 1fr;
  }
}

.l-section--gallery-mosaic {
  margin: 50px 0 100px 0;
}

.l-wrapper--gallery-mosaic {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 80px;
}

.gallery-mosaic {
  margin: -10px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-mosaic__filters {
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  background-color: #fff;
  z-index: 10;
  padding: 20px 20px;
  justify-content: center;
  box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
}
.gallery-mosaic__filters .filter-btn {
  background: none;
  border: 1px solid #12141a;
  color: #12141a;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.gallery-mosaic__filters .filter-btn.active, .gallery-mosaic__filters .filter-btn:hover {
  background-color: #b3962f;
  border-color: #b3962f;
}
.gallery-mosaic__item {
  box-sizing: border-box;
  flex: 1 1 calc(33.333% - 20px);
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
  visibility: visible;
  position: relative;
}
.gallery-mosaic__item.hiding {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.gallery-mosaic__item.hidden {
  display: none;
}
.gallery-mosaic__item.showing {
  display: block;
  opacity: 0;
  transform: scale(0.8);
}
.gallery-mosaic__item.visible {
  opacity: 1;
  transform: scale(1);
}
.gallery-mosaic__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.gallery-mosaic__item:hover::before {
  opacity: 1;
}
.gallery-mosaic__item:hover::after {
  opacity: 0.2;
}
.gallery-mosaic__item::before {
  content: "+";
  font-weight: 300;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-mosaic__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b3962f;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.gallery-mosaic__item-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-mosaic__item:hover .gallery-mosaic__item-image {
  transform: scale(1.05);
}

@media (max-width: 1023px) {
  .l-wrapper--gallery-mosaic {
    padding: 0 30px;
  }
  .gallery-mosaic__filters {
    display: none;
  }
  .gallery-mosaic__item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .gallery-mosaic__item {
    flex: 1 1 100%;
  }
}
.l-section--product-tiles {
  margin: 120px 0;
}

.l-wrapper--product-tiles {
  padding: 0 50px;
  max-width: 1680px;
}

.product-tiles__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.product-tiles__head .product-tiles__cta {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.product-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.product-tiles__item-hld {
  width: calc(33.333% - 13.33px);
  display: block;
}
.product-tiles__item {
  position: relative;
  width: 100%;
  padding-top: 104.8387096774%;
  overflow: hidden;
}
.product-tiles__item:hover {
  cursor: pointer;
}
.product-tiles__item:hover .product-tiles__description {
  opacity: 1;
}
.product-tiles__item:hover .product-tiles__header {
  opacity: 0;
}
.product-tiles__item:hover .product-tiles__btn {
  transform: translateY(-15px);
  opacity: 1;
}
.product-tiles__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.product-tiles__background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 42, 46, 0.65);
}
.product-tiles__background img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-tiles__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 30px 50px;
}
.product-tiles__header {
  font-family: "Source Sans 3";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2;
  position: absolute;
  top: 50%;
  transition: transform 0.3s;
}
.product-tiles__description {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.32px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.product-tiles__description .header {
  font-family: "Source Sans 3";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.product-tiles__btn {
  position: absolute;
  bottom: 20px;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

@media (max-width: 1239px) {
  .product-tiles__head {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .product-tiles {
    flex-direction: column;
  }
  .product-tiles__title {
    text-align: center;
  }
  .product-tiles__item-hld {
    width: 100%;
  }
  .product-tiles__item {
    padding-top: 125%;
  }
  .product-tiles__content {
    padding: 30px 20px;
  }
  .product-tiles__description {
    opacity: 1;
  }
  .product-tiles__header {
    top: 40px;
    transform: none !important;
    opacity: 0;
  }
  .product-tiles__btn {
    bottom: 40px;
    opacity: 1;
    transform: none !important;
  }
  .l-section--product-tiles {
    margin: 70px 0;
  }
  .l-wrapper--product-tiles {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .l-section--product-tiles {
    margin: 40px 0;
  }
  .l-wrapper--product-tiles {
    padding: 0 15px;
  }
}
.details-banner {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.details-banner__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.details-banner__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.details-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-banner__content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 2;
}
.details-banner__title {
  font-size: 50px;
  color: #fff;
}

.details-page {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding: 0 130px 50px 130px;
}
@media (max-width: 1239px) {
  .details-page {
    gap: 40px;
  }
}
.details-page__box-button:hover {
  color: #012169;
}
.details-page__content {
  flex: 2;
}
.details-page__content-hld {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.details-page__slider {
  margin-top: 30px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.details-page__slider::before, .details-page__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  z-index: 5;
  pointer-events: none;
}
.details-page__slider::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.details-page__slider::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.details-page__excerpt {
  font-size: 18px;
  font-weight: 500;
  color: #12141a;
  margin-bottom: 20px;
  line-height: 1.5;
}
.details-page__text {
  font-size: 16px;
  line-height: 1.8;
  color: #12141a;
}
.details-page__text p {
  margin: 15px 0;
}
.details-page__text p strong {
  font-weight: 700;
  color: #513316;
}
.details-page__text p a {
  color: #b3962f;
}
.details-page__text ol,
.details-page__text ul {
  padding: 0 0 0 40px;
}
.details-page__text ol {
  margin: 15px 0;
}
.details-page__text ol li {
  margin: 5px 0;
}
.details-page__col--sidebar {
  flex: 1;
}
.details-page__col--sidebar .details-page__box {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  padding: 20px;
  background-color: #fff;
  margin-top: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(0, 0, 0, 0.06);
}
.details-page__col--sidebar .details-page__box-header {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.details-page__latest-posts {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
.details-page__latest-posts-header {
  font-family: "Lobster";
  font-size: 25px;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}
.details-page__latest-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
.details-page__latest-post-item {
  margin-bottom: 20px;
  font-weight: 300;
}
.details-page__latest-post-link {
  text-decoration: none;
  color: #12141a;
  font-family: "Source Sans 3";
}
.details-page__latest-post-link:hover {
  text-decoration: underline;
  color: #513316;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1023px) {
  .details-page {
    padding: 30px 15px 15px 15px;
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .details-page__col--sidebar {
    flex: 1;
  }
  .details-page__col--sidebar .details-page__box {
    margin-top: 0px;
  }
  .details-banner__title {
    font-size: 30px;
    padding-left: 15px;
  }
  .details-banner__content {
    left: 15px;
    padding-right: 15px;
  }
  .l-wrapper--intro-text {
    padding: 0 15px;
  }
}
.l-section--blog-slider {
  margin: 80px 0;
  overflow: hidden;
}
.page-blog-details .l-section--blog-slider {
  margin: 30px;
}

.l-wrapper--blog-slider {
  max-width: unset;
  padding: 0 80px 30px 40px;
}

.blog-slider__content {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.blog-slider__subheader {
  font-weight: 300;
}
.blog-slider__item {
  display: block;
  background: #fff;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 156px !important;
  height: auto !important;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1239px) {
  .l-section--blog-slider {
    margin: 70px 0;
  }
  .l-wrapper--blog-slider {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--blog-slider {
    margin: 60px 0;
  }
  .l-wrapper--blog-slider {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .l-wrapper--blog-slider {
    padding: 0 0 0 15px;
  }
  .blog-slider__content {
    text-align: center;
    padding-right: 15px;
  }
  .blog-slider__header {
    margin-bottom: 15px;
  }
}
.details-photo-slider {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding: 0 50px;
}
.details-photo-slider .swiper-wrapper {
  display: flex;
}
.details-photo-slider .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-photo-slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.details-photo-slider .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.details-photo-slider .slider-button img {
  width: 20px;
  height: 20px;
}
.details-photo-slider .swiper-button-prev {
  left: 10px;
}
.details-photo-slider .swiper-button-next {
  right: 10px;
}

.blog-item {
  min-height: 280px;
  display: block;
  min-height: 470px;
  background-color: #fff;
  transition: background-color 0.3s;
  border: 1px solid #b3962f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.blog-item:hover {
  background-color: #f7f3ed;
}
.blog-item__photo-hld {
  width: 100%;
  height: 200px;
}
.blog-item__photo-hld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item__date {
  font-size: 15px;
  font-weight: 300;
  color: #4d4d4d;
  font-family: "Source Sans 3";
  margin: 15px 0 5px 0;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.blog-item__name {
  font-size: 24px;
  color: #12141a;
  font-family: "Lobster";
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1;
  min-height: 78px;
  padding: 0 15px;
}
.blog-item__content {
  color: #12141a;
  line-height: 1.5;
  font-weight: 300;
  font-size: 14px;
  padding: 0 15px;
}
.blog-item__read-more {
  display: block;
  margin-top: 15px;
  color: #12141a;
  padding: 15px 15px;
}

@media (min-width: 1920px) {
  .blog-item {
    min-height: 280px;
  }
}
@media (max-width: 1023px) {
  .blog-item {
    min-height: 385px;
    padding: 20px 15px;
  }
  .page-blog-listing .blog-item {
    min-height: 270px;
  }
}
.l-section--map-text {
  margin: 100px 0;
  background-color: #fff;
}

.l-wrapper--map-text {
  padding: 100px 80px;
}

.map-text {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media (max-width: 1680px) {
  .map-text {
    gap: 0;
  }
}
.map-text__image-hld {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 1920px) {
  .map-text__image-hld {
    width: 100%;
    margin-right: 0;
  }
}
.map-text__image {
  width: 100%;
}
.map-text__image img {
  width: 100%;
  height: auto;
  display: block;
}
.map-text__content-hld {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1920px) {
  .map-text__content-hld {
    width: 100%;
    margin-top: 50px;
  }
}
.map-text__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.map-text__content p > a {
  color: #012169;
  text-decoration: none;
}
.map-text__content strong {
  font-weight: 700;
  color: #012169;
}
@media (max-width: 1023px) {
  .map-text__content {
    align-items: center;
    text-align: center;
  }
}
.map-text__header {
  color: #012169;
  margin-bottom: 30px;
}
.map-text__header h2 {
  font-size: 48px;
}
@media (max-width: 1680px) {
  .map-text__header h2 {
    font-size: 40px;
  }
}
.map-text__text {
  max-width: 600px;
}
.map-text__text p {
  margin-bottom: 15px;
}
.map-text__button {
  margin-top: 20px;
}

@media (max-width: 1239px) {
  .l-wrapper--map-text {
    padding: 0 30px;
  }
  .map-text {
    flex-direction: column;
  }
  .map-text__image-hld, .map-text__content-hld {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-section--map-text {
    margin: 40px 0;
  }
  .l-wrapper--map-text {
    padding: 0 15px;
  }
}
.l-section--mosaic-photos {
  margin: 100px 0;
}

.l-wrapper--mosaic-photos {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 80px;
}

.mosaic-photos__header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mosaic-photos__header h2 {
  font-size: 55px;
}
@media (max-width: 1239px) {
  .mosaic-photos__header h2 {
    font-size: 40px;
  }
}
.mosaic-photos__gallery-hld {
  width: 100%;
  display: block;
}
.mosaic-photos__item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.mosaic-photos__item.hiding {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.mosaic-photos__item.hidden {
  display: none;
}
.mosaic-photos__item.showing {
  display: block;
  opacity: 0;
  transform: scale(0.8);
}
.mosaic-photos__item.visible {
  opacity: 1;
  transform: scale(1);
}
.mosaic-photos__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.mosaic-photos__item:hover::before {
  opacity: 1;
}
.mosaic-photos__item:hover::after {
  opacity: 0.2;
}
.mosaic-photos__item::before {
  content: "+";
  font-weight: 300;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mosaic-photos__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b3962f;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.mosaic-photos__item-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.mosaic-photos__item:hover .mosaic-photos__item-image {
  transform: scale(1.05);
}

@media (max-width: 1023px) {
  .l-wrapper--mosaic-photos {
    padding: 0 30px;
  }
  .mosaic-photos__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .mosaic-photos__item {
    margin-bottom: 15px;
  }
}
.l-section--contact-form {
  padding: 50px 0;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.contact-form__header {
  color: #012169;
  text-align: center;
}
.contact-form__subheader {
  color: #c8102e;
  font-size: 25px;
  font-style: italic;
}
.contact-form__container {
  gap: 25px;
  align-items: stretch;
  margin-top: 30px;
}
@media (max-width: 1239px) {
  .contact-form__container {
    flex-direction: column;
  }
}
.contact-form__col {
  flex-basis: 50%;
}
.contact-form__col--form {
  display: flex;
  justify-self: center;
}
.contact-form__col--info {
  margin-bottom: 50px;
}
@media (max-width: 1239px) {
  .contact-form__col {
    flex-basis: 100%;
  }
}
.contact-form__col--info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form__info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.contact-form__contact-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1239px) {
  .contact-form__contact-container {
    flex-direction: column;
    gap: 10px;
  }
}
.contact-form__info-text {
  text-align: center;
}
.contact-form__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: fit-content;
}
.contact-form__info-item .icon {
  width: 32px;
}
.contact-form__info-item .icon img {
  width: 100%;
  margin-top: 10px;
}
.contact-form__info-item .text {
  font-size: 15px;
  font-family: "Source Sans 3";
  color: #012169;
  transition: color 0.2s;
  line-height: 1.6;
}
.contact-form__info-item:hover .text {
  color: #c8102e;
}
.contact-form__form-hld {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 500px;
  max-width: 900px;
}
@media (max-width: 1239px) {
  .contact-form__form-hld {
    min-height: unset;
  }
}
.contact-form__map-wrapper {
  position: relative;
  flex-grow: 1;
  margin-top: 40px;
}
.contact-form__map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: none;
  display: block;
}
.contact-form__map-button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.contact-form__image-bg {
  position: absolute;
  top: -295px;
  right: 0;
  width: 400px;
}
.contact-form__newsletter-image-bg {
  position: absolute;
  top: -325px;
  right: 0;
  width: 350px;
  z-index: -1;
}
.contact-form__newsletter-container {
  padding: 30px;
  background-color: #012169;
  border-radius: 50px;
  position: relative;
  display: none;
}

.wp-theme-mobilna-edukacja div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.wp-theme-mobilna-edukacja div.wpforms-container-full {
  width: 100%;
}
.wp-theme-mobilna-edukacja .wpforms-container .wpforms-field {
  padding: 5px 0;
}
.wp-theme-mobilna-edukacja .wpforms-container .wpforms-form .wpforms-field-sublabel,
.wp-theme-mobilna-edukacja .wpforms-container .wpforms-form .wpforms-field-label {
  display: none;
}
.wp-theme-mobilna-edukacja div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  color: #012169;
  font-weight: 400;
  font-size: 14px;
}
.wp-theme-mobilna-edukacja #wpforms-8-field_6 {
  margin-top: 15px;
}
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=text],
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=email],
.wp-theme-mobilna-edukacja div.wpforms-container-full textarea {
  border: 1px solid #012169;
  padding: 30px 25px;
}
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=text]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=email]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full textarea::placeholder {
  text-indent: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=date]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=datetime]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=datetime-local]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=email]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=month]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=number]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=password]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=range]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=search]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=tel]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=text]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=time]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=url]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full input[type=week]::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full select::placeholder,
.wp-theme-mobilna-edukacja div.wpforms-container-full textarea::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=date]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=datetime]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=datetime-local]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=email]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=month]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=number]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=password]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=range]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=search]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=tel]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=text]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=time]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=url]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full input[type=week]::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full select::placeholder,
.wp-theme-mobilna-edukacja .wp-core-ui div.wpforms-container-full textarea::placeholder {
  color: #000;
  opacity: 1;
}
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit].basic-button,
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  border: 0;
  background: transparent;
  color: #012169;
  padding: 7px 15px;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
  border: 2px solid #012169;
  border-radius: 30px;
  transition: background-color 0.2s;
  font-size: 18px;
  font-weight: 500;
  color: #012169;
  font-family: "Source Sans 3";
}
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit].basic-button:hover,
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover {
  background-color: #012169;
  color: #fff;
}
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit].basic-button:focus-visible,
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit]:not(:hover):not(:active):focus-visible {
  outline: 2px solid #b3962f;
  outline-offset: 3px;
}
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit].basic-button:disabled, .wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit].basic-button[aria-disabled=true],
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit]:not(:hover):not(:active):disabled,
.wp-theme-mobilna-edukacja div.wpforms-container-full button[type=submit]:not(:hover):not(:active)[aria-disabled=true] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
.wp-theme-mobilna-edukacja .mailerlite-form-title {
  margin-bottom: 20px;
}
.wp-theme-mobilna-edukacja .mailerlite-form-title h3 {
  font-family: "Lobster";
  color: #513316;
  font-size: 25px;
}
.wp-theme-mobilna-edukacja .mailerlite-form-description {
  font-family: "Source Sans 3";
  color: #12141a;
  font-size: 18px;
}
.wp-theme-mobilna-edukacja .mailerlite-form-inputs {
  display: flex;
}
.wp-theme-mobilna-edukacja .mailerlite-form-inputs .mailerlite-form-field {
  flex-grow: 1;
  margin-bottom: 0;
}
.wp-theme-mobilna-edukacja .mailerlite-form-inputs input#mailerlite-1-field-email {
  border: 2px solid #012169;
  border-radius: 50px;
  width: 100%;
  padding: 15px 30px;
  background-color: rgba(1, 33, 105, 0.1);
}
.wp-theme-mobilna-edukacja .mailerlite-form-inputs input#mailerlite-1-field-email::placeholder {
  font-family: "Source Sans 3";
  color: #c8102e;
  padding: 0;
  text-indent: 0;
  padding-left: 0;
  text-align: left;
}
.wp-theme-mobilna-edukacja .mailerlite-form-inputs .mailerlite-subscribe-button-container button.mailerlite-subscribe-submit {
  display: block;
  height: 100%;
  padding: 0 50px;
  background-color: transparent;
  border: 2px solid #012169;
  border-left: none;
  border-radius: 0 50px 50px 0;
  position: relative;
  left: -17px;
  font-family: "Lobster";
  color: #c8102e;
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 17px;
}
.wp-theme-mobilna-edukacja .mailerlite-form-inputs .mailerlite-subscribe-button-container button.mailerlite-subscribe-submit:hover {
  background-color: #012169;
  color: #fff;
}
.wp-theme-mobilna-edukacja .mailerlite-form .mailerlite-form-field label {
  display: none;
}
@media screen and (max-width: 767px) {
  .wp-theme-mobilna-edukacja .wpforms-field-container {
    display: flex;
    flex-direction: column;
  }
  .wp-theme-mobilna-edukacja .l-section--contact-form {
    padding: 70px 0;
  }
  .wp-theme-mobilna-edukacja .contact-form__header {
    margin-bottom: 20px;
  }
  .wp-theme-mobilna-edukacja .contact-form__container {
    flex-direction: column;
    gap: 45px;
    overflow: hidden;
    margin-top: 30px;
  }
  .wp-theme-mobilna-edukacja .contact-form__col--info {
    gap: 0;
  }
  .wp-theme-mobilna-edukacja .contact-form__newsletter-image-bg {
    top: -175px;
    right: -55px;
    width: 200px;
  }
  .wp-theme-mobilna-edukacja .contact-form__image-bg {
    top: -180px;
    width: 250px;
  }
  .wp-theme-mobilna-edukacja .contact-form__info-container {
    padding: 0;
  }
  .wp-theme-mobilna-edukacja .mailerlite-form-inputs {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wp-theme-mobilna-edukacja .mailerlite-form-inputs .mailerlite-form-field,
  .wp-theme-mobilna-edukacja .mailerlite-form .mailerlite-subscribe-button-container,
  .wp-theme-mobilna-edukacja .mailerlite-form-inputs .mailerlite-subscribe-button-container button.mailerlite-subscribe-submit {
    width: 100%;
  }
  .wp-theme-mobilna-edukacja .mailerlite-form-inputs .mailerlite-subscribe-button-container button.mailerlite-subscribe-submit {
    border-left: 2px solid #012169;
    border-radius: 50px;
    left: 0;
    padding: 15px 30px;
  }
}

.l-section--timeline {
  padding: 120px 0;
  position: relative;
}

.timeline__section-title {
  text-align: center;
  margin-bottom: 80px;
}

.timeline__section-subtitle {
  text-align: center;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.timeline__line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(18, 20, 26, 0.5);
  transform: translateX(-50%);
}
.timeline__step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
}
.timeline__step--left {
  flex-direction: row;
  /* Obraz po lewej */
}
.timeline__step--right {
  flex-direction: row-reverse;
  /* Obraz po prawej */
}
.timeline__content {
  width: 50%;
  position: relative;
}
.timeline__icon {
  position: absolute;
  display: inline-block;
  margin-bottom: 20px;
  top: 20px;
  left: -95px;
  z-index: 5;
}
.timeline__step--right .timeline__icon {
  left: unset;
  right: -95px;
}
.timeline__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
  border: 2px solid #012169;
  border-radius: 50%;
}
.timeline__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.timeline__subtitle {
  font-size: 30px;
  margin-bottom: 10px;
}
.timeline__title {
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 1.1;
}
.timeline__text {
  margin-bottom: 25px;
}
.timeline__image {
  width: 50%;
  border-radius: 40px;
}
.timeline__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}

@media (max-width: 1239px) {
  .l-section--timeline {
    margin: 80px 0;
    padding: 0;
  }
  .timeline {
    gap: 65px;
    margin-top: 70px;
  }
  .timeline__section-title {
    margin-bottom: 45px;
  }
  .timeline__line {
    display: none;
  }
  .timeline__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .timeline__image {
    display: none;
  }
  .timeline__step--right .timeline__icon, .timeline__step--left .timeline__icon {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
  }
  .timeline__icon {
    margin-bottom: 30px;
  }
  .timeline__step {
    flex-direction: column !important;
    gap: 65px;
  }
  .timeline__step .timeline__content,
  .timeline__step .timeline__image {
    width: 100%;
    text-align: center;
  }
}
.l-section--photo-text-left-sec {
  margin: 80px 0 110px 0;
}

.l-wrapper--photo-text-left-sec {
  padding: 0 157px;
}

.photo-text-left-sec {
  display: flex;
  flex-direction: row;
}
.photo-text-left-sec__photo-hld {
  position: relative;
  width: 48%;
}
.photo-text-left-sec__content-hld {
  width: 52%;
  display: flex;
  align-items: center;
  margin-right: 125px;
}
.photo-text-left-sec__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-left-sec__header {
  margin-bottom: 30px;
}
.photo-text-left-sec__header h2 {
  font-size: 35px;
}
.photo-text-left-sec__text {
  margin-bottom: 30px;
}
.photo-text-left-sec__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 126.7056530214%;
}
.photo-text-left-sec__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-left-sec__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-left-sec {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-left-sec {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-left-sec {
    flex-direction: column;
  }
  .photo-text-left-sec__photo-hld, .photo-text-left-sec__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-left-sec__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .photo-text-left-sec__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-left-sec__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-left-sec__text {
    max-width: unset;
  }
  .photo-text-left-sec__photo-inner {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left-sec {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left-sec {
    padding: 0 15px;
  }
}
.l-section--basic-text {
  margin: 110px 0;
}
.page-simple-text .l-section--basic-text {
  margin: 0;
  padding: 200px 0 110px 0;
}

.l-wrapper--basic-text {
  padding: 0 157px 0 137px;
}

.basic-text {
  color: #12141a;
}
.basic-text__page-title {
  text-align: center;
}
.basic-text p {
  font-family: "Source Sans 3";
  font-size: 15px;
  font-weight: 400;
  color: #12141a;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  margin: 15px 0;
}
.basic-text h2,
.basic-text h3,
.basic-text h4 {
  font-family: "Source Sans 3";
  font-weight: 700;
}
.basic-text h2 {
  font-size: 40px;
  line-height: 1.88;
  margin: 30px 0;
}
.basic-text h3 {
  font-size: 35px;
  margin: 30px 0 20px;
}
.basic-text h4 {
  font-size: 26px;
}
.basic-text ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.basic-text ul li {
  padding-left: 30px;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-weight: 300;
  color: #12141a;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  position: relative;
}
.basic-text ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #012169;
}
.basic-text ol {
  line-height: 2;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 300;
}

@media (max-width: 1239px) {
  .l-section--basic-text {
    margin: 70px 0;
  }
  .l-wrapper--basic-text {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .basic-text ul li {
    margin: 15px 0;
    line-height: 2;
  }
  .basic-text ul li::before {
    top: 15px;
    transform: unset;
    width: 8px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .l-section--basic-text {
    margin: 40px 0;
  }
  .page-simple-text .l-section--basic-text {
    margin: 35px 0 50px 0;
  }
  .l-wrapper--basic-text {
    padding: 0 15px;
  }
  .basic-text h2 {
    font-size: 36px;
    line-height: 1.6;
  }
}
.l-section--photo-text-tabs {
  padding: 70px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.l-section--photo-text-tabs .image-bg {
  position: absolute;
  top: 250px;
  left: 0;
}
@media (max-width: 1239px) {
  .l-section--photo-text-tabs .image-bg {
    display: none;
  }
}
.l-section--photo-text-tabs .image-bg img {
  position: relative;
  scale: 0.65;
  top: -670px;
  right: -50px;
  opacity: 0.2;
}

.l-wrapper--photo-text-tabs {
  --wrapper-padding: 130px;
  position: relative;
}

.photo-text-tabs__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.photo-text-tabs__title {
  color: #12141a;
}
.photo-text-tabs__subtitle {
  color: #c8102e;
}
.photo-text-tabs__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 70px auto 70px auto;
  max-width: 1300px;
}
.photo-text-tabs__category-item {
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 400;
  color: #012169;
  position: relative;
  background-color: transparent;
}
.photo-text-tabs__category-item:hover {
  cursor: pointer;
  color: #c8102e;
}
.photo-text-tabs__category-item.is-active {
  color: #c8102e;
}
.photo-text-tabs__category-item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 4px;
  border-radius: 30px;
  background-color: #c8102e;
}
.photo-text-tabs__category-item:hover::before {
  width: 50%;
  transition: width 0.4s;
}
.photo-text-tabs__category-item.is-active::before {
  width: 50%;
  transition: width 0.4s;
}
.photo-text-tabs__swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.photo-text-tabs__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.photo-text-tabs__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c8102e;
}
.photo-text-tabs__content {
  position: relative;
}
.photo-text-tabs__content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  opacity: 0;
  transform: opacity 1s;
  z-index: 0;
  height: 0;
  pointer-events: none;
}
.photo-text-tabs__content-item.is-active {
  z-index: 10;
  opacity: 1;
  transition: opacity 1s;
  height: -webkit-fit-content;
  height: fit-content;
  pointer-events: auto;
}
.photo-text-tabs__text, .photo-text-tabs__photo-hld {
  width: 50%;
  position: relative;
}
.photo-text-tabs__text {
  padding-right: 100px;
}
.photo-text-tabs__button {
  display: inline-block;
}
.photo-text-tabs__item-header {
  font-size: 28px;
  color: #012169;
  margin-bottom: 20px;
}
.photo-text-tabs__photo-inner {
  padding-top: 72.5%;
}
.photo-text-tabs__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.photo-text-tabs__description {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 300;
}
.photo-text-tabs__description p {
  margin-bottom: 15px;
}

@media screen and (max-width: 1239px) {
  .l-section--photo-text-tabs {
    padding: 20px 0;
  }
  .l-wrapper--photo-text-tabs {
    padding: 15px 15px 50px 15px;
  }
  .photo-text-tabs__categories-hld {
    display: none;
  }
  .photo-text-tabs__content-hld {
    overflow: hidden;
  }
  .photo-text-tabs__content-item {
    flex-direction: column;
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .photo-text-tabs__text, .photo-text-tabs__photo-hld {
    width: 100%;
  }
  .photo-text-tabs__text {
    padding-right: 15px;
    margin: 30px 0;
  }
  .photo-text-tabs__mobile-header {
    display: block;
    font-family: "Source Sans 3";
    font-size: 28px;
    font-weight: 400;
    color: #c8102e;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photo-text-tabs__text {
    padding-right: 0;
  }
}
.l-section--opinions-slider {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.l-wrapper--opinions-slider {
  --wrapper-padding: 130px;
  padding: 0 var(--wrapper-padding) 60px var(--wrapper-padding);
  position: relative;
}
.l-wrapper--opinions-slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - var(--wrapper-padding) * 2);
  background: linear-gradient(38deg, rgb(255, 255, 255) 10%, #c8102e 50%, rgb(255, 255, 255) 90%);
}
@media (max-width: 1239px) {
  .l-wrapper--opinions-slider {
    padding: 0 15px 30px 15px;
  }
}

.opinions-slider {
  /* Swiper UI */
}
.opinions-slider__content-hld {
  margin-bottom: 24px;
}
.opinions-slider__header {
  color: #012169;
  text-align: center;
}
.opinions-slider__slider-container {
  position: relative;
}
.opinions-slider__quote-icon {
  position: absolute;
  left: 0;
  top: -20px;
  width: 70px;
  height: 70px;
  z-index: 2;
  opacity: 0.3;
}
.opinions-slider__quote-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1239px) {
  .opinions-slider__quote-icon {
    display: none;
  }
}
.opinions-slider__slider-hld {
  position: relative;
  overflow: hidden;
  padding-left: 80px;
}
@media (max-width: 1239px) {
  .opinions-slider__slider-hld {
    padding-left: 0;
  }
}
.opinions-slider__slide {
  background: #fff;
  border-radius: 16px;
  padding: 28px 28px 24px;
}
.opinions-slider__text {
  display: block;
  color: #12141a;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}
.opinions-slider__sign {
  margin-top: 20px;
  font-size: 22px;
  color: #012169;
  font-style: italic;
  font-family: "Lobster";
  text-align: center;
}
.opinions-slider__sign .opinions-slider__author {
  font-weight: 400;
  color: #c8102e;
  font-family: "Cormorant Garamond";
  font-style: italic;
}
.opinions-slider__pagination,
.opinions-slider .swiper-horizontal > .swiper-pagination-bullets,
.opinions-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.opinions-slider__pagination .swiper-pagination-bullet,
.opinions-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.opinions-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #c8102e; /* cienki obrys */
  background: transparent; /* puste koło */
  opacity: 1; /* wyłączamy przezroczystość Swipera */
  position: relative;
  margin: 0; /* kontrolujemy odstępy gap'em */
  transition: transform 0.2s ease, border-color 0.2s ease;
  /* „Kulka” w środku – niewidoczna domyślnie */
  /* Hover/Focus – drobny feedback */
  /* Stan aktywny – pokazujemy „kulkę” */
}
.opinions-slider__pagination .swiper-pagination-bullet::after,
.opinions-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after,
.opinions-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c8102e; /* kolor kulki aktywnej */
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.opinions-slider__pagination .swiper-pagination-bullet:hover, .opinions-slider__pagination .swiper-pagination-bullet:focus-visible,
.opinions-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.opinions-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus-visible,
.opinions-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover,
.opinions-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:focus-visible {
  outline: none;
  transform: scale(1.1);
}
.opinions-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.opinions-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.opinions-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}
.opinions-slider__btn {
  display: none;
}
@media (max-width: 1239px) {
  .opinions-slider__btn {
    display: none;
  }
}

/* odstępy między slajdami – kontroluje Swiper (spaceBetween) *//*# sourceMappingURL=style.css.map */