@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: "Satoshi";
}
body .technical-name {
  display: none;
}
body.logged-in .technical-name {
  display: flex;
}

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

.t-title {
  font-size: 70px;
  font-family: "Cabinet Grotesk";
}
@media (max-width: 1239px) {
  .t-title {
    font-size: 40px;
    line-height: 1;
  }
}

.t-subtitle {
  font-size: 25px;
  font-family: "Satoshi";
  color: #272a2e;
  font-weight: 300;
}

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

.basic-button {
  display: inline-block;
  padding: 12px 25px;
  text-align: center;
  font-family: "Cabinet Grotesk";
  color: #da001c;
  transition: background-color 0.3s;
  background-color: #da001c;
}
.basic-button .text {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.basic-button:hover {
  background-color: #fff;
}

.header-font {
  font-family: "Cabinet Grotesk";
}

.decorative-font {
  font-family: "Cabinet Grotesk";
}

.content-font {
  font-family: "Satoshi";
}

@media (max-width: 1239px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 1239px) {
  body {
    background-color: #fff !important;
  }
  .l-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-top {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.logged-in .site-top {
  top: 0px;
}
.site-top.is-scrolled, .page-simple-text .site-top {
  box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
  background-color: #fff;
  transition: background-color 0.3s;
}
.site-top__top {
  height: 40px;
  background-color: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
}
.site-top__bottom {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 30px;
  background-color: #3d3d3d;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-top__center {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.site-top__logo {
  height: 55px;
  position: relative;
}
.site-top__logo a {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.site-top__logo img {
  height: 45px;
}
.site-top__logo .logo-img-static {
  opacity: 1;
}
.site-top__logo .logo-img-scrolled {
  opacity: 0;
  display: none;
}
.site-top__navigation {
  margin-left: 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 ul.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: #da001c;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
  width: 200px;
  border: 1px solid #000;
}
.site-top__navigation .menu li ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 12px solid transparent;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.site-top__navigation .menu li ul.sub-menu::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}
.site-top__navigation .menu li ul.sub-menu li {
  padding: 13px 15px;
  text-align: center;
  transition: background-color 0.3s;
}
.site-top__navigation .menu li ul.sub-menu li:hover {
  background-color: #1d1d1b;
}
.site-top__navigation .menu li ul.sub-menu li:hover a {
  color: #fff;
}
.site-top__navigation .menu li ul.sub-menu li a {
  color: #272a2e;
  text-decoration: none;
  font-size: 16px;
}
.site-top__navigation .menu li:hover ul {
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
}
.site-top__navigation .menu li:hover ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
}
.site-top__navigation .menu li:hover ul li:last-child::after {
  content: none;
}
.site-top__navigation .menu a {
  text-decoration: none;
  color: #272a2e;
  font-weight: 300;
}
.site-top__contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-right: 15px;
}
.site-top__contact-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.14;
  letter-spacing: -0.28px;
}
.site-top__contact-item a {
  color: #fff;
  transition: color 0.2s;
}
.site-top__contact-item a:hover {
  color: #da001c;
}
.site-top__contact-ico {
  margin-right: 10px;
  position: relative;
  width: 24px;
  display: flex;
  align-items: center;
}
.site-top__contact-ico img {
  width: 100%;
}
.site-top__socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-top__socials-item {
  align-items: center;
  width: 25px;
  display: flex;
}
.site-top__socials-item img {
  width: 100%;
}
.site-top .menu-desktop-container {
  font-family: "Cabinet Grotesk";
  font-size: 25px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul.menu {
  display: flex;
  gap: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul.menu .menu-toggle {
  display: none;
}
.site-top .menu-desktop-container ul li {
  text-decoration: none;
  list-style-type: none;
  align-items: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: background-color 0.2s;
}
.site-top .menu-desktop-container ul li.current_page_item a::before {
  transform: scaleX(1);
}
.site-top .menu-desktop-container ul li:hover {
  cursor: pointer;
}
.site-top .menu-desktop-container a {
  color: #fff;
  font-size: 19px;
  letter-spacing: 1.05px;
  position: relative;
  display: inline-block;
}
.site-top .menu-desktop-container a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #da001c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in-out;
}
.site-top .menu-desktop-container a:hover::before {
  transform: scaleX(1);
}

.mobile-nav {
  display: none;
}

@media (max-width: 1239px) {
  .site-top {
    display: none;
  }
  .mobile-nav {
    display: flex;
    position: relative;
    height: 60px;
  }
  .mobile-nav a {
    display: block;
    height: 100%;
  }
  .mobile-nav__header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }
  .mobile-nav__logo {
    height: 60px;
    width: auto;
    display: flex;
    align-items: center;
    order: 1;
  }
  .mobile-nav__logo img {
    height: 100%;
    width: auto;
  }
  .mobile-nav a.mobile-nav__button {
    position: relative;
    height: 50px;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #da001c;
    letter-spacing: 1px;
    color: #fff;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    margin-right: 70px;
  }
  .mobile-nav__hamburger-hld {
    position: fixed;
    top: 0;
    right: 0;
    padding: 25px 20px;
    z-index: 102;
    display: flex;
    align-items: center;
    height: 80px;
  }
  .mobile-nav__hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .mobile-nav__hamburger::after, .mobile-nav__hamburger::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #272a2e;
    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: #272a2e;
    transition: opacity 0.2s;
  }
  .mobile-nav__hamburger.is-clicked > .mobile-nav__hamburger-line {
    opacity: 0;
  }
  .mobile-nav__hamburger.is-clicked::after {
    transform: translateY(9px) rotate(-45deg);
  }
  .mobile-nav__hamburger.is-clicked::before {
    transform: translateY(-9px) rotate(45deg);
  }
  .mobile-nav__navitagion {
    position: fixed;
    z-index: 101;
    top: 80px;
    right: -65vw;
    width: 65vw;
    height: calc(100% - 80px);
    background-color: #fff;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-nav__navitagion .menu-desktop-container {
    margin-top: 50px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul {
    text-decoration: none;
    margin-left: 50px;
    list-style-type: none;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li {
    margin-bottom: 18px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li .menu-toggle {
    display: inline;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li .menu-toggle .icon {
    display: inline-block;
    transform: rotate(90deg);
  }
  .mobile-nav__navitagion .menu-desktop-container ul li.expanded .menu-toggle .icon {
    transform: rotate(-90deg);
  }
  .mobile-nav__navitagion .menu-desktop-container ul li a {
    font-family: "Satoshi";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #272a2e;
    text-transform: uppercase;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li.current_page_item a {
    color: #da001c;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    margin-left: 0;
    margin-top: 5px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu li {
    margin-bottom: 10px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu li a {
    text-transform: none;
    font-size: 14px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu-item.expanded > .sub-menu {
    max-height: 300px;
    opacity: 1;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu.open {
    display: block;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu-item-has-children.expanded > a {
    font-weight: 400;
  }
  .mobile-nav__navitagion.is-active {
    transform: translateX(-65vw);
    box-shadow: -65px 50px 106px 1px rgba(218, 0, 28, 0.3);
  }
}
@media (max-width: 1023px) {
  .mobile-nav__header {
    height: 70px;
    padding: 0 15px;
  }
  .mobile-nav__hamburger-hld {
    padding: 20px 15px;
    height: 70px;
  }
  .mobile-nav__hamburger {
    width: 28px;
    height: 18px;
  }
  .mobile-nav__hamburger.is-clicked::after {
    transform: translateY(8px) rotate(-45deg);
  }
  .mobile-nav__hamburger.is-clicked::before {
    transform: translateY(-8px) rotate(45deg);
  }
  .mobile-nav__logo {
    height: 50px;
  }
  .mobile-nav__logo img {
    height: 100%;
  }
  .mobile-nav a.mobile-nav__button {
    position: relative;
    height: 50px;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #da001c;
    letter-spacing: 1px;
    color: #fff;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    margin-right: 70px;
  }
  .mobile-nav__navitagion {
    top: 70px;
    height: calc(100% - 70px);
    width: 75vw;
    right: -75vw;
  }
  .mobile-nav__navitagion.is-active {
    transform: translateX(-75vw);
  }
  .mobile-nav__navitagion .menu-desktop-container {
    margin-top: 30px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul {
    margin-left: 30px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li {
    margin-bottom: 15px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mobile-nav__header {
    height: 60px;
    padding: 0 10px;
  }
  .mobile-nav__hamburger-hld {
    padding: 15px 10px;
    height: 60px;
  }
  .mobile-nav__hamburger {
    width: 25px;
    height: 16px;
  }
  .mobile-nav__hamburger.is-clicked::after {
    transform: translateY(7px) rotate(-45deg);
  }
  .mobile-nav__hamburger.is-clicked::before {
    transform: translateY(-7px) rotate(45deg);
  }
  .mobile-nav__logo {
    height: 40px;
  }
  .mobile-nav__logo img {
    height: 100%;
  }
  .mobile-nav a.mobile-nav__button {
    position: relative;
    height: 50px;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #da001c;
    letter-spacing: 1px;
    color: #fff;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    margin-right: 70px;
  }
  .mobile-nav__navitagion {
    top: 60px;
    height: calc(100% - 60px);
    width: 85vw;
    right: -85vw;
  }
  .mobile-nav__navitagion.is-active {
    transform: translateX(-85vw);
  }
  .mobile-nav__navitagion .menu-desktop-container {
    margin-top: 20px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul {
    margin-left: 20px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li {
    margin-bottom: 12px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li a {
    font-size: 14px;
  }
  .mobile-nav__footer {
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px 10px 20px;
    background-color: #da001c;
  }
  .mobile-nav__footer .text {
    font-size: 14px;
    color: #fff;
  }
  .mobile-nav__footer .link {
    display: inline-block;
  }
  .mobile-nav__footer .link--olx {
    height: 24px;
  }
  .mobile-nav__footer .link .icon {
    height: 100%;
  }
  .mobile-nav__footer .link .icon img {
    width: auto;
    height: 100%;
  }
}
.mobile-nav__menu {
  margin-top: 40px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mobile-nav__link {
  color: #272a2e;
  font-family: "Satoshi";
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  /* animowane podkreślenie */
}
.mobile-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: #da001c;
  transition: width 0.25s ease-in-out;
}
.mobile-nav__link:hover::after {
  width: 100%;
}

/* =======================================
   RESPONSYWNOŚĆ – DOPASOWANE DO TWOICH
   ======================================= */
@media (max-width: 1023px) {
  .mobile-nav__menu {
    margin-top: 30px;
    padding: 0 25px;
    gap: 22px;
  }
  .mobile-nav__link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mobile-nav__menu {
    margin-top: 20px;
    padding: 0 20px;
    gap: 18px;
  }
  .mobile-nav__link {
    font-size: 16px;
  }
}
.mobile-bar {
  display: none;
  z-index: 102;
  position: relative;
}

@media (max-width: 1239px) {
  .mobile-bar {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    background-color: #c40000;
    padding: 12px 20px;
    width: 100%;
  }
  .mobile-bar__title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .mobile-bar__socials {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .mobile-bar__socials img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}
.footer {
  background-color: #1d1d1b;
  color: #fff;
  width: 100vw;
  padding: 0 100px;
  position: relative;
  z-index: 9999;
}
.footer__menu-link {
  position: relative;
  font-weight: 300;
  font-family: "Satoshi";
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s;
  margin: 0 20px;
}
.footer__menu-link:hover {
  color: #da001c;
}
.footer__menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background-color: #da001c;
  transition: width 0.25s ease;
}
.footer__menu-link:hover::after {
  width: 100%;
}
.footer__wrapper {
  display: flex;
  justify-content: wrap;
  flex-direction: space-between;
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.footer__col {
  flex: 1 1 30%;
  margin: 20px;
}
.footer__col:nth-child(3) {
  text-align: center;
}
.footer__title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.footer__text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: "Satoshi";
  font-weight: 300;
}
.footer__social-icons-hld {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
}
.footer__social {
  display: flex;
  flex-direction: column;
}
.footer__social-link {
  display: inline-block;
  width: 30px;
  display: flex;
  align-items: center;
}
.footer__social-link--instagram {
  width: 35px;
}
.footer__social-link img {
  width: 100%;
  height: auto;
}
.footer__social-link:hover {
  filter: brightness(0.8);
}
.footer__contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact-item {
  display: flex;
  align-items: center;
}
.footer__icon {
  margin-right: 10px;
  font-size: 18px;
  height: 18px;
  color: #1d1d1b;
}
.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: #da001c;
}
.footer__image--logo {
  height: 60px;
}
.footer__image--partners {
  height: 50px;
  position: relative;
  left: -20px;
}
.footer__image img {
  max-width: 100%;
  height: 100%;
}
.footer__bottom {
  display: flex;
  align-items: space-between;
  justify-content: space-between;
  flex-direction: row;
  padding: 20px 0;
  gap: 50px;
}
.footer__bottom .page-item-2 {
  display: none;
}
.footer__bottom a {
  color: #fff;
}
.footer__bottom .current_page_item {
  background-color: transparent;
}
.footer__bottom .current_page_item a {
  color: #da001c;
}
.footer__bottom .footer__credits {
  font-size: 14px;
  font-weight: 300;
}
.footer__bottom ul.footer__menu-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: "Satoshi";
  font-size: 14px;
}
.footer__bottom ul.footer__menu-list li a {
  text-decoration: none;
  transition: color 0.2s;
}
.footer__bottom ul.footer__menu-list li a:hover {
  color: #da001c;
}

@media (max-width: 1239px) {
  .footer {
    padding-left: 80px;
  }
  .footer_social {
    gap: 15px;
  }
  .footer_contact-list {
    gap: 15px;
  }
  .footer_icon {
    font-size: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .footer ul.footer__menu-list li a {
    margin-right: 20px;
  }
  .footer_contact-text {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .footer {
    min-height: 80px;
    padding: 15px 20px 15px 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer_social {
    gap: 8px;
  }
  .footer_contact-list {
    gap: 8px;
    align-self: flex-start;
  }
  .footer_icon {
    font-size: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .footer_contact-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    text-align: center;
    gap: 25px;
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
  }
  .footer__col {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer__contact-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .footer__contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__contact-link {
    display: block;
    text-align: center;
    width: 100%;
  }
  .footer__social-icons-hld {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .footer__social-link {
    width: 35px;
  }
  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* MENU — przyciski jeden pod drugim */
  }
  .footer__bottom ul.footer__menu-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100%;
    text-align: center;
  }
  .footer__bottom ul.footer__menu-list li {
    width: 100%;
    text-align: center;
  }
  .footer__bottom ul.footer__menu-list li a {
    display: block;
    width: 100%;
  }
  .footer__credits {
    order: 2;
    text-align: center;
    font-size: 11px;
    line-height: 1.6;
  }
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cabinet Grotesk";
  src: url("../assets/fonts/CabinetGrotesk-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../assets/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
/**
 * Baner full width (bez marginesów)
 * Obrazek/video fixed — tekst się przesuwa
 */
/* ===================================
   POLITYKA PRYWATNOŚCI – FIX MENU TOP
=================================== */
body.privacy-policy {
  margin: 0;
  padding: 0;
}

/* USUWA BIAŁĄ PRZESTRZEŃ NAD HEADEREM */
body.privacy-policy::before {
  display: none !important;
  content: none !important;
}

/* HEADER NA SAMĄ GÓRĘ */
body.privacy-policy header,
body.privacy-policy .site-header {
  margin-top: 0;
  padding-top: 0;
  top: 0;
  position: relative;
}

/* JEŚLI JEST JAKIŚ WRAPPER HEADERA */
body.privacy-policy .site-header-wrapper,
body.privacy-policy .header-wrapper {
  margin-top: 0;
  padding-top: 0;
}

/* BEZ DODATKOWEGO OFFSETU TREŚCI */
body.privacy-policy main,
body.privacy-policy .site-main {
  margin-top: 0;
  padding-top: 0;
}

.l-wrapper--banner {
  padding: 0;
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.banner {
  position: relative;
  height: 80vh;
  width: 100vw;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.page-home .banner {
  height: 100vh;
  width: 100vw;
}
.banner__hld {
  width: 100vw;
  height: 80vh;
  position: relative;
  bottom: 0;
  left: 0;
}
.page-home .banner__hld {
  top: 0;
  height: 100vh;
}
@media (max-width: 1023px) {
  .banner__hld {
    position: static;
  }
}
.banner__media {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}
.banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.45;
  z-index: 1;
}
.banner .basic-button {
  position: relative;
  z-index: 30;
  pointer-events: auto;
}
.banner__video, .banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__video {
  z-index: 0;
}
.banner__image {
  z-index: 0;
}
.banner__image--desktop {
  display: block;
}
.banner__image--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .banner__image--desktop {
    display: none;
  }
  .banner__image--mobile {
    display: block;
  }
}
.banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner__title {
  color: #fff;
  max-width: 1000px;
  margin: 0 auto 55px;
  opacity: 1;
  font-family: "Cabinet Grotesk";
}
.banner__cta {
  margin-bottom: 60px;
}

@media screen and (max-width: 1239px) {
  .banner {
    height: 100vh;
    min-height: 100vh;
    position: relative;
    z-index: 1;
  }
  .banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 40px;
    text-align: center;
    width: 90%;
    max-width: 500px;
    padding: 0 30px;
    z-index: 10;
  }
  .banner__hld {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
  }
  .banner__hld__image--desktop {
    display: none;
  }
  .banner__hld__image--mobile {
    display: block;
  }
  .banner::after {
    position: fixed;
    height: 100vh;
    z-index: -1;
  }
  .l-section,
  .photo-text-right,
  .photo-text-left,
  .highlighters-with-icons,
  .content-accordions,
  .basic-text {
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .banner__content {
    max-width: 320px;
    padding: 0 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 70vh;
  }
  .banner__content {
    max-width: 280px;
    padding: 0 15px;
    margin-top: 20px;
  }
  .banner__hld {
    height: 70vh;
  }
  .banner::after {
    height: 70vh;
  }
}
.l-section--photo-text-right {
  position: relative;
  z-index: 30;
  margin: 0px 0;
  background-color: #fff;
}

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

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

@media screen and (max-width: 1239px) {
  .photo-text-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px 20px;
    background: #fff;
    gap: 25px;
    z-index: 5;
  }
  .photo-text-right__photo--is-relative {
    bottom: -80px;
    right: -30px;
  }
  .photo-text-right__photo-hld {
    width: 100%;
    margin-bottom: 40px;
  }
  .photo-text-right__photo-inner {
    padding-top: 65%;
  }
  .photo-text-right__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .photo-text-right__content-hld {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .photo-text-right__content {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .photo-text-right__header h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .photo-text-right__subheader h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .photo-text-right__text {
    margin: 20px 0;
  }
  .photo-text-right__highlights {
    margin-top: 30px;
    width: 100%;
    display: grid;
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .photo-text-right {
    padding: 30px 15px;
    gap: 20px;
  }
  .photo-text-right__photo-inner {
    padding-top: 70%;
    margin-right: 100px;
    margin-bottom: 80px;
  }
  .photo-text-right__photo--is-relative {
    bottom: -80px;
    right: -30px;
  }
  .photo-text-right__highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
    font-size: 60px;
  }
  .photo-text-right__header h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .photo-text-right__subheader h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .photo-text-right__text {
    margin: 20px 0;
  }
  .photo-text-right__highlights {
    margin-top: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .photo-text-right__photo-timer {
    padding-top: 70%;
  }
}
@media screen and (max-width: 767px) {
  .photo-text-right {
    padding: 25px 10px;
  }
  .photo-text-right__photo-inner {
    padding-top: 100%;
    margin-right: 80px;
    margin-bottom: 50px;
  }
  .photo-text-right__photo--is-relative {
    bottom: -60px;
    right: -15px;
    margin: 0 auto;
  }
  .photo-text-right__header h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .photo-text-right__subheader h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .photo-text-right__text {
    margin: 20px 0;
  }
  .photo-text-right__highlights {
    margin-top: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.l-section--photo-text-left {
  margin: 0;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

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

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

@media screen and (max-width: 1239px) {
  ._photo-text-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    text-align: center;
  }
  ._photo-text-left_photo {
    width: 100%;
    margin-bottom: 20px;
  }
  ._photo-text-left_photo_photo-inner {
    width: 100%;
    padding-top: 60%;
    height: auto;
    margin-top: 100px;
  }
  ._photo-text-left_content {
    width: 100%;
    max-width: 500px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  ._photo-text-left_content h2,
  ._photo-text-left_content h3,
  ._photo-text-left_content p {
    margin: 0 auto 15px;
    width: 100%;
  }
  ._photo-text-left .btn,
  ._photo-text-left a.btn,
  ._photo-text-left button {
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
  }
  ._photo-text-left_img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1023px) {
  ._photo-text-left {
    padding: 25px 15px;
  }
  ._photo-text-left_photo {
    margin-bottom: 18px;
  }
  ._photo-text-left_photo_photo-inner {
    padding-top: 65%;
  }
  ._photo-text-left_content {
    padding: 0 10px;
  }
}
/* MOBILE-S: forced vertical stack — header, content, button, image */
@media (max-width: 767px), (max-width: 767px) {
  .photo-text-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 0px 12px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .photo-text-left__content-hld {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .photo-text-left__content {
    width: 100%;
    display: block;
  }
  .photo-text-left__content h2,
  .photo-text-left__content h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1.15;
  }
  .photo-text-left__text {
    width: 100%;
    margin: 0 0 8px;
  }
  .photo-text-left__button {
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .photo-text-left__button .basic-button,
  .photo-text-left__button a,
  .photo-text-left__button button {
    display: inline-flex;
    margin: 0;
  }
  /* PHOTO: pełna szerokość, obrazek widoczny */
  .photo-text-left__photo-hld {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
  }
  .photo-text-left__photo {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }
  .photo-text-left__photo-inner {
    width: 100%;
    position: relative;
  }
  .photo-text-left__img {
    display: block;
    width: 100%;
    height: auto;
  }
  .photo-text-left__img img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
  }
  html, body {
    overflow-x: hidden;
  }
}
.l-section--content-accordions {
  margin: 0;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

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

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

.content-accordions__title {
  font-size: 65px;
  margin-bottom: 25px;
  color: #272a2e;
}
.content-accordions__subheader {
  color: #272a2e;
  font-weight: 400;
}
.content-accordions__item {
  margin-top: 25px;
}
.content-accordions__item--editor-mode {
  margin: 15px;
}

@media screen and (max-width: 1239px) {
  .content-accordions {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    background: #fff;
  }
  .content-accordions__item {
    margin-bottom: 15px;
    background: #fff;
  }
  .content-accordions__header {
    padding: 15px 20px;
    font-size: 16px;
  }
  .content-accordions__content {
    padding: 15px 20px;
    font-size: 14px;
    background: #fff;
  }
  .content-accordions__icon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .content-accordions {
    padding: 20px 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .content-accordions__header {
    padding: 12px 15px;
    font-size: 15px;
  }
  .content-accordions__content {
    padding: 12px 15px;
    font-size: 13px;
  }
  .content-accordions__icon {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .content-accordions {
    padding: 35px 10px;
  }
  .content-accordions__header {
    padding: 10px 12px;
    font-size: 14px;
  }
  .content-accordions__content {
    padding: 10px 20px;
    font-size: 12px;
  }
  .content-accordions__icon {
    width: 16px;
    height: 16px;
  }
  .content-accordions__item {
    margin-bottom: 10px;
  }
  .content-accordions__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .content-accordions-item__title-box {
    padding-right: 40px;
  }
  .l-wrapper--content-accordions {
    padding-bottom: 12px;
  }
  .l-section--content-accordions + * {
    margin-top: 8px;
  }
}
.l-section--gallery-mosaic {
  margin: 50px 0 100px 0;
}

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

.gallery-mosaic {
  margin: -10px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-mosaic__filters {
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: sticky;
  top: 160px;
  background-color: #fff;
  z-index: 10;
  padding: 20px 20px;
  justify-content: center;
  box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
}
.gallery-mosaic__filters .filter-btn {
  background: none;
  border: 1px solid #272a2e;
  color: #272a2e;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.gallery-mosaic__filters .filter-btn.active, .gallery-mosaic__filters .filter-btn:hover {
  background-color: #da001c;
  border-color: #da001c;
}
.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: #da001c;
  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--mosaic-photos {
  margin: 100px 0;
}

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

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

@media (max-width: 1023px) {
  .l-wrapper--mosaic-photos {
    padding: 0 30px;
  }
  .mosaic-photos__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .mosaic-photos__item {
    margin-bottom: 15px;
  }
}
.l-section--highlighters-with-icons {
  position: relative;
  z-index: 20;
  margin: 0 auto 0;
  background-color: #fff;
  z-index: 2;
}
.l-section--highlighters-with-icons.l-section--no-margin {
  margin: 0;
}
.l-section--highlighters-with-icons.l-section--has-primary-bg {
  background-color: #000;
}
.l-section--highlighters-with-icons.l-section--has-primary-bg .highlighters-with-icons__header, .l-section--highlighters-with-icons.l-section--has-primary-bg .highlighters-with-icons__item-header, .l-section--highlighters-with-icons.l-section--has-primary-bg .highlighters-with-icons__item-text, .l-section--highlighters-with-icons.l-section--has-primary-bg .highlighters-with-icons__text {
  color: #fff;
}

.l-wrapper--highlighters-with-icons {
  padding: 80px 40px 60px 40px;
}
@media (max-width: 1239px) {
  .l-wrapper--highlighters-with-icons {
    padding: 60px 30px;
  }
}
@media (max-width: 1023px) {
  .l-wrapper--highlighters-with-icons {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .l-wrapper--highlighters-with-icons {
    padding: 40px 20px;
  }
}

.highlighters-with-icons {
  background-color: #fff;
}
.highlighters-with-icons__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  max-width: 1250px;
  margin: 0 auto 80px;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__content {
    gap: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .highlighters-with-icons__content {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .highlighters-with-icons__content {
    gap: 20px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.highlighters-with-icons__header {
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .highlighters-with-icons__header {
    text-align: center;
    width: 100%;
    order: 0;
  }
}
.highlighters-with-icons__text {
  text-align: center;
  transform: translateY(-30px);
}
@media (max-width: 1239px) {
  .highlighters-with-icons__text {
    transform: translateY(-15px);
  }
}
@media (max-width: 767px) {
  .highlighters-with-icons__text {
    transform: translateY(0);
    width: 100%;
    order: 1;
  }
}
.highlighters-with-icons__items-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__items-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .highlighters-with-icons__items-container {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .highlighters-with-icons__items-container {
    grid-template-columns: 1fr;
    gap: 25px;
    width: 100%;
    order: 2;
  }
}
.highlighters-with-icons__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__item {
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .highlighters-with-icons__item {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .highlighters-with-icons__item {
    padding: 5px;
  }
}
.highlighters-with-icons__item-icon {
  max-width: 120px;
  margin-bottom: 15px;
}
.highlighters-with-icons__item-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__item-icon {
    max-width: 90px;
  }
}
@media (max-width: 1023px) {
  .highlighters-with-icons__item-icon {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .highlighters-with-icons__item-icon {
    max-width: 55px;
  }
}
.highlighters-with-icons__item-header {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__item-header {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .highlighters-with-icons__item-header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .highlighters-with-icons__item-header {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.highlighters-with-icons__item-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-align: center;
  min-height: 100px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__item-text {
    min-height: auto;
  }
}
@media (max-width: 1023px) {
  .highlighters-with-icons__item-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .highlighters-with-icons__item-text {
    font-size: 13px;
    line-height: 1.4;
    min-height: auto;
  }
}

/* =========================================
   PRIVACY POLICY – HARD FIX MENU TOP
========================================= */
body.privacy-policy {
  margin: 0 !important;
  padding: 0 !important;
}

/* USUWAMY WSZYSTKO CO MOŻE DODAĆ OFFSET */
body.privacy-policy > * {
  margin-top: 0 !important;
}

/* NAJCZĘSTSZY WINOWAJCA */
body.privacy-policy::before,
body.privacy-policy::after {
  content: none !important;
  display: none !important;
  height: 0 !important;
}

/* NAV ZAWSZE NA GÓRZE */
body.privacy-policy nav {
  position: relative !important;
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* JEŚLI NAV JEST W HEADERZE */
body.privacy-policy header nav {
  margin-top: 0 !important;
}

/* BLOKUJEMY AUTOMATYCZNE ODSUNIĘCIE TREŚCI */
body.privacy-policy main,
body.privacy-policy section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.l-section--contact-form {
  position: relative;
  padding: 0px 0 140px 0;
  background-color: #fff;
  margin-top: 0;
  z-index: 2;
}

.contact-form__header {
  color: #272a2e;
  margin-bottom: 15px;
}
.contact-form__subheader {
  color: #272a2e;
  font-size: 24px;
  margin-bottom: 50px;
}
.contact-form__container {
  display: flex;
  gap: 60px;
  align-items: stretch;
  margin-top: 60px;
}
@media (max-width: 1239px) {
  .contact-form__container {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
}
.contact-form__col {
  flex-basis: 50%;
}
@media (max-width: 1239px) {
  .contact-form__col {
    flex-basis: 100%;
  }
}
.contact-form__col--info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.contact-form__info-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form__info-header {
  font-family: "Cabinet Grotesk";
  color: #1d1d1b;
  font-size: 26px;
  margin-bottom: 25px;
}
.contact-form__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-form__info-item .icon {
  width: 28px;
}
.contact-form__info-item .icon img {
  width: 100%;
  margin-top: 5px;
}
.contact-form__info-item .text {
  font-size: 16px;
  font-family: "Satoshi";
  color: #272a2e;
  line-height: 1.6;
  transition: color 0.2s;
}
.contact-form__form-hld {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 480px;
  padding: 35px;
  background: #fff;
  border: #000 solid 3px;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1239px) {
  .contact-form__form-hld {
    min-height: unset;
    padding: 25px;
  }
}
.contact-form__map-wrapper {
  position: relative;
  flex-grow: 1;
  margin-top: 0;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: #000 solid 3px;
}
.contact-form__map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: none;
  display: block;
}
@media (max-width: 1239px) {
  .contact-form__map-wrapper iframe {
    min-height: 320px;
  }
}
.contact-form__map-button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.contact-form__image-bg {
  position: absolute;
  top: -250px;
  right: 0;
  width: 360px;
}
.contact-form__newsletter-image-bg {
  position: absolute;
  top: -280px;
  right: 0;
  width: 300px;
  z-index: -1;
}
.contact-form__newsletter-container {
  padding: 30px;
  background-color: #da001c;
  border-radius: 40px;
  position: relative;
  display: none;
}

.wp-theme-starter div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.wp-theme-starter div.wpforms-container-full {
  width: 100%;
}
.wp-theme-starter .wpforms-container .wpforms-field {
  padding: 8px 0;
}
.wp-theme-starter .wpforms-container .wpforms-form .wpforms-field-sublabel {
  display: none;
}
.wp-theme-starter div.wpforms-container-full input[type=text],
.wp-theme-starter div.wpforms-container-full input[type=email],
.wp-theme-starter div.wpforms-container-full textarea {
  border: 1px solid #1d1d1b;
  padding: 20px 20px;
  border-radius: 10px;
}
.wp-theme-starter div.wpforms-container-full input[type=text]::-moz-placeholder, .wp-theme-starter div.wpforms-container-full input[type=email]::-moz-placeholder, .wp-theme-starter div.wpforms-container-full textarea::-moz-placeholder {
  text-indent: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}
.wp-theme-starter div.wpforms-container-full input[type=text]::placeholder,
.wp-theme-starter div.wpforms-container-full input[type=email]::placeholder,
.wp-theme-starter div.wpforms-container-full textarea::placeholder {
  text-indent: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}
.wp-theme-starter div.wpforms-container-full input[type=date]::-moz-placeholder, .wp-theme-starter div.wpforms-container-full input[type=email]::-moz-placeholder, .wp-theme-starter div.wpforms-container-full textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.wp-theme-starter div.wpforms-container-full input[type=date]::placeholder,
.wp-theme-starter div.wpforms-container-full input[type=email]::placeholder,
.wp-theme-starter div.wpforms-container-full textarea::placeholder {
  color: #000;
  opacity: 1;
}
.wp-theme-starter div.wpforms-container-full button[type=submit].basic-button,
.wp-theme-starter div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  display: inline-block;
  padding: 12px 25px;
  font-weight: 500;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.2s;
  border-radius: 30px;
  background-color: #1d1d1b !important;
}
.wp-theme-starter div.wpforms-container-full button[type=submit]:hover {
  background-color: #1d1d1b !important;
  color: #272a2e;
  background: none;
}
@media screen and (max-width: 767px) {
  .wp-theme-starter .wpforms-field-container {
    display: flex;
    flex-direction: column;
  }
  .wp-theme-starter .l-section--contact-form {
    padding: 40px 0 100px 0;
  }
  .wp-theme-starter .contact-form__header {
    margin-bottom: 15px;
  }
  .wp-theme-starter .contact-form__container {
    flex-direction: column;
    gap: 35px;
    overflow: hidden;
    margin-top: 30px;
  }
  .wp-theme-starter .contact-form__col--info {
    gap: 10px;
  }
  .wp-theme-starter .contact-form__newsletter-image-bg {
    top: -160px;
    right: -40px;
    width: 180px;
  }
  .wp-theme-starter .contact-form__image-bg {
    top: -160px;
    width: 220px;
  }
  .wp-theme-starter .contact-form__info-container {
    padding: 0;
  }
  .wp-theme-starter .mailerlite-form-inputs {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.l-section--basic-text {
  margin: 0;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.page-simple-text .l-section--basic-text {
  margin: 110px 0 110px 0;
}

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

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

@media screen and (max-width: 1239px) {
  .basic-text {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
  }
  .basic-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .basic-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .basic-text p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .basic-text {
    padding: 30px 15px;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .basic-text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .basic-text h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .basic-text p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-section--basic-text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .l-wrapper--basic-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .basic-text > *:last-child {
    margin-bottom: 0 !important;
  }
  .l-section--basic-text + .l-section--basic-text,
  .l-section--basic-text + section,
  .l-section--basic-text + .l-section--content {
    margin-top: 0 !important;
    padding-top: 8px;
  }
  .l-section--basic-text,
  .l-wrapper--basic-text {
    border-top: 1px solid transparent;
  }
}
.l-section--video-slider {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
  background-color: #fff;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.l-wrapper--video-slider {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.video-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 20px 0 20px;
  background-color: #fff;
  transform: translateX(0);
  padding-bottom: 40px;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.video-slider__header {
  text-align: center;
  margin-bottom: 20px;
}
.video-slider__header h2 {
  font-size: 2.5rem;
  color: #1d1d1b;
  font-weight: 700;
}
.video-slider .swiper-wrapper {
  display: flex;
}
.video-slider__item {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #1d1d1b;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-slider__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.video-slider__thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000;
}
.video-slider__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.video-slider__item:hover .video-slider__thumb img {
  transform: translate(-50%, -50%) scale(1.05);
}
.video-slider__title {
  padding: 1.5rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  line-height: 1.4;
}
.video-slider__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: #da001c !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}
.video-slider__play::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-slider__play::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}
.video-slider__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgb(255, 255, 255);
}
.video-slider__play:hover::before {
  opacity: 1;
}
.video-slider__play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: #da001c !important;
  margin-left: 4px;
}
.video-slider .swiper-button-prev,
.video-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.video-slider .swiper-button-prev::after,
.video-slider .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.video-slider .swiper-button-prev:hover,
.video-slider .swiper-button-next:hover {
  background: #da001c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.video-slider .swiper-button-prev.swiper-button-disabled,
.video-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.video-slider .swiper-button-prev {
  left: 30px;
}
.video-slider .swiper-button-next {
  right: 30px;
}
.video-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}
.video-slider .swiper-pagination-bullet-active {
  background: #ff0000;
}
.video-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
}
.video-slider .slick-dots li.slick-active button:before {
  color: #ff0000;
}

@media (max-width: 767px) {
  .video-slider .swiper-button-prev,
  .video-slider .swiper-button-next {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */