@charset "utf-8";
/* CSS Document */

   .is-line-height-1 {
      line-height: 1.2em;
    }
    .is-line-height-1-5 {
      line-height: 1.5em;
    }
    .is-line-height-2 {
      line-height: 2em;
    }

              
    .video-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 56.25%; /* 16:9 aspect ratio */
      overflow: hidden;
      cursor: pointer;
    }
    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .play-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('https://aristonthermo.com.pl/velis-3/img/'); /* Ścieżka do obrazka */
      background-size: cover;
      background-position: center;
      opacity: 0.7;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 2rem;
      font-weight: bold;
    }
  .table-container {
      overflow-x: auto;
      position: relative;
    }

    .table {
      width: 100%;
      border-collapse: collapse;
    }
        .table th.is-main,
        .table td.is-main {
            background-color: #f5f5f5;
        }
        .table th.is-main {
            position: sticky;
            left: 0;
            z-index: 1;
        }
        .table td.is-main {
            position: sticky;
            left: 0;
            z-index: 0;
        }
         .hero.is-custom-background-desktop {
      background-image: url('https://aristonthermo.com.pl/velis-3/img/velis-3-desktop-header-1.jpg');
      background-size: cover; /* Inne opcje: contain, auto, 100% 100% */
      background-position: left center; /* Wyśrodkowanie obrazka */
      background-repeat: no-repeat; /* Zapobiega powtarzaniu obrazka */
    }
        .hero.is-custom-background-mobile {
      background-image: url('https://aristonthermo.com.pl/velis-3/img/mobile-velis-3-header-1.jpg');
      background-size: cover; /* Inne opcje: contain, auto, 100% 100% */
      background-position: right center; /* Wyśrodkowanie obrazka */
      background-repeat: no-repeat; /* Zapobiega powtarzaniu obrazka */
    }
          
    .is-active {
      display: flex;
    }
  
           .zbiorniki-container {
      background-image: url('https://aristonthermo.com.pl/velis-3/img/velis-3-dwa-zbirniki-tlo2.jpg');
      background-size: cover;
      background-position: left;
      background-repeat: no-repeat;
      height: 500px; /* dopasowanie wysokości */
      color: white; /* Zmiana koloru tekstu dla lepszej czytelności */
    }
        .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2); /* nakładka */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
    height: 450px;
}
        .overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); /* nakładka */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
}

         .text-shadow {
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
