@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;
}

body {
  font-family: "NotoSans", sans-serif;
}
body .technical-name {
  display: none;
}
body.logged-in .technical-name {
  display: flex;
}

.l-wrapper {
  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: 40px;
  font-family: "Lora", serif;
  font-weight: 400;
  color: #000;
}
@media (max-width: 1239px) {
  .t-title {
    font-size: 50px;
    line-height: 1;
  }
}

.t-subtitle {
  font-size: 25px;
  font-family: "NotoSans", sans-serif;
  color: #1F1A17;
  font-weight: 300;
}

.t-content {
  line-height: 1.6;
  font-weight: 300;
  font-size: 16px;
}

.basic-button {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-family: "NotoSans", sans-serif;
  color: #1F1A17;
  transition: background-color 0.2s;
  border: 1px solid #1F1A17;
}
@media (max-width: 1239px) {
  .page-content .background-photo-text-fixed .basic-button {
    color: #fff;
    border: 1px solid #fff;
  }
}
.banner .basic-button {
  border: 1px solid #fff;
  color: #fff;
}
.basic-button:hover {
  background-color: #D00B21;
  color: #fff;
}

.header-font {
  font-family: "Lora", serif;
}

.decorative-font {
  font-family: "Lora", serif;
}

.content-font {
  font-family: "NotoSans", sans-serif;
}

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

.site-top .menu-desktop-container .current_page_item a, .site-top.is-scrolled .menu-desktop-container .current_page_item a {
  color: #D00B21;
}
.mobile-nav .current_page_item {
  background-color: transparent;
}
.mobile-nav .current_page_item a {
  color: #F0E9DB;
}

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

.l-wrapper--blog-listing {
  padding: 0 40px;
}
@media (min-width: 1441px) {
  .l-wrapper--blog-listing {
    padding: 0 80px;
  }
}
@media (max-width: 1239px) {
  .l-wrapper--blog-listing {
    padding: 0 15px;
  }
}

.blog-listing__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page {
  font-family: "NotoSans", sans-serif;
}
.page__wrapper {
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
}
@media (min-width: 1441px) {
  .page__wrapper {
    padding: 0 80px;
  }
}
@media (max-width: 1239px) {
  .page__wrapper {
    padding: 0;
  }
}
.page__col {
  padding-top: 20px;
}
.page__col--left {
  width: 76%;
}
.page-content .page__col--left {
  padding-top: 120px;
}
@media (max-width: 1239px) {
  .page__col--left {
    width: 100%;
    padding-left: 0;
  }
}
.page__col--right {
  width: 24%;
}
@media (max-width: 1239px) {
  .page__col--right {
    display: none;
  }
}
.page__sticky-box {
  position: sticky;
  top: 180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 55px;
}
.page__latest-posts {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #1F1A17;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__latest-posts-title {
  font-family: "Lora", serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.page__latest-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page__latest-posts-item {
  margin-bottom: 10px;
  text-align: center;
}
.page__latest-posts-item a {
  text-decoration: none;
  color: #1F1A17;
  font-weight: 300;
}
.page__latest-posts-item a:hover {
  color: #D00B21;
}
.page__box-button {
  margin-top: 15px;
  width: fit-content;
}
.page__ad-banner {
  background-color: #F0E9DB;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Lora", serif;
  border: 1px solid #1F1A17;
  position: relative;
}
@media (min-width: 1441px) {
  .page__ad-banner {
    height: 320px;
  }
}
.page__ad-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page__ad-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.page__section {
  margin-bottom: 60px;
}
.page__section-title {
  font-family: "Lora", serif;
  font-size: 28px;
  margin-bottom: 20px;
}

@keyframes AnimationName {}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.site-top {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  width: 100%;
  z-index: 100;
  border: 1px solid #000;
  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);
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s;
  background-color: #fff;
}
.site-top.is-scrolled .menu-desktop-container a, .page-simple-text .site-top .menu-desktop-container a {
  color: #fff;
}
.site-top.is-scrolled .basic-button, .page-simple-text .site-top .basic-button {
  border: 1px solid #F0E9DB;
  color: #F0E9DB;
}
.site-top.is-scrolled .basic-button:hover, .page-simple-text .site-top .basic-button:hover {
  color: #fff;
}
.site-top__top {
  margin-top: 15px;
}
.site-top__bottom {
  flex: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  background-color: #000;
}
.site-top__socials-hld {
  display: flex;
  gap: 20px;
}
.site-top__social-item {
  width: 24px;
  height: 24px;
}
.site-top__social-item img {
  width: 100%;
  height: 100%;
}
.site-top__logo {
  height: 60px;
  position: relative;
}
.site-top__logo a {
  height: 100%;
  width: fit-content;
}
.site-top__logo img {
  height: 45px;
}
.site-top__navigation {
  margin-left: 60px;
  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:hover a {
  color: #D00B21;
}
.site-top__navigation .menu li ul.sub-menu {
  display: none;
  /* Domyślnie ukrywamy podmenu */
  position: absolute;
  top: calc(100% + 10px);
  /* Umiejscowienie podmenu pod nadrzędnym elementem */
  left: 0;
  background-color: #F0E9DB;
  /* Kolor tła podmenu */
  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;
  /* Rozszerzenie strefy aktywnej nad podmenu */
  left: 0;
  width: 100%;
  height: 10px;
  /* Wysokość strefy */
  background: transparent;
  /* Niewidzialne */
}
.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: #F0E9DB;
}
.site-top__navigation .menu li ul.sub-menu li:hover a {
  color: #D00B21;
}
.site-top__navigation .menu li ul.sub-menu li a {
  color: #1F1A17;
  text-decoration: none;
  font-size: 15px;
}
.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: #1F1A17;
  font-weight: 300;
}
.site-top__contact {
  display: flex;
  gap: 25px;
}
.site-top__contact-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.14;
  letter-spacing: -0.28px;
  color: #1F1A17;
}
.site-top__contact-item a {
  color: #1F1A17;
}
.site-top__contact-ico {
  margin-right: 15px;
  position: relative;
}
.site-top__contact-ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-top .menu-desktop-container {
  font-family: "Lora", serif;
  font-size: 25px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul.menu {
  display: flex;
  gap: 25px;
  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:hover {
  cursor: pointer;
}
.site-top .menu-desktop-container a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.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: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #D00B21;
    letter-spacing: 1px;
    color: #fff;
    border: none;
  }
  .mobile-nav__logo {
    height: 100%;
    width: fit-content;
    padding: 15px 10px 10px 10px;
  }
  .mobile-nav__logo img {
    height: 35px;
  }
  .mobile-nav__hamburger-hld {
    position: fixed;
    top: 0;
    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: #1F1A17;
    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: #1F1A17;
    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;
    /* Stylizacja podmenu */
    /* Klasa 'expanded' dla rodzica */
  }
  .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: "NotoSans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #1F1A17;
    text-transform: uppercase;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li.current_page_item a {
    color: #D00B21;
  }
  .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;
    /* Dostosuj do zawartości */
    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(208, 11, 33, 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 {
    width: 95px;
    margin-left: 15px;
  }
  .mobile-nav__footer {
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(31, 26, 23, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px 10px 20px;
  }
  .mobile-nav__footer .text {
    font-size: 14px;
  }
  .mobile-nav__footer .link {
    display: inline-block;
  }
  .mobile-nav__footer .link .icon {
    height: 100%;
  }
  .mobile-nav__footer .link .icon img {
    width: auto;
    height: 100%;
  }
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0 20px 0;
}
.footer__wrapper {
  display: flex;
  justify-content: wrap;
  flex-direction: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.footer__col {
  flex: 1 1 30%;
  margin: 20px;
}
.footer__title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.footer__text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: "NotoSans", sans-serif;
  font-weight: 300;
}
.footer__social-icons-hld {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.footer__social {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.footer__social-link {
  display: inline-block;
  width: 24px;
  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: #F0E9DB;
}
.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: #F4E3B2;
}
.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 80px 0 80px;
  border-top: 1px solid #fff;
  margin-top: 20px;
  gap: 50px;
}
.footer__bottom .page-item-2 {
  display: none;
}
.footer__bottom .footer__links {
  list-style-type: none;
}
.footer__bottom .footer__links li {
  text-decoration: none;
}
.footer__bottom a {
  color: #fff;
}
.footer__bottom a:hover {
  color: #D00B21;
}
.footer__bottom .current_page_item {
  background-color: transparent;
}
.footer__bottom .current_page_item a {
  color: #D00B21;
}
.footer__bottom .footer__credits {
  font-size: 14px;
  font-weight: 300;
}
.footer__menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: "NotoSans", sans-serif;
  font-size: 14px;
}
.footer__menu li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer__menu li a:hover {
  color: #D00B21;
}

@media (max-width: 1023px) {
  .footer__bottom {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 20px 20px 60px 20px;
    gap: 25px;
  }
  .footer__bottom .footer__menu-list ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../assets/fonts/NotoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../assets/fonts/NotoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../assets/fonts/NotoSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../assets/fonts/NotoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../assets/fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@keyframes AnimationName {}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.banner {
  background-color: #F0E9DB;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px;
  border: 1px solid #000;
  border-bottom: none;
  position: relative;
  height: 85vh;
}
@media (min-width: 1441px) {
  .banner {
    padding: 0 80px;
  }
}
.page-home .banner {
  height: 100vh;
}
.banner__ticker {
  position: absolute;
  top: 130px;
  left: 20px;
  right: 20px;
  height: 60px;
  background-color: #000;
  overflow: hidden;
  z-index: 99;
}
.logged-in .banner__ticker {
  top: 160px;
}
@media (min-width: 1441px) {
  .banner__ticker {
    left: 80px;
    right: 80px;
  }
}
@media (max-width: 1239px) {
  .banner__ticker {
    display: none;
  }
}
.banner__ticker-inner {
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  line-height: 60px;
  padding-left: 100%;
  display: inline-block;
  animation: ticker-scroll 15s linear infinite;
}
.banner__left, .banner__right {
  height: 100%;
}
.banner__left {
  width: 75%;
  position: relative;
}
@media (max-width: 1239px) {
  .banner__left {
    width: 100%;
  }
}
.banner__left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(208, 11, 33, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__right {
  width: 25%;
}
@media (max-width: 1239px) {
  .banner__right {
    display: none;
  }
}
.banner__picture {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banner__picture video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner__picture::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.banner__img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.banner__logo-hero {
  height: 250px;
}
.banner__logo-hero img {
  width: auto;
  height: 100%;
}
.banner__hero {
  position: absolute;
  bottom: 200px;
  left: 120px;
  width: 850px;
  z-index: 10;
  max-width: 95%;
}
@media (max-width: 1239px) {
  .banner__hero {
    top: 50%;
    bottom: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: max-content;
  }
}
.banner__header {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1239px) {
  .banner__header {
    font-size: 35px;
  }
}
.banner__subheader {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (max-width: 1239px) {
  .banner__subheader {
    font-size: 20px;
  }
}
.banner__video-placeholder {
  height: 100%;
  width: 100%;
  position: relative;
}
.banner__video-placeholder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner__video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.banner__scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 1239px) {
  .banner {
    padding-top: 0;
  }
  .banner__picture img,
  .banner__picture video {
    height: 100%;
  }
  .banner__info {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 0;
  }
  .banner__header {
    margin: 0 auto 20px auto;
  }
  .banner__subheader {
    padding: 0 30px;
  }
  .banner__socials {
    display: none;
  }
}
.l-section--photo-text-right {
  padding: 100px 0;
  position: relative;
}
.page-content .l-section--photo-text-right {
  padding: 0;
  margin: 80px 0;
}
.l-section--photo-text-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background-color: #fff;
  width: 100vw;
  z-index: -1;
}
.page-content .l-section--photo-text-right::before {
  content: none;
}
@media (min-width: 1441px) {
  .l-section--photo-text-right::before {
    left: -80px;
  }
}
@media (max-width: 1239px) {
  .l-section--photo-text-right::before {
    left: 0;
  }
}

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

.photo-text-right {
  display: flex;
  flex-direction: row;
  position: relative;
}
.photo-text-right__photo-hld {
  position: relative;
  width: 47%;
}
.photo-text-right__content-hld {
  position: relative;
  width: 53%;
  display: flex;
  align-items: center;
}
.photo-text-right__content {
  margin-left: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-right__header h2 {
  position: relative;
  margin-bottom: 25px;
  color: #000;
}
.photo-text-right__button {
  margin-top: 35px;
}
.photo-text-right__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 75%;
}
.page-content .photo-text-right__photo-inner {
  padding-top: 120%;
}
.photo-text-right__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-right {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-right {
    padding: 0 30px;
  }
  .photo-text-right__subheader {
    line-height: 1;
    font-size: 30px;
  }
  .photo-text-right__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .photo-text-right {
    flex-direction: column;
  }
  .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-top: 50px;
  }
  .photo-text-right__content {
    margin: 0 auto;
  }
  .photo-text-right__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-right__text {
    max-width: unset;
  }
  .photo-text-right__photo-inner {
    padding-top: 125%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-right {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-right {
    padding: 0 15px;
  }
}
.l-section--photo-text-right-sec {
  margin: 110px 0 0 0;
}

.l-wrapper--photo-text-right-sec {
  padding: 0 150px 0 50px;
}

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

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

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

.photo-text-left {
  display: flex;
  flex-direction: row;
}
.photo-text-left__photo-hld {
  position: relative;
  width: 55%;
}
.photo-text-left__content-hld {
  width: 70%;
  display: flex;
  align-items: center;
  margin-right: 70px;
  position: relative;
}
.photo-text-left__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-left__header-hld {
  margin-bottom: 80px;
  color: #F0E9DB;
  position: relative;
  z-index: 2;
}
@media (max-width: 1441px) {
  .photo-text-left__header-hld {
    left: 0;
    margin-bottom: 20px;
  }
}
.photo-text-left__text {
  max-width: 600px;
}
.photo-text-left__button {
  margin-top: 20px;
}
.photo-text-left__photo {
  position: relative;
}
.photo-text-left__photo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.photo-text-left__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 118.1988742964%;
}
.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: 75%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 15px;
  }
}
.l-section--photo-text-left-sec {
  margin: 70px 0 70px 0;
}

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

.photo-text-left-sec {
  display: flex;
  flex-direction: row;
}
.photo-text-left-sec__photo-hld {
  position: relative;
  width: 48%;
  padding: 15px;
  border: 1px solid #D00B21;
  transition: background-color 0.3s;
}
.photo-text-left-sec__photo-hld:hover {
  background-color: #D00B21;
  cursor: pointer;
}
.photo-text-left-sec__photo-hld:hover .photo-text-left-sec__photo {
  transform: scale(0.97);
}
.photo-text-left-sec__photo-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #D00B21;
  background-color: #fff;
  z-index: 2;
  border-right: none;
  border-bottom: none;
}
.photo-text-left-sec__photo-button::before, .photo-text-left-sec__photo-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 20px;
  background-color: #D00B21;
}
.photo-text-left-sec__photo-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.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__buttons-hld {
  display: flex;
  gap: 20px;
}
@media (max-width: 1239px) {
  .photo-text-left-sec__buttons-hld {
    flex-direction: column;
    align-items: center;
  }
}
.photo-text-left-sec__button_sec .basic-button {
  border: 1px solid #D00B21;
}
.photo-text-left-sec__button_sec .basic-button .text {
  color: #D00B21;
}
.photo-text-left-sec__button_sec .basic-button:hover .text {
  color: #fff;
}
.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 {
  border: 1px solid #D00B21;
  transition: transform 0.3s;
  display: block;
}
.photo-text-left-sec__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 130%;
}
.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: 135%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left-sec {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left-sec {
    padding: 0 15px;
  }
}
.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__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  margin: 100px auto 50px auto;
  max-width: 1200px;
}
.photo-text-tabs__category-item {
  font-family: "NotoSans", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #F0E9DB;
  position: relative;
}
.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: #F0E9DB;
}
.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: #F0E9DB;
}
.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__mobile-header {
  display: none;
}
.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;
}
.photo-text-tabs__description {
  font-family: "NotoSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 45px;
  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: "NotoSans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #F0E9DB;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photo-text-tabs__text {
    padding-right: 0;
  }
}
.l-section--offers-slider {
  padding: 80px 0;
}

.offers-slider {
  position: relative;
}
.offers-slider__wrapper-hld {
  overflow: hidden;
}
.offers-slider__wrapper {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.offers-slider__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.offers-slider__header .t-title {
  color: #F0E9DB;
}
.offers-slider__item-content-hld {
  border: 1px solid #F0E9DB;
}
.offers-slider__item-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}
.offers-slider__item-header {
  height: fit-content;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "NotoSans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #F0E9DB;
  border-bottom: 1px solid #F0E9DB;
  text-align: center;
}
.offers-slider__item-name {
  font-family: "NotoSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #F0E9DB;
}
.offers-slider__item-value {
  font-family: "NotoSans", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #F0E9DB;
}
.offers-slider__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70px;
  border-top: 1px solid #F0E9DB;
  background-color: #fff;
  font-family: "NotoSans", sans-serif;
  font-size: 23px;
  font-weight: 300;
  color: #F0E9DB;
  transition: background-color 0.2s;
}
.offers-slider__item-button:hover {
  background-color: #F0E9DB;
  cursor: pointer;
}
.offers-slider__item-button:hover .text {
  color: #fff;
}
.offers-slider__swiper-pagination-hld {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.offers-slider__swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 30px;
}
.offers-slider__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.offers-slider__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F0E9DB;
}
.offers-slider__bottom-btn-hld {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.l-section--highlighters-with-text {
  margin: 120px 0;
}

.l-wrapper--highlighters-with-text {
  padding: 120px 20px;
}

.highlighters-with-text__content-hld {
  margin: 0 190px 0 110px;
}
.highlighters-with-text__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 60px;
  align-items: center;
}
.highlighters-with-text__text {
  max-width: 900px;
}
.highlighters-with-text__header {
  max-width: 460px;
  color: #F0E9DB;
}
.highlighters-with-text__adventages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.highlighters-with-text__adventages-item {
  grid-column: 1fr;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.73;
  letter-spacing: em(-0.44, 22);
  color: #000;
  position: relative;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #D00B21;
}
.highlighters-with-text__image-svg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1239px) {
  .highlighters-with-text__content {
    display: flex;
    flex-direction: column;
  }
  .highlighters-with-text__content-hld {
    margin: 0 40px;
  }
  .highlighters-with-text__text, .highlighters-with-text__header {
    max-width: unset;
    text-align: center;
  }
  .highlighters-with-text__adventages {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .l-section--highlighters-with-text {
    margin: 40px 0;
  }
  .l-wrapper--highlighters-with-text {
    padding: 70px 15px;
  }
  .highlighters-with-text__adventages {
    grid-template-columns: auto;
    margin-top: 50px;
  }
}
.l-section--highlighters-with-icons {
  position: relative;
  padding: 40px 0;
}
.l-section--highlighters-with-icons::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background-color: #fff;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1441px) {
  .l-section--highlighters-with-icons::before {
    left: -80px;
  }
}
@media (max-width: 1239px) {
  .l-section--highlighters-with-icons::before {
    left: 0;
  }
}

.highlighters-with-icons__items-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.highlighters-with-icons__item {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.highlighters-with-icons__item:nth-child(even) {
  background-color: #D00B21;
}
.highlighters-with-icons__item:nth-child(even) .highlighters-with-icons__item-header {
  color: #fff;
}
.highlighters-with-icons__item-icon {
  max-width: 70px;
  margin-bottom: 25px;
}
.highlighters-with-icons__item-icon img {
  width: 100%;
}
.highlighters-with-icons__item-header {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1.15px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1239px) {
  .l-section--highlighters-with-icons {
    margin: 80px 0;
  }
  .highlighters-with-icons__items-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .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);
  }
  .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--highlighters-with-header {
  margin: 120px 0;
}

.l-wrapper--highlighters-with-header {
  padding: 120px 20px;
}

.highlighters-with-header__header {
  max-width: 620px;
  color: #F0E9DB;
  text-align: center;
  margin: 0 auto;
}
.highlighters-with-header__adventages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.highlighters-with-header__adventages-item {
  grid-column: 1fr;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.73;
  letter-spacing: em(-0.44, 22);
  color: #000;
  position: relative;
  border: 1px solid #D00B21;
}
.highlighters-with-header__image-svg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1239px) {
  .highlighters-with-header__content {
    display: flex;
    flex-direction: column;
  }
  .highlighters-with-header__content-hld {
    margin: 0 40px;
  }
  .highlighters-with-header__text, .highlighters-with-header__header {
    max-width: unset;
    text-align: center;
  }
  .highlighters-with-header__adventages {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .l-section--highlighters-with-header {
    margin: 40px 0;
  }
  .l-wrapper--highlighters-with-header {
    padding: 70px 15px;
  }
  .highlighters-with-header__adventages {
    grid-template-columns: auto;
    margin-top: 50px;
  }
}
.background-photo-text {
  position: relative;
}
.background-photo-text__photo-hld {
  position: relative;
  width: 100%;
}
.background-photo-text__photo-hld::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.background-photo-text__photo-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
  overflow: hidden;
}
.background-photo-text__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-photo-text__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.background-photo-text__content-hld {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 140px;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 410px;
  gap: 40px;
  z-index: 100;
}
.background-photo-text__header {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 7.2px;
  color: #fff;
}
.background-photo-text__text {
  color: #fff;
}
.background-photo-text__small-photo-hld {
  position: absolute;
  right: 150px;
  bottom: -125px;
  width: 14%;
  z-index: 100;
}
.background-photo-text__small-photo-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 132.1243523316%;
  overflow: hidden;
}
.background-photo-text__small-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-photo-text__small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 1239px) {
  .l-section--background-photo-text {
    margin: 70px 0;
  }
}
@media (max-width: 1023px) {
  .background-photo-text__photo-inner {
    padding-top: 100vh;
  }
  .background-photo-text__small-photo-hld {
    display: none;
  }
  .background-photo-text__content-hld {
    margin-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .l-section--background-photo-text {
    margin: 40px 0;
  }
  .l-wrapper--background-photo-text {
    padding: 0 15px;
  }
}
.l-section--background-photo-text-fixed {
  margin: 100px 0;
}

.background-photo-text-fixed__inner {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
@media (max-width: 1239px) {
  .background-photo-text-fixed__inner {
    padding-bottom: 150%;
  }
}
.background-photo-text-fixed__image-hld {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.background-photo-text-fixed__image-hld::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.background-photo-text-fixed__image-inner {
  height: 100%;
  position: relative;
}
.background-photo-text-fixed__image-inner img {
  height: 115%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.background-photo-text-fixed__tab {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #fff;
  padding: 40px;
  max-width: 450px;
  z-index: 1000;
  border: 1px solid #1F1A17;
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1239px) {
  .background-photo-text-fixed__tab {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 15px;
    border: none;
    background-color: transparent;
  }
}
@media (max-width: 1239px) {
  .background-photo-text-fixed__header, .background-photo-text-fixed__content {
    color: #fff;
  }
}

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

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

.gallery-mosaic {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-mosaic__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 60px;
}
.gallery-mosaic__filters .filter-btn {
  padding: 10px 20px;
  margin: 0 10px;
  color: #1F1A17;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: transparent;
  position: relative;
  display: block;
  font-weight: 300;
}
.gallery-mosaic__filters .filter-btn.active {
  color: #D00B21;
}
.gallery-mosaic__filters .filter-btn.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F0E9DB;
}
.gallery-mosaic__filters .filter-btn:hover {
  color: #D00B21;
  transition: color 0.3s;
}
.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: #F0E9DB;
  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--services-slider {
  margin: 240px 0 0;
}

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

.services-slider {
  display: flex;
}
.services-slider__col--content {
  width: 40%;
}
.services-slider__col--slider {
  width: 60%;
}
.services-slider__text {
  font-size: 24px;
  line-height: 1.4;
  color: #F0E9DB;
  max-width: 430px;
  margin-bottom: 40px;
  font-weight: 300;
}
.services-slider__header {
  color: #1F1A17;
  margin-bottom: 32px;
  line-height: 1.1;
}
.services-slider__slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 400px;
  width: 300px;
}
.services-slider__slider-photo {
  height: 300px;
  width: 100%;
  position: relative;
}
.services-slider__slider-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-slider__slider-content {
  height: 100px;
  width: 100%;
  border-top: none;
  padding: 10px 10px 10px 5px;
}
.services-slider__slider-name {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #000;
  font-style: italic;
}

@media (min-width: 1441px) {
  .l-wrapper--services-slider {
    padding: 0 0 0 200px;
  }
}
@media (max-width: 1239px) {
  .l-section--services-slider {
    margin: 70px 0;
  }
  .l-wrapper--services-slider {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .services-slider {
    flex-direction: column;
  }
  .services-slider__col--content, .services-slider__col--slider {
    width: 100%;
  }
  .services-slider__col--content {
    margin-bottom: 50px;
  }
  .services-slider__text {
    padding-right: 20px;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .l-section--services-slider {
    margin: 40px 0;
  }
}
.l-wrapper--photo-slider {
  padding: 120px 280px;
  max-width: 1680px;
  margin: 0 auto;
}

.photo-slider {
  width: 100%;
  position: relative;
}
.photo-slider__photo-hld {
  position: relative;
  width: 100%;
}
.photo-slider__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 65.3477218225%;
}
.photo-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
}
.photo-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-slider .swiper {
  overflow: visible;
}
.photo-slider__button {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: translateY(-50%);
  z-index: 10;
  transition: background-color 0.3s;
  border: 1px solid #F0E9DB;
}
.photo-slider__button img {
  width: 50px;
}
.photo-slider__button--next {
  position: absolute;
  top: 50%;
  right: -35px;
}
.photo-slider__button--prev {
  position: absolute;
  top: 50%;
  left: -35px;
}
.photo-slider__button:hover {
  background-color: #F0E9DB;
  cursor: pointer;
}

@media (max-width: 1239px) {
  .l-section--photo-slider {
    margin: 70px 0;
  }
  .l-wrapper--photo-slider {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-slider__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-section--photo-slider {
    margin: 40px 0;
  }
  .l-wrapper--photo-slider {
    padding: 0;
  }
  .photo-slider .swiper {
    overflow: hidden;
  }
}
.contact-map {
  display: flex;
  flex-direction: column;
}
.contact-map__row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.contact-map__info, .contact-map__map {
  width: 50%;
  min-height: 150px;
}
.contact-map__info {
  padding: 115px 0 115px 220px;
}
.contact-map__map {
  position: relative;
}
.contact-map__map img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-map__map .header-button {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}
.contact-map .contact-mobile-btn {
  display: none;
}
.contact-map__adress-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 25px;
}
.contact-map__content {
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #F0E9DB;
  line-height: 1.88;
  letter-spacing: -0.32px;
  margin-left: 35px;
}
.contact-map__content a {
  display: block;
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #F0E9DB;
  line-height: 1.88;
  letter-spacing: -0.32px;
}
.contact-map__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.contact-map__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid #F0E9DB;
  border-radius: 50%;
}
.contact-map__icon::before img {
  width: 15px;
}
.contact-map__icon.emergency::before {
  color: #F0E9DB;
  border: 1px solid #F0E9DB;
}
.contact-map .emergency {
  color: #F0E9DB !important;
}
.contact-map .emergency::before {
  border: 1px solid #F0E9DB !important;
}
.contact-map__row:nth-of-type(2) .contact-map__icon::before {
  border: 1px solid #F0E9DB;
}
.contact-map__row:nth-of-type(2) .contact-map__icon.emergency {
  color: #F0E9DB;
}
.contact-map__row:nth-of-type(2) .contact-map__icon.emergency::before {
  border: 1px solid #F0E9DB;
}
.contact-map__row:nth-of-type(2) .contact-map__content {
  color: #F0E9DB;
}
.contact-map__row:nth-of-type(2) .contact-map__content a {
  color: #F0E9DB;
}

@media (max-width: 1239px) {
  .contact-map {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .l-wrapper--contact-map {
    padding: 0 15px;
  }
  .contact-map__map {
    display: none;
  }
  .contact-map__info {
    width: 100%;
    padding: 20px 15px;
  }
  .contact-map .contact-mobile-btn {
    display: block;
  }
}
.l-section--intro-text {
  margin: 60px 0;
}

.l-wrapper--intro-text {
  padding: 0 130px;
  max-width: 1680px;
  margin: 0 auto;
}

.intro-text__header {
  font-family: "Lora", serif;
  font-size: 45px;
  font-weight: 400;
  color: #000;
  letter-spacing: 7.2px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1239px) {
  .intro-text__header {
    letter-spacing: 3px;
  }
}
.intro-text__content {
  font-family: "NotoSans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #1F1A17;
  line-height: 1.82;
  letter-spacing: -0.44px;
  text-align: center;
}
@media (max-width: 1239px) {
  .intro-text__content {
    font-size: 16px;
  }
}

@media (max-width: 1239px) {
  .l-section--intro-text {
    margin: 70px 0;
  }
}
@media (max-width: 1023px) {
  .l-wrapper--intro-text {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .l-section--intro-text {
    margin: 40px 0;
  }
  .l-wrapper--intro-text {
    padding: 0 15px;
  }
}
.l-section--two-tiles {
  margin: 120px 0;
}

.l-wrapper--two-tiles {
  padding: 0 50px;
}

.two-tiles {
  display: flex;
  gap: 20px;
}
.two-tiles__item-hld {
  width: 50%;
  display: block;
}
.two-tiles__item {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 104.8387096774%;
  height: 100%;
}
.two-tiles__item:hover {
  cursor: pointer;
}
.two-tiles__item:hover .two-tiles__description {
  opacity: 1;
}
.two-tiles__item:hover .two-tiles__header {
  transform: translateY(30px);
}
.two-tiles__item:hover .two-tiles__button {
  transform: translateY(-30px);
}
.two-tiles__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.two-tiles__background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 42, 46, 0.4);
}
.two-tiles__background img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.two-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 70px;
}
.two-tiles__header {
  font-family: "NotoSans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  position: absolute;
  top: 140px;
  transition: transform 0.3s;
}
.two-tiles__description {
  font-family: "NotoSans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.32px;
  opacity: 0;
  transition: opacity 0.3s;
}
.two-tiles__button {
  position: absolute;
  bottom: 140px;
  transition: transform 0.3s;
}

@media (max-width: 1239px) {
  .l-section--two-tiles {
    margin: 70px 0;
  }
  .l-wrapper--two-tiles {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .two-tiles {
    flex-direction: column;
  }
  .two-tiles__item-hld {
    width: 100%;
  }
  .two-tiles__item {
    padding-top: 166.6666666667%;
  }
  .two-tiles__item:hover .two-tiles__description {
    opacity: 1;
  }
  .two-tiles__item:hover .two-tiles__header {
    transform: none;
  }
  .two-tiles__item:hover .two-tiles__button {
    transform: none;
  }
  .two-tiles__content {
    padding: 30px 20px;
  }
  .two-tiles__description {
    opacity: 1;
  }
  .two-tiles__header {
    top: 40px;
  }
  .two-tiles__button {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-section--two-tiles {
    margin: 40px 0;
  }
  .l-wrapper--two-tiles {
    padding: 0 15px;
  }
}
.l-section--basic-text {
  position: relative;
  padding: 80px 0;
}
.page-simple-text .l-section--basic-text {
  margin: 110px 0 110px 0;
}
.page-content .l-section--basic-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background-color: #fff;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1441px) {
  .page-content .l-section--basic-text::before {
    left: -80px;
  }
}
@media (max-width: 1239px) {
  .page-content .l-section--basic-text::before {
    left: 0;
  }
}

.l-wrapper--basic-text {
  padding: 0 20px 0 40px;
}

.basic-text {
  color: #1F1A17;
  /* Opcjonalnie: jeśli chcesz zaokrąglone rogi tabeli */
}
.basic-text__page-title {
  text-align: center;
}
.basic-text p {
  font-family: "NotoSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1F1A17;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  margin: 15px 0;
}
.basic-text h2,
.basic-text h3,
.basic-text h4 {
  font-family: "Lora", serif;
  font-weight: 300;
}
.basic-text h2 {
  font-size: 40px;
  line-height: 1.88;
  margin: 30px 0;
}
.basic-text h3 {
  font-size: 30px;
  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: "NotoSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1F1A17;
  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: #D00B21;
}
.basic-text ol {
  line-height: 2;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 300;
}
.basic-text .has-fixed-layout {
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.basic-text .has-fixed-layout thead {
  background-color: #F0E9DB;
  border: none;
}
.basic-text .has-fixed-layout thead th {
  padding: 16px 12px;
  font-weight: bold;
  border: none;
}
.basic-text .has-fixed-layout tbody {
  border: none;
}
.basic-text .has-fixed-layout tbody tr:nth-child(even) {
  background-color: #eee8dd;
}
.basic-text .has-fixed-layout tbody tr:nth-child(odd) {
  background-color: #F9F7F3;
}
.basic-text .has-fixed-layout tbody tr td {
  padding: 14px 12px;
  border: none;
  vertical-align: middle;
}
.basic-text .has-fixed-layout tbody tr td strong {
  font-weight: 600;
}
.basic-text .has-fixed-layout {
  overflow: hidden;
}

@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--opinions-slider {
  margin: 130px 0;
}

.l-wrapper--opinions-slider {
  padding: 0 95px;
}

/* Struktura Swiper Slider */
.opinions-slider__content-hld {
  margin-bottom: 40px;
}
.opinions-slider__header::after {
  width: 66%;
}
.opinions-slider__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.opinions-slider__slider-hld {
  margin: 0 150px;
  overflow: hidden;
}
.opinions-slider__slider-container {
  position: relative;
}
.opinions-slider__quote-icon {
  position: absolute;
  top: -100px;
  left: 0;
  opacity: 0.15;
}
.opinions-slider__quote-icon img {
  width: 256px;
  height: 256px;
}
.opinions-slider__slider {
  width: 100%;
}
.opinions-slider__slide {
  text-align: center;
}
.opinions-slider__sign {
  font-family: "NotoSans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #1F1A17;
  letter-spacing: 0.9px;
  margin-top: 35px;
}
.opinions-slider .swiper-button-prev:after,
.opinions-slider .swiper-rtl .swiper-button-next:after,
.opinions-slider .swiper-button-next:after,
.opinions-slider .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.opinions-slider .swiper-button-next,
.opinions-slider .swiper-button-prev {
  width: 64px;
  opacity: 0.5;
}
.opinions-slider .swiper-button-next img,
.opinions-slider .swiper-button-prev img {
  width: 100%;
}
.opinions-slider .swiper-button-next {
  right: -20px;
}
.opinions-slider .swiper-button-prev {
  left: -20px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1239px) {
  .l-section--opinions-slider {
    margin: 100px 0;
  }
  .l-wrapper--opinions-slider {
    padding: 0 30px;
  }
  .opinions-slider__slider-hld {
    margin: 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--opinions-slider {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .opinions-slider__header::after {
    width: 100%;
    left: 0;
    right: 0;
  }
  .opinions-slider__slider-hld {
    margin: 0;
  }
}
.l-section--double-photo-text {
  margin: 0 0 110px 0;
}

.l-wrapper--double-photo-text {
  padding: 120px 137px 120px 50px;
}

.double-photo-text__item {
  display: flex;
}
.double-photo-text__item--first {
  margin-bottom: 40px;
}
.double-photo-text__photo-hld {
  position: relative;
}
.double-photo-text__item--first .double-photo-text__photo-hld {
  width: 38%;
}
.double-photo-text__item--second .double-photo-text__photo-hld {
  width: 52%;
}
.double-photo-text__content-hld {
  display: flex;
  align-items: center;
}
.double-photo-text__item--first .double-photo-text__content-hld {
  width: 62%;
}
.double-photo-text__item--second .double-photo-text__content-hld {
  width: 48%;
  margin-left: 107px;
}
.double-photo-text__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.double-photo-text__item--first .double-photo-text__content {
  margin-left: 107px;
}
.double-photo-text__item--second .double-photo-text__content {
  margin-right: 30px;
}
.double-photo-text__header {
  margin-bottom: 30px;
}
.double-photo-text__item--first .double-photo-text__text {
  font-family: "NotoSans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #F0E9DB;
  line-height: 1.82;
  letter-spacing: -0.44px;
  max-width: 500px;
}
.double-photo-text__item--second .double-photo-text__text {
  max-width: 430px;
}
.double-photo-text__photo-inner {
  position: relative;
  width: 100%;
  height: 0;
}
.double-photo-text__item--first .double-photo-text__photo-inner {
  padding-top: 63.4529147982%;
}
.double-photo-text__item--second .double-photo-text__photo-inner {
  padding-top: 60.4838709677%;
}
.double-photo-text__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.double-photo-text__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double-photo-text__button {
  margin-top: 20px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1239px) {
  .l-section--double-photo-text {
    margin: 70px 0;
  }
  .l-wrapper--double-photo-text {
    padding: 80px 30px;
  }
}
@media (max-width: 1023px) {
  .double-photo-text__item {
    flex-direction: column;
    align-items: center;
  }
  .double-photo-text__item--first .double-photo-text__photo-hld, .double-photo-text__item--second .double-photo-text__photo-hld {
    width: 100%;
  }
  .double-photo-text__item--first .double-photo-text__content-hld, .double-photo-text__item--second .double-photo-text__content-hld {
    width: 100%;
    margin-left: 0;
  }
  .double-photo-text__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 30px 0;
  }
  .double-photo-text__item--first .double-photo-text__content, .double-photo-text__item--second .double-photo-text__content {
    margin-left: 0;
    margin-right: 0;
  }
  .double-photo-text__item--first .double-photo-text__photo-inner, .double-photo-text__item--second .double-photo-text__photo-inner {
    padding-top: 63.4529147982%;
  }
}
@media (max-width: 767px) {
  .l-section--double-photo-text {
    margin: 40px 0;
  }
  .l-wrapper--double-photo-text {
    padding: 0 15px;
  }
}
.l-section--content-accordions {
  margin: 80px 0;
}
@media (max-width: 1239px) {
  .l-section--content-accordions {
    margin: 0;
  }
}

.content-accordions-item {
  border: solid 1px #D00B21;
  margin-bottom: 25px;
}
.content-accordions-item__title-box {
  display: flex;
  flex-direction: row;
  position: relative;
  cursor: pointer;
  padding: 15px 0 15px 20px;
  font-family: "NotoSans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #1F1A17;
  line-height: 1.82;
  letter-spacing: -0.44px;
  text-align: left;
  transition: background-color 0.3s;
  border-bottom: none;
}
.content-accordions-item.is-active-accordion .content-accordions-item__title-box {
  background-color: #D00B21;
  color: #fff;
  border-bottom: solid 1px #D00B21;
}
.content-accordions-item__button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #D00B21;
  background-color: #fff;
  z-index: 2;
  border-right: none;
  border-bottom: none;
}
.content-accordions-item__button::before, .content-accordions-item__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 10px;
  background-color: #D00B21;
}
.content-accordions-item__button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.content-accordions-item.is-active-accordion .content-accordions-item__button::after {
  content: none;
}
.content-accordions-item__text-box {
  height: 0;
  overflow: hidden;
}
.content-accordions-item__text-box-inner {
  padding: 19px 30px 19px 40px;
  font-family: "NotoSans", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.content-accordions__subheader {
  color: #F0E9DB;
  font-weight: 300;
}
.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 {
    text-align: center;
  }
  .content-accordions__subheader {
    font-size: 30px;
  }
  .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;
  }
}
.l-section--intro-and-form {
  margin: 100px 0 120px;
}

