@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: "Work Sans";
  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: "Noto Serif";
}
@media (max-width: 1239px) {
  .t-title {
    font-size: 40px;
    line-height: 1;
  }
}

.t-subtitle {
  font-size: 25px;
  font-family: "Work Sans";
  color: #224D2C;
  font-weight: 700;
  margin-bottom: 10px;
}

.t-content {
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
}

.basic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  min-height: 48px;
  border-radius: 14px;
  border: 2px solid #224D2C;
  background: transparent;
  color: #224D2C;
  font-family: "Work Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.basic-button:hover {
  background: #224D2C;
}
.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;
}
.basic-button--cta {
  color: #fff;
  background: #224D2C;
}
.basic-button--cta:hover {
  background: #fff;
}
.basic-button--cta:hover .text {
  color: #224D2C;
}

/* CTA / filled */
.header-font {
  font-family: "Noto Serif";
}

.decorative-font {
  font-family: "Noto Serif";
}

.content-font {
  font-family: "Work Sans";
}

.underline-btn {
  position: relative;
  padding: 15px 5px 5px 0;
}
.underline-btn .text {
  color: #224D2C;
  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 #224D2C;
  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: #272a2e;
}

.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: #224D2C;
  color: #fff;
  font-weight: bold;
  border-color: #224D2C;
}
.blog-listing__pagination li a:hover,
.blog-listing__pagination li span:hover {
  background-color: #224D2C;
  color: #fff;
  border-color: #224D2C;
}

@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: #fff;
}
.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: #fff;
  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(34, 77, 44, 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;
}
.site-top__logo a {
  height: 100%;
  width: fit-content;
}
.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: #F3F5F4;
}
.site-top__navigation .menu li ul.sub-menu li:hover a {
  color: #fff;
}
.site-top__navigation .menu li ul.sub-menu li a {
  color: #272a2e;
  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: #272a2e;
  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: #224D2C;
  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: "Work Sans";
  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: #224D2C;
  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: 2px;
  background-color: #224D2C;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in-out;
}
.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: 60%;
    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: #272a2e;
  }
  .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: #224D2C;
    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: #224D2C;
    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: "Work Sans";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #272a2e;
    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(63, 119, 84, 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: #3F7754;
  }
  .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: #3F7754;
  color: #fff;
  padding: 0 80px;
}
@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: "Work Sans";
  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: #F3F5F4;
}
.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 ul.footer__menu-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: "Work Sans";
  font-size: 14px;
}
.footer__bottom li a {
  text-decoration: none;
  transition: color 0.2s;
}
.footer__bottom li a:hover {
  color: #F3F5F4;
}

@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;
  }
}
@font-face {
  font-family: "Tenor Sans";
  src: url("../assets/fonts/TenorSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../assets/fonts/WorkSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Light (300) */
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/fonts/NotoSerif-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular (400) */
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/fonts/NotoSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Italic (400) */
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/fonts/NotoSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Medium Italic (500) */
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/fonts/NotoSerif-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* SemiBold Italic (600) */
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/fonts/NotoSerif-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* Bold (700) */
@font-face {
  font-family: "Noto Serif";
  src: url("../assets/fonts/NotoSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ===========================================
   Variant – Noto Serif Condensed (osobna rodzina)
   Przydatna do ciasnych nagłówków lub podpisów
   =========================================== */
/* Condensed Light (300) */
@font-face {
  font-family: "Noto Serif Condensed";
  src: url("../assets/fonts/NotoSerif_Condensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Condensed Regular (400) */
@font-face {
  font-family: "Noto Serif Condensed";
  src: url("../assets/fonts/NotoSerif_Condensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Condensed Medium (500) */
@font-face {
  font-family: "Noto Serif Condensed";
  src: url("../assets/fonts/NotoSerif_Condensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Condensed Medium Italic (500 italic) */
@font-face {
  font-family: "Noto Serif Condensed";
  src: url("../assets/fonts/NotoSerif_Condensed-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Condensed Medium Italic (alternate file name, keep if you plan to use) */
@font-face {
  font-family: "Noto Serif Condensed";
  src: url("../assets/fonts/NotoSerif_Condensed-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.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: 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: #224D2C;
  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: #224D2C;
  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: #224D2C;
  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: #F3F5F4;
}
@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: #224D2C;
  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: 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: #224D2C;
  color: #fff;
  border-color: #224D2C;
}
.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: #224D2C;
  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: #224D2C;
  font-size: 18px;
}
.products__tile .basic-button {
  margin-top: 20px;
  align-self: center;
  width: 100%;
  background-color: #224D2C;
  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: #272a2e;
}
.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-wrapper--banner {
  padding: 0;
  max-width: unset;
}

.banner {
  display: grid;
  grid-template-columns: 4fr 6fr;
  min-height: 85vh;
  position: relative;
}
@media (min-width: 1366px) and (max-width: 1680px) {
  .banner {
    grid-template-columns: 1fr 1fr;
  }
}
.page-home .banner {
  min-height: 100vh;
}
.page-products-listing .banner, .page-gallery .banner, .page-blog-listing .banner, .banner--blog-details {
  min-height: 80vh;
}
.page-contact .banner {
  min-height: 65vh;
}
.banner__col {
  position: relative;
}
.banner__col--left {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 130px 40px;
}
@media (min-width: 1366px) and (max-width: 1680px) {
  .banner__col--left {
    padding: 130px 30px;
  }
}
.banner__col--right {
  overflow: hidden;
  background: #fff;
}
.banner__hero {
  width: 100%;
  max-width: 760px;
}
.banner__header {
  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;
  color: #444C46;
}
.banner__subheader {
  display: block;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 400;
  color: #272a2e;
}
.banner__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.banner__scroll-down {
  position: absolute;
  left: 90px;
  bottom: 24px;
  font-size: 20px;
  color: #444C46;
  user-select: none;
  font-family: "Noto Serif";
  cursor: pointer;
}
.banner__scroll-down:hover {
  color: #b3962f;
}
.banner__picture {
  position: absolute;
  inset: 0;
  overflow: hidden;
  margin: 130px 0 90px 0;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
@media (max-width: 1239px) {
  .banner__picture {
    margin: unset;
  }
}
.banner__picture::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  pointer-events: none;
}
.banner__img, .banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner video.banner__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__gallery {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
.banner__gallery .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner__slide {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
.banner__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}

@media (max-width: 1239px) {
  .banner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .banner__col--left {
    align-items: center;
    text-align: center;
    padding: 48px 24px 32px;
  }
  .banner__hero {
    max-width: 720px;
  }
  .banner__header {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .banner__subheader {
    font-size: 20px;
    margin-bottom: 24px;
    padding: 0 8px;
  }
  .banner__cta {
    justify-content: center;
  }
  .banner__cta a {
    width: -webkit-fill-available;
  }
  .banner__scroll-down {
    display: none;
  }
  .banner__col--right {
    min-height: 48vh;
    margin-left: 15px;
  }
  .banner__picture::after {
    background: rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 767px) {
  .banner__header {
    font-size: 36px;
  }
  .banner__subheader {
    font-size: 18px;
  }
}
.l-section--photo-text-right {
  padding: 110px 0;
}
@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: 50%;
}
.photo-text-right__content-hld {
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: 150px;
}
.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;
}
.photo-text-right__photo {
  border-radius: 40px;
}
.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: 125%;
  border-radius: 40px;
}
.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: 40px;
}
.photo-text-right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.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: #272a2e;
}

@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 {
  margin: 100px 0 0 0;
  position: relative;
  background-color: #fff;
}

.l-wrapper--photo-text-left {
  margin: 0 auto;
  padding: 100px 80px;
}

.photo-text-left {
  display: flex;
  flex-direction: row;
}
.photo-text-left__photo-hld {
  position: relative;
  width: 55%;
}
@media (max-width: 1920px) {
  .photo-text-left__photo-hld {
    width: 100%;
    margin-left: 50px;
  }
}
.photo-text-left__content-hld {
  width: 50%;
  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: #F3F5F4;
  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;
}
.photo-text-left__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 70%;
}
.photo-text-left__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.photo-text-left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@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 {
  margin: 0 auto 50px auto;
}
.l-section--highlighters-with-icons.l-section--no-margin {
  margin: 0;
}
.l-section--highlighters-with-icons.l-section--has-primary-bg {
  background-color: #224D2C;
}
.l-section--highlighters-with-icons.l-section--has-primary-bg .highlighters-with-icons__header, .l-section--highlighters-with-icons.l-section--has-primary-bg .highlighters-with-icons__item-header, .l-section--highlighters-with-icons.l-section--has-primary-bg .highlighters-with-icons__item-text, .l-section--highlighters-with-icons.l-section--has-primary-bg .highlighters-with-icons__text {
  color: #fff;
}

.l-wrapper--highlighters-with-icons {
  padding: 0 40px;
}

.highlighters-with-icons__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1250px;
  margin: 0 auto 100px auto;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__content {
    gap: 10px;
  }
}
.highlighters-with-icons__header {
  color: #272a2e;
  font-weight: 700;
  margin-bottom: 35px;
}
.highlighters-with-icons__subhrader {
  color: #224D2C;
}
.highlighters-with-icons__items-container {
  display: grid;
  grid-template-columns: repeat(5, 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;
}
.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-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3F7754;
  z-index: -1;
}
.highlighters-with-icons__item-header {
  margin-bottom: 20px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #272a2e;
  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) {
  .l-section--highlighters-with-icons {
    margin: 80px 0;
  }
  .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: 1023px) {
  .l-section--highlighters-with-icons {
    margin: 60px 0;
  }
}
@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 {
  margin: 115px 0 100px;
}

.l-wrapper--content-accordions {
  padding: 0 80px;
}

.content-accordions-item {
  border: 1px solid #3F7754;
  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 #3F7754;
  font-family: "Work Sans";
  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: #3F7754;
  border-radius: 30px;
}
.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-box--editor-mode {
  cursor: pointer;
}
.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: "Work Sans";
  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 {
  font-weight: 700;
  color: #224D2C;
}

.content-accordions__title {
  margin-bottom: 60px;
}
.content-accordions__subheader {
  color: #224D2C;
}
.content-accordions__item {
  margin-top: 25px;
}
.content-accordions__item--editor-mode {
  margin: 15px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1023px) {
  .l-wrapper--content-accordions {
    padding: 0 15px;
  }
  .content-accordions__title {
    font-size: 50px;
  }
  .content-accordions__subheader {
    color: #224D2C;
  }
  .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: #224D2C;
}
.offers-tiles__tile .basic-button {
  margin-top: 30px;
  align-self: flex-start;
  background-color: #224D2C;
}
.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: #224D2C;
  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: 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 #272a2e;
  color: #272a2e;
  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: "Work Sans";
  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: "Work Sans";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2;
  position: absolute;
  top: 50%;
  transition: transform 0.3s;
}
.product-tiles__description {
  font-family: "Work Sans";
  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: "Work Sans";
  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: #224D2C;
}
.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: #272a2e;
  margin-bottom: 20px;
  line-height: 1.5;
}
.details-page__text {
  font-size: 16px;
  line-height: 1.8;
  color: #272a2e;
}
.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: 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: "Noto Serif";
  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: #272a2e;
  font-family: "Work Sans";
}
.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: "Work Sans";
  margin: 15px 0 5px 0;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.blog-item__name {
  font-size: 24px;
  color: #272a2e;
  font-family: "Noto Serif";
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1;
  min-height: 78px;
  padding: 0 15px;
}
.blog-item__content {
  color: #272a2e;
  line-height: 1.5;
  font-weight: 300;
  font-size: 14px;
  padding: 0 15px;
}
.blog-item__read-more {
  display: block;
  margin-top: 15px;
  color: #272a2e;
  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: #224D2C;
  text-decoration: none;
}
.map-text__content strong {
  font-weight: 700;
  color: #224D2C;
}
@media (max-width: 1023px) {
  .map-text__content {
    align-items: center;
    text-align: center;
  }
}
.map-text__header {
  color: #224D2C;
  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: 100px 0;
  background-color: #3F7754;
}

.contact-form__header {
  color: #fff;
}
.contact-form__subheader {
  color: #fff;
  font-size: 25px;
}
.contact-form__container {
  display: flex;
  gap: 50px;
  align-items: stretch;
  margin-top: 70px;
}
@media (max-width: 1239px) {
  .contact-form__container {
    flex-direction: column;
  }
}
.contact-form__col {
  flex-basis: 50%;
}
@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;
  gap: 15px;
}
.contact-form__info-header {
  font-family: "Noto Serif";
  color: #F3F5F4;
  font-size: 25px;
  margin-bottom: 40px;
}
.contact-form__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  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: "Work Sans";
  color: #fff;
  transition: color 0.2s;
  line-height: 1.6;
}
.contact-form__form-hld {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 500px;
}
@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: #224D2C;
  border-radius: 50px;
  position: relative;
  display: none;
}

.wp-theme-dostepni-plus div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.wp-theme-dostepni-plus div.wpforms-container-full {
  width: 100%;
}
.wp-theme-dostepni-plus .wpforms-container .wpforms-field {
  padding: 5px 0;
}
.wp-theme-dostepni-plus .wpforms-container .wpforms-form .wpforms-field-sublabel,
.wp-theme-dostepni-plus .wpforms-container .wpforms-form .wpforms-field-label {
  display: none;
}
.wp-theme-dostepni-plus div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.wp-theme-dostepni-plus #wpforms-8-field_6 {
  margin-top: 15px;
}
.wp-theme-dostepni-plus div.wpforms-container-full input[type=text],
.wp-theme-dostepni-plus div.wpforms-container-full input[type=email],
.wp-theme-dostepni-plus div.wpforms-container-full textarea {
  border: 1px solid #fff;
  padding: 30px 25px;
}
.wp-theme-dostepni-plus div.wpforms-container-full input[type=text]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=email]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full textarea::placeholder {
  text-indent: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}
.wp-theme-dostepni-plus div.wpforms-container-full input[type=date]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=datetime]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=datetime-local]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=email]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=month]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=number]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=password]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=range]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=search]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=tel]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=text]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=time]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=url]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full input[type=week]::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full select::placeholder,
.wp-theme-dostepni-plus div.wpforms-container-full textarea::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=date]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=datetime]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=datetime-local]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=email]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=month]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=number]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=password]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=range]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=search]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=tel]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=text]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=time]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=url]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full input[type=week]::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full select::placeholder,
.wp-theme-dostepni-plus .wp-core-ui div.wpforms-container-full textarea::placeholder {
  color: #000;
  opacity: 1;
}
.wp-theme-dostepni-plus div.wpforms-container-full button[type=submit].basic-button,
.wp-theme-dostepni-plus div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  min-height: 48px;
  border-radius: 14px;
  border: 2px solid #224D2C;
  background: transparent;
  color: #224D2C;
  font-family: "Work Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background-color: #224D2C !important;
  color: #fff;
}
.wp-theme-dostepni-plus div.wpforms-container-full button[type=submit]:hover {
  background-color: #fff !important;
  color: #272a2e;
  background: none;
}
.wp-theme-dostepni-plus .mailerlite-form-title {
  margin-bottom: 20px;
}
.wp-theme-dostepni-plus .mailerlite-form-title h3 {
  font-family: "Noto Serif";
  color: #513316;
  font-size: 25px;
}
.wp-theme-dostepni-plus .mailerlite-form-description {
  font-family: "Work Sans";
  color: #272a2e;
  font-size: 18px;
}
.wp-theme-dostepni-plus .mailerlite-form-inputs {
  display: flex;
}
.wp-theme-dostepni-plus .mailerlite-form-inputs .mailerlite-form-field {
  flex-grow: 1;
  margin-bottom: 0;
}
.wp-theme-dostepni-plus .mailerlite-form-inputs input#mailerlite-1-field-email {
  border: 2px solid #224D2C;
  border-radius: 50px;
  width: 100%;
  padding: 15px 30px;
  background-color: rgba(34, 77, 44, 0.1);
}
.wp-theme-dostepni-plus .mailerlite-form-inputs input#mailerlite-1-field-email::placeholder {
  font-family: "Work Sans";
  color: #F3F5F4;
  padding: 0;
  text-indent: 0;
  padding-left: 0;
  text-align: left;
}
.wp-theme-dostepni-plus .mailerlite-form-inputs .mailerlite-subscribe-button-container button.mailerlite-subscribe-submit {
  display: block;
  height: 100%;
  padding: 0 50px;
  background-color: transparent;
  border: 2px solid #224D2C;
  border-left: none;
  border-radius: 0 50px 50px 0;
  position: relative;
  left: -17px;
  font-family: "Noto Serif";
  color: #F3F5F4;
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 17px;
}
.wp-theme-dostepni-plus .mailerlite-form-inputs .mailerlite-subscribe-button-container button.mailerlite-subscribe-submit:hover {
  background-color: #224D2C;
  color: #fff;
}
.wp-theme-dostepni-plus .mailerlite-form .mailerlite-form-field label {
  display: none;
}
@media screen and (max-width: 767px) {
  .wp-theme-dostepni-plus .wpforms-field-container {
    display: flex;
    flex-direction: column;
  }
  .wp-theme-dostepni-plus .l-section--contact-form {
    padding: 70px 0;
  }
  .wp-theme-dostepni-plus .contact-form__header {
    margin-bottom: 20px;
  }
  .wp-theme-dostepni-plus .contact-form__container {
    flex-direction: column;
    gap: 45px;
    overflow: hidden;
    margin-top: 30px;
  }
  .wp-theme-dostepni-plus .contact-form__col--info {
    gap: 0;
  }
  .wp-theme-dostepni-plus .contact-form__newsletter-image-bg {
    top: -175px;
    right: -55px;
    width: 200px;
  }
  .wp-theme-dostepni-plus .contact-form__image-bg {
    top: -180px;
    width: 250px;
  }
  .wp-theme-dostepni-plus .contact-form__info-container {
    padding: 0;
  }
  .wp-theme-dostepni-plus .mailerlite-form-inputs {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wp-theme-dostepni-plus .mailerlite-form-inputs .mailerlite-form-field,
  .wp-theme-dostepni-plus .mailerlite-form .mailerlite-subscribe-button-container,
  .wp-theme-dostepni-plus .mailerlite-form-inputs .mailerlite-subscribe-button-container button.mailerlite-subscribe-submit {
    width: 100%;
  }
  .wp-theme-dostepni-plus .mailerlite-form-inputs .mailerlite-subscribe-button-container button.mailerlite-subscribe-submit {
    border-left: 2px solid #224D2C;
    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(39, 42, 46, 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 #224D2C;
  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: #272a2e;
}
.basic-text__page-title {
  text-align: center;
}
.basic-text p {
  font-family: "Work Sans";
  font-size: 15px;
  font-weight: 400;
  color: #272a2e;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  margin: 15px 0;
}
.basic-text h2,
.basic-text h3,
.basic-text h4 {
  font-family: "Noto Serif";
  font-weight: 700;
}
.basic-text h2 {
  font-size: 40px;
  line-height: 1.88;
  margin: 30px 0;
}
.basic-text h3 {
  font-size: 45px;
  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: "Work Sans";
  font-size: 18px;
  font-weight: 300;
  color: #272a2e;
  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: #224D2C;
}
.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: 80px 0;
}

.photo-text-tabs__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.photo-text-tabs__title {
  color: #272a2e;
}
.photo-text-tabs__subtitle {
  color: #224D2C;
}
.photo-text-tabs__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  margin: 100px auto 70px auto;
  max-width: 1200px;
}
.photo-text-tabs__category-item {
  font-family: "Work Sans";
  font-size: 21px;
  font-weight: 400;
  color: #224D2C;
  position: relative;
  background-color: transparent;
}
.photo-text-tabs__category-item:hover {
  cursor: pointer;
}
.photo-text-tabs__category-item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 3px;
  background-color: #224D2C;
}
.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: #F3F5F4;
}
.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: 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__item-header {
  font-size: 28px;
  color: #224D2C;
  margin-bottom: 20px;
}
.photo-text-tabs__photo-inner {
  padding-top: 72.5%;
  border-radius: 40px;
}
.photo-text-tabs__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.photo-text-tabs__description {
  margin-bottom: 35px;
}

@media screen and (max-width: 1023px) {
  .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-bottom: 30px;
  }
  .photo-text-tabs__mobile-header {
    display: block;
    font-family: "Work Sans";
    font-size: 28px;
    font-weight: 400;
    color: #F3F5F4;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photo-text-tabs__text {
    padding-right: 0;
  }
}/*# sourceMappingURL=style.css.map */