.l-wrapper--intro-and-form {
  padding: 0 240px;
}
.contact-page .l-wrapper--intro-and-form {
  padding: 100px 240px 0 240px;
}
@media (max-width: 1023px) {
  .contact-page .l-wrapper--intro-and-form {
    padding: 0 15px;
  }
}

.intro-and-form #wpforms-error-noscript {
  display: none !important;
}
.intro-and-form__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 45px;
}
.intro-and-form__header {
  color: #D00B21;
  margin-bottom: 25px;
}
.intro-and-form .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
}
.intro-and-form .wpforms-field-container #wpforms-8-field_1::placeholder,
.intro-and-form .wpforms-field-container #wpforms-8-field_2::placeholder,
.intro-and-form .wpforms-field-container #wpforms-8-field_3::placeholder,
.intro-and-form .wpforms-field-container #wpforms-8-field_4::placeholder {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 300;
}
.intro-and-form .wpforms-field-container label {
  display: none;
}
.intro-and-form .wpforms-field-container input,
.intro-and-form .wpforms-field-container textarea {
  width: 100%;
  padding-left: 20px;
}
.intro-and-form .wpforms-field-container input {
  height: 60px;
}
.intro-and-form .wpforms-field-container textarea {
  padding-top: 20px;
  height: 100%;
}
.intro-and-form .wpforms-container .wpforms-field {
  padding: 5px 15px 5px 0;
}
.intro-and-form div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 100%;
}
.intro-and-form #wpforms-8-field_1-container {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.intro-and-form #wpforms-8-field_2-container {
  grid-row: 2/span 1;
  grid-column: 1/span 1;
}
.intro-and-form #wpforms-8-field_3-container {
  grid-row: 3/span 1;
  grid-column: 1/span 1;
}
.intro-and-form #wpforms-8-field_4-container {
  grid-row: 1/span 3;
  grid-column: 2/span 3;
}
.intro-and-form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-top: 40px;
}
.intro-and-form div.wpforms-container-full button[type=submit],
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: 500;
  color: #D00B21;
  letter-spacing: 2px;
  position: relative;
  padding: 15px 5px 5px 0;
  background: transparent;
  cursor: pointer;
}
.intro-and-form div.wpforms-container-full button[type=submit]:after, .intro-and-form div.wpforms-container-full button[type=submit]:before,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):after,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #D00B21;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.intro-and-form div.wpforms-container-full button[type=submit]:before,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):before {
  transform: scaleX(1);
  transform-origin: right;
  transition-delay: 0.25s;
}
.intro-and-form div.wpforms-container-full button[type=submit]:after,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):after {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}
.intro-and-form div.wpforms-container-full button[type=submit]:hover:before,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover:before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.intro-and-form div.wpforms-container-full button[type=submit]:hover:after,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover:after {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1239px) {
  .l-section--intro-and-form {
    margin: 70px 0;
  }
}
@media (max-width: 1023px) {
  .intro-and-form .wpforms-field-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .intro-and-form #wpforms-8-field_1-container,
  .intro-and-form #wpforms-8-field_2-container,
  .intro-and-form #wpforms-8-field_3-container,
  .intro-and-form #wpforms-8-field_4-container {
    grid-area: unset;
  }
  .intro-and-form .wpforms-field-medium {
    width: 100% !important;
    max-width: 100% !important;
  }
  .intro-and-form textarea {
    min-height: 300px;
  }
  .intro-and-form .wpforms-submit-container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .l-section--intro-and-form {
    margin: 40px 0;
  }
  .l-wrapper--intro-and-form {
    padding: 0 15px;
  }
}
/* ====== DETAILS PAGE (content + sticky sidebar) ====== */
.details-page {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  padding: 180px 30px 0 30px;
  /* główny obrazek wpisu */
  /* Lista kart */
  /* Cały item jest linkiem */
  /* Preferencje ograniczenia ruchu */
}
@media (max-width: 1023px) {
  .details-page {
    padding: 45px 15px 0 15px;
  }
}
@media (max-width: 992px) {
  .details-page {
    grid-template-columns: 1fr;
  }
}
.details-page__excerpt {
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
}
.details-page__text {
  margin-top: 30px;
}
.details-page__text p {
  margin: 15px 0;
}
.details-page__thumb-img {
  width: 100%;
  max-height: 450px;
  display: block;
  object-fit: cover;
  /* Jeśli chcesz stałą, czytelną wysokość – odkomentuj: */
}
.details-page__title {
  margin: 18px 0 14px;
}
.details-page .details-page__col--sidebar {
  position: sticky;
  top: var(--sticky-top, 24px);
  /* dopasuj do wysokości headera */
  align-self: start;
  height: fit-content;
}
.details-page .details-page__box-title {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 35px;
  /* dostosuj do typografii projektu */
}
.details-page .details-page__box-button {
  margin-top: 16px;
  display: inline-block;
}
.details-page .latest-list {
  display: grid;
  gap: 18px;
}
.details-page .latest-item {
  display: block;
  border: 1px solid #e0e0e0;
  /* obramowanie całego itemu */
  background: #fff;
  text-decoration: none;
  /* brak underline */
  color: inherit;
  border-radius: 0;
  /* bez zaokrągleń */
  transition: border-color 0.2s ease;
  overflow: hidden;
  /* Czerwony overlay z napisem "Zobacz więcej" (po najechaniu na cały item) */
  /* Data – lewy dolny róg, biały tekst na czarnym tle */
  /* Hover/focus na CAŁYM kaflu steruje obrazem i overlayem */
}
.details-page .latest-item:hover, .details-page .latest-item:focus-visible {
  border-color: #c4c4c4;
  outline: none;
}
.details-page .latest-item__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  /* równe kafle; usuń, jeśli wolisz naturalne proporcje */
  border-radius: 0;
}
.details-page .latest-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  /* płynne powiększenie */
}
.details-page .latest-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(225, 6, 0, 0.78);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* overlay nie blokuje kliknięć */
  transition: opacity 0.2s ease;
}
.details-page .latest-item__overlay-text {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}
.details-page .latest-item__date-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 0;
}
.details-page .latest-item:hover .latest-item__overlay, .details-page .latest-item:focus-visible .latest-item__overlay {
  opacity: 1;
}
.details-page .latest-item:hover .latest-item__img, .details-page .latest-item:focus-visible .latest-item__img {
  transform: scale(1.04);
}
.details-page .latest-item__title {
  padding: 10px;
  /* zachowaj spójność z obramowaniem */
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  color: inherit;
  /* brak underline, brak zmiany koloru */
  /* opcjonalne: skracanie do 2 linii */
}
@media (prefers-reduced-motion: reduce) {
  .details-page .latest-item__img {
    transition: none;
  }
  .details-page .latest-item__overlay {
    transition: none;
  }
}

/* ====== BLOG SLIDER: header + controls ====== */
.blog-slider {
  /* pasek z tytułem po lewej i kontrolkami po prawej */
  /* prawa strona w nagłówku: przycisk + strzałki */
  /* przycisk "WSZYSTKIE WYDANIA" – obrysowany, uppercase */
  /* kontener strzałek */
  /* nadpisanie pozycji Swiperowych strzałek, żeby były inline */
  /* obrazki strzałek */
  /* stan nieaktywnej strzałki */
}
.blog-slider__content-hld {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
  margin-bottom: 22px;
}
@media (max-width: 640px) {
  .blog-slider__content-hld {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 14px;
  }
}
.blog-slider__content {
  min-width: 0;
}
.blog-slider__header-controls {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.blog-slider__see-all {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  padding: 10px 16px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  line-height: 1;
  display: inline-block;
}
.blog-slider__see-all:hover, .blog-slider__see-all:focus-visible {
  text-decoration: none;
  opacity: 0.85;
}
.blog-slider__arrows {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.blog-slider .swiper-button-prev,
.blog-slider .swiper-button-next {
  position: static;
  margin: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* ukryj domyślne pseudo-ikonki Swipera */
}
.blog-slider .swiper-button-prev:after,
.blog-slider .swiper-button-next:after {
  content: none;
}
.blog-slider .swiper-button__img {
  display: block;
  width: 18px;
  height: auto;
}
.blog-slider .swiper-button-disabled .swiper-button__img {
  opacity: 0.25 !important;
}

/* slider – slajdy mają wypełniać wysokość (opcjonalnie) */
.blog-slider__wrapper .swiper-slide {
  height: auto;
}
.blog-slider__wrapper .blog-item {
  height: 100%;
  display: block;
}

/* ===== Featured label (wspólny) ===== */
/* ===== Sidebar: latest-item ===== */
.latest-item {
  /* nośnik labela */
}
.latest-item__thumb {
  position: relative;
}
/* ===== Slider/listing: blog-item ===== */
.blog-item,
.latest-item {
  position: relative;
  /* nośnik labela */
}
.blog-item__thumb,
.latest-item__thumb {
  position: relative;
}
.blog-item__label,
.latest-item__label {
  position: absolute;
  top: 43px;
  left: -55px;
  z-index: 5;
  /* nad overlayem */
  background: #D00B21;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 55px;
  line-height: 1;
  pointer-events: none;
  transform: rotate(-45deg);
  /* rożek */
}
.blog-item__label::after,
.latest-item__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-top: 6px solid rgb(169.2493150685, 8.9506849315, 26.8520547945);
  border-left: 6px solid transparent;
}

/* Preferencje ograniczenia ruchu (opcjonalnie) */
@media (prefers-reduced-motion: reduce) {
  .latest-item__img {
    transition: none;
  }
  .latest-item__overlay {
    transition: none;
  }
}
/* Preferencje ograniczenia ruchu (opcjonalnie) */
@media (prefers-reduced-motion: reduce) {
  .latest-item__img {
    transition: none;
  }
  .latest-item__overlay {
    transition: none;
  }
}
.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 0 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;
}

/* 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-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-listing__header {
  margin-bottom: 40px;
}

/* Root kafla jest linkiem */
.blog-item {
  display: block;
  height: 100%;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  color: inherit;
  padding: 0;
  border-radius: 0;
  transition: border-color 0.35s ease;
  /* Overlay pojawia się na hoverze/ focusie */
}
.blog-item:hover, .blog-item:focus-visible {
  border-color: #111;
  outline: none;
}
.blog-item__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 16/9;
}
.blog-item__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: all 3s;
}
.blog-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.blog-item__overlay-text {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.blog-item:hover .blog-item__overlay, .blog-item:focus-visible .blog-item__overlay {
  opacity: 1;
}
.blog-item:hover .blog-item__img, .blog-item:focus-visible .blog-item__img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.blog-item__content {
  padding: 14px 14px 16px;
}
.blog-item__date {
  display: block;
  font-size: 0.875rem;
  color: #7a7a7a;
  margin-bottom: 6px;
}
.blog-item__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3;
}

/* Paginacja */
.blog-pagination {
  margin-top: 36px;
  text-align: center;
}
.blog-pagination__list {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-pagination__link, .blog-pagination__item > span {
  display: inline-block;
  min-width: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
}
.blog-pagination__item .current {
  background: #111;
  color: #fff;
  border-color: #111;
}
.blog-pagination__link:hover, .blog-pagination__link:focus-visible {
  border-color: #111;
}

.l-section--info-column {
  margin: 200px 0;
}
@media (max-width: 1239px) {
  .l-section--info-column {
    margin: 50px 0;
  }
}

@media (max-width: 1239px) {
  .l-wrapper--info-column {
    padding: 0 15px;
  }
}

.info-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1239px) {
  .info-column {
    flex-direction: row;
    gap: 4rem;
  }
}
.info-column__col {
  width: 100%;
}
.info-column__col--left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1239px) {
  .info-column__col--left {
    width: 50%;
    text-align: left;
    justify-content: flex-start;
  }
}
.info-column__col--right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (min-width: 1239px) {
  .info-column__col--right {
    width: 60%;
    gap: 40px;
  }
}
.info-column__col--right .or {
  font-weight: 300;
  display: flex;
  align-items: center;
}
.info-column__header {
  font-size: 70px;
  font-weight: 600;
  color: #D00B21;
  font-style: italic;
}
@media (min-width: 1441px) {
  .info-column__header {
    font-size: 73px;
  }
}
@media (max-width: 1239px) {
  .info-column__header {
    font-size: 50px;
  }
}
.info-column__text {
  font-size: 20px;
  color: #1F1A17;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
}
.info-column__text a {
  text-decoration: none;
  color: #D00B21;
  font-style: italic;
}
.info-column__contact {
  display: flex;
  text-align: left;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1239px) {
  .info-column__contact {
    flex-direction: column;
    gap: 25px;
  }
}
.info-column__contact-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-column__contact-item .link {
  color: #F0E9DB;
  font-size: 30px;
  font-weight: 300;
}
.info-column__contact-item .label {
  font-weight: 300;
}
.advertisement-big__link {
  display: block;
  text-decoration: none;
}
.advertisement-big__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1045/240;
  object-fit: fill;
  border: 1px solid #000;
}
@media (max-width: 1239px) {
  .advertisement-big__image {
    aspect-ratio: 100/25;
  }
}

.l-wrapper--numbers-animated {
  padding: 50px 0;
}
@media (max-width: 1239px) {
  .l-wrapper--numbers-animated {
    padding: 50px 15px;
  }
}

.numbers-animated {
  display: flex;
}
@media (max-width: 1023px) {
  .numbers-animated {
    flex-direction: column;
    align-items: center;
  }
}
.numbers-animated__item {
  text-align: center;
  width: 33.3333333333%;
  height: 335px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1239px) {
  .numbers-animated__item {
    width: 100%;
    height: 250px;
  }
}
.numbers-animated__value {
  font-family: "Lora", serif;
  font-size: 48px;
  color: #D00B21;
  transition: all 0.3s ease;
}
.numbers-animated__label {
  font-family: "NotoSans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #1F1A17;
  margin-top: 8px;
}

.l-section--icon-text-grid {
  position: relative;
  padding: 40px 0;
}
.l-section--icon-text-grid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background-color: #fff;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1441px) {
  .l-section--icon-text-grid::before {
    left: -80px;
  }
}
@media (max-width: 1239px) {
  .l-section--icon-text-grid::before {
    left: 0;
  }
}

.icon-text-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 1239px) {
  .icon-text-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
.icon-text-grid__tile {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.icon-text-grid__tile--icon {
  background-color: #fff;
}
.icon-text-grid__tile--icon .icon-text-grid__label {
  font-size: 20px;
  color: #1F1A17;
  margin-top: 20px;
  text-transform: uppercase;
}
.icon-text-grid__tile--icon .icon-text-grid__icon {
  max-width: 60px;
  height: auto;
}
.icon-text-grid__tile--text {
  background-color: #D00B21;
  color: #fff;
}
.icon-text-grid__tile--text .icon-text-grid__heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  white-space: pre-line;
  text-transform: uppercase;
}
.icon-text-grid__tile--text .icon-text-grid__content {
  font-family: "NotoSans", sans-serif;
  font-size: 14px;
  white-space: pre-line;
  font-weight: 300;
}

.l-section--items-slider {
  padding: 50px 0;
}

.l-wrapper--items-slider {
  padding: 0 0 0 15px;
}

.items-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .items-slider__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.items-slider__header-controls {
  display: flex;
  gap: 20px;
  align-items: center;
}
.items-slider__see-all {
  font-family: "NotoSans", sans-serif;
  font-size: 14px;
}
.items-slider__arrows {
  display: flex;
  gap: 5px;
  align-items: center;
}
.items-slider__arrow {
  width: 24px;
  height: 50px;
  cursor: pointer;
  position: relative;
  background: transparent;
  border: none;
  transition: background-color 0.3s;
}
.items-slider__arrow:hover {
  background-color: #D00B21;
  cursor: pointer;
}
.items-slider__arrow.swiper-button-next, .items-slider__arrow.swiper-button-prev {
  left: initial;
  right: initial;
  position: initial;
  width: 32px;
  height: 64px;
  margin-top: initial;
}
.items-slider__arrow.swiper-button-next img, .items-slider__arrow.swiper-button-prev img {
  height: 32px;
}
.items-slider__arrow.swiper-button-next::before, .items-slider__arrow.swiper-button-next::after, .items-slider__arrow.swiper-button-prev::before, .items-slider__arrow.swiper-button-prev::after {
  content: none;
}
.items-slider__slider {
  position: relative;
  overflow: hidden;
}
.items-slider .swiper-wrapper {
  display: flex;
}
.items-slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.items-slider__slide {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  scroll-snap-align: start;
}
.items-slider__slide-outer {
  position: relative;
  border: 1px solid #D00B21;
  padding: 15px;
  transition: background-color 0.3s;
}
.items-slider__slide-outer:hover {
  cursor: pointer;
  background-color: #D00B21;
}
.items-slider__slide-inner {
  border: 1px solid #D00B21;
}
.items-slider__image {
  display: block;
  width: 100%;
  height: auto;
}
.items-slider__photo-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #D00B21;
  background-color: #fff;
  z-index: 2;
  border-right: none;
  border-bottom: none;
}
.items-slider__photo-button::before, .items-slider__photo-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 20px;
  background-color: #D00B21;
}
.items-slider__photo-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.items-slider__edition {
  margin-top: 10px;
  font-family: "NotoSans", sans-serif;
  font-size: 14px;
}

.l-section--map-text-left {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1239px) {
  .l-section--map-text-left {
    padding: 50px 0;
  }
}
.l-section--map-text-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background-color: #fff;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1441px) {
  .l-section--map-text-left::before {
    left: 0;
  }
}
@media (max-width: 1239px) {
  .l-section--map-text-left::before {
    left: 0;
  }
}

.l-wrapper--map-text-left {
  padding: 0 120px;
}
@media (max-width: 1239px) {
  .l-wrapper--map-text-left {
    padding: 0 15px;
  }
}

.map-text-left {
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .map-text-left {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.map-text-left__content-hld {
  display: flex;
  max-width: 560px;
}
@media (max-width: 1239px) {
  .map-text-left__content-hld {
    text-align: center;
  }
}
.map-text-left__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  color: #1F1A17;
  font-family: "NotoSans", sans-serif;
}
.map-text-left__image {
  flex: 1;
  text-align: center;
}
.map-text-left__image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.map-text-left__button {
  margin-top: 1rem;
}

.l-wrapper--two-photos-mosaic-text {
  padding: 80px 0 0 0;
}
@media (max-width: 1239px) {
  .l-wrapper--two-photos-mosaic-text {
    padding: 0 15px;
  }
}

.two-photos-mosaic-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  overflow: hidden;
}
.two-photos-mosaic-text__text {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1239px) {
  .two-photos-mosaic-text__text {
    padding: 0;
    margin: 30px 0;
    text-align: center;
    align-items: center;
  }
}
.two-photos-mosaic-text__content {
  line-height: 1.6;
}
.two-photos-mosaic-text__photo {
  aspect-ratio: 1/1;
}
.two-photos-mosaic-text__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1239px) {
  .two-photos-mosaic-text {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.l-section--opinion-and-icon {
  padding: 80px 0;
  position: relative;
}
.l-section--opinion-and-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background-color: #fff;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1441px) {
  .l-section--opinion-and-icon::before {
    left: -80px;
  }
}
@media (max-width: 1239px) {
  .l-section--opinion-and-icon::before {
    left: 0;
  }
}

.opinion-and-icon {
  display: flex;
  flex-direction: column;
}
.opinion-and-icon__row {
  display: flex;
  gap: 0;
  border: 1px solid #000;
  align-items: center;
}
.opinion-and-icon__row--reverse {
  flex-direction: row-reverse;
  border-top: none;
}
@media (max-width: 1023px) {
  .opinion-and-icon__row {
    flex-direction: column;
  }
}
.opinion-and-icon__icon-col, .opinion-and-icon__text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .opinion-and-icon__icon-col, .opinion-and-icon__text-col {
    align-items: flex-start;
    padding: 30px 0;
  }
}
.opinion-and-icon__icon-col {
  align-items: center;
  width: 33.3333333333%;
  border-right: 1px solid #000;
}
@media (max-width: 1239px) {
  .opinion-and-icon__icon-col {
    border-right: none;
  }
}
.opinion-and-icon__row--reverse .opinion-and-icon__icon-col {
  border-left: 1px solid #000;
  border-right: none;
}
@media (max-width: 1239px) {
  .opinion-and-icon__row--reverse .opinion-and-icon__icon-col {
    border-left: none;
  }
}
.opinion-and-icon__text-col {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1239px) {
  .opinion-and-icon__text-col {
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
  }
}
.opinion-and-icon__icon {
  max-width: 60px;
  margin-bottom: 15px;
}
.opinion-and-icon__icon img {
  width: 100%;
  height: auto;
}
.opinion-and-icon__icon-label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.opinion-and-icon__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.opinion-and-icon__content {
  font-size: 16px;
  line-height: 1.6;
  color: #1F1A17;
  margin-bottom: 10px;
}
.opinion-and-icon__signature {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

.l-section--tiles-socials {
  position: relative;
  padding: 80px 0;
}
.l-section--tiles-socials::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20px;
  background-color: #fff;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1441px) {
  .l-section--tiles-socials::before {
    left: -80px;
  }
}
@media (max-width: 1239px) {
  .l-section--tiles-socials::before {
    left: 0;
  }
}

.tiles-socials__title {
  margin-bottom: 40px;
}
.tiles-socials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #000;
}
@media (max-width: 1023px) {
  .tiles-socials__grid {
    grid-template-columns: 1fr;
  }
}
.tiles-socials__tile {
  aspect-ratio: 1/1;
  border-right: 1px solid #000;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.tiles-socials__tile:hover {
  background-color: #F0E9DB;
}
.tiles-socials__tile:last-child {
  border-right: none;
}
@media (max-width: 1023px) {
  .tiles-socials__tile {
    border-bottom: 1px solid #000;
    border-right: none;
  }
  .tiles-socials__tile:last-child {
    border-bottom: none;
  }
}
.tiles-socials__link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #000;
  width: 100%;
  height: 100%;
}
.tiles-socials__icon {
  width: 40px;
}
.tiles-socials__icon img {
  width: 100%;
  height: auto;
}
.tiles-socials__label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.l-section--newspapers-listing {
  margin: 80px 0;
}

.l-wrapper--newspapers-listing {
  padding: 0 80px;
}

.newspapers-listing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}
.newspapers-listing__item {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
}
.newspapers-listing__item-outer {
  position: relative;
  border: 1px solid #D00B21;
  padding: 15px;
  transition: background-color 0.3s;
}
.newspapers-listing__item-outer:hover {
  background-color: #D00B21;
  cursor: pointer;
}
.newspapers-listing__item-inner {
  border: 1px solid #D00B21;
}
.newspapers-listing__image {
  display: block;
  width: 100%;
  height: auto;
}
.newspapers-listing__photo-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #D00B21;
  background-color: #fff;
  z-index: 2;
  border-right: none;
  border-bottom: none;
}
.newspapers-listing__photo-button::before, .newspapers-listing__photo-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 20px;
  background-color: #D00B21;
}
.newspapers-listing__photo-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.newspapers-listing__edition {
  margin-top: 10px;
  font-family: "NotoSans", sans-serif;
  font-size: 14px;
}

.l-section--news-grid {
  padding: 180px 0 40px 0;
}
@media (max-width: 1023px) {
  .l-section--news-grid {
    padding: 45px 0 0 0;
  }
}

.news-grid {
  /* układ 2 kolumny */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  /* kolumny rozciągają się po wysokości kontenera */
  /* Gdy to PIERWSZA sekcja na stronie: margines, paddingi i limit wysokości */
  /* kolumny muszą dziedziczyć wysokość kontenera */
  /* MOBILE:
   na małych ekranach lepiej odpuścić sztywne 100vh,
   bo UI/klawiatura zmieniają viewport – uwalniamy wysokość. */
}
.l-section:first-of-type .news-grid {
  padding: 0 20px;
  /* stała wysokość kontenera + ukrycie nadmiaru (100vh - 200 top - 40 bottom) */
  height: calc(100vh - 240px);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .l-section:first-of-type .news-grid {
    padding: 0;
  }
}
.news-grid > .news-grid__col {
  height: 100%;
}
.news-grid__col--big {
  /* duży kafel wypełnia całą wysokość kolumny */
  /* TYLKO duży + wyróżniony: podwójna biała ramka */
}
.news-grid__col--big .news-grid__item {
  height: 100%;
  min-height: 0;
  /* nadpisujemy wcześniejsze min-height */
}
.news-grid__col--big .news-grid__item.news-grid__item--featured {
  border: 2px solid #D00B21;
  /* zewnętrzna cienka */
  position: relative;
}
.news-grid__col--big .news-grid__item.news-grid__item--featured::after {
  content: "";
  position: absolute;
  inset: 15px;
  /* odstęp od krawędzi – efekt „podwójnej” ramki */
  border: 2px solid #D00B21;
  /* wewnętrzna, grubsza */
  pointer-events: none;
  z-index: 2;
  /* nad gradientem, pod treścią */
}
.news-grid__col--small-grid {
  /* prawa kolumna to grid 2x2 na CAŁĄ wysokość */
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  /* każdy rząd to 50% wysokości kolumny */
  gap: 1rem;
}
.news-grid__col--small-grid .news-grid__item {
  height: 100%;
  min-height: 0;
  /* brak sztywnego minimum - pozwala się skalować */
  border: none;
  /* małe kafle BEZ ramek */
}
.news-grid__item {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  /* ważne przy stałej wysokości */
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  will-change: transform;
  /* gradient przy dolnej krawędzi dla czytelności (pod ramką wewnętrzną) */
  /* UWAGA: brak globalnych ramek tutaj – ramka tylko w .news-grid__col--big .news-grid__item--featured */
}
@media (max-width: 1023px) {
  .news-grid__item {
    padding-top: 80%;
  }
}
.news-grid__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 1;
}
.news-grid__item:hover {
  background-color: #F0E9DB;
  /* blend */
  background-blend-mode: multiply;
}
.news-grid__item:hover .news-grid__hover {
  opacity: 1;
  transform: translateY(0);
}
.news-grid__overlay {
  position: relative;
  z-index: 3;
  /* ponad ramką wewnętrzną */
  width: 100%;
  padding: 15px 25px 35px 35px;
  /* zabezpieczenie przed zalaniem tekstem */
  overflow: hidden;
}
.news-grid__col--small-grid .news-grid__overlay {
  padding: 15px 25px 15px 15px;
}
.news-grid__title {
  font-family: "Lora", serif;
  font-size: clamp(1.125rem, 1.2vw + 0.9rem, 1.6rem);
  line-height: 1.2;
  margin: 0 0 0.5rem;
  font-weight: 400;
  /* delikatny clamp */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-grid__excerpt {
  font-family: "NotoSans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-grid__hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  /* ponad overlayem */
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.news-grid__label {
  position: absolute;
  top: 54px;
  left: -60px;
  z-index: 5;
  /* najwyżej */
  background: #D00B21;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 70px;
  line-height: 1;
  pointer-events: none;
  transform: rotate(-45deg);
  /* subtelny „rożek” */
}
.news-grid__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-top: 6px solid rgb(169.2493150685, 8.9506849315, 26.8520547945);
  border-left: 6px solid transparent;
}
@media (max-width: 1023px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  .l-section:first-of-type .news-grid {
    height: auto;
    /* brak twardego 100vh na mobile */
    overflow: visible;
  }
  .news-grid__col--small-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }
  .news-grid__col--small-grid .news-grid__item {
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */