.image-container {
            display: flex;
            justify-content: center;
            gap: 10px;
            width: 100%;
        }
        .freeShipping{
        display: none!important;
        }
        .image-container img {
            width: 100%; /* Rozciągnięcie obrazków na pełną szerokość kontenera */
            height: auto;
            border-radius: 10px;
        }
        
        .naglowek1 {
            font-size:2em;
            color:#282828;
            font-weight:800;
        }
        
        .naglowek2 {
             color:#282828;
        }
        
                .naglowek3 {
            font-size:1.5em;
            color:#282828;
            font-weight:800;
            margin-bottom:20px;
        }
        
        .big_label, .headline {
    font-family: var(--font-family-headline);
    color: #333;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: var(--big-label-font-size);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: var(--less-labels-margin-bottom);
    padding: var(--less-labels-padding);
}

.aq-container {
            display: flex;
            width: 100%;
            height: 50vh;
        }
        .aq-left {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background-color: #f0f0f0;
        }
        .aq-right {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .aq-right img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }
        
        .product__name {
    display: block;
    font-size: var(--product-name-font-size);
    font-weight: var(--product-name-font-weight);
    font-style: var(--product-name-font-style);
    font-family: var(--product-name-font-family);
    color: var(--product-name-color);
    text-transform: var(--product-name-text-transform);
    margin-bottom: var(--product-name-margin-bottom);
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    min-height: 50px;
}


@media all and (max-width: 991px){
section#main_news .article__block {
    display: flex;
    flex-direction: column;
}

div#main_cms2 .aq-container {
    height: auto;
}
}


@media all and (max-width: 767px){
div#main_cms2 .aq-container {
    flex-direction: column;
    gap: 20px;
}
div#main_cms2 .aq-container > div {
    width: 100%;
}
}


@media all and (max-width: 575px){
.image-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


#container {
    padding-top: 0;
}

#main_banner1 img,
#main_banner1 .swiper-slide {
    height: 150px;
}
}

 .custom-table {
      width: 100%;
      border-collapse: collapse;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .custom-table th,
    .custom-table td {
      border: 1px solid #ddd;
      padding: 12px;
      text-align: left;
      vertical-align: middle;
    }

    .custom-table th {
      background-color: #f0f0f0;
      font-weight: bold;
    }

    .custom-table img {
      max-height: 50px;
      width: auto;
      display: block;
    }

    @media screen and (max-width: 768px) {
      .custom-table th, .custom-table td {
        font-size: 14px;
        padding: 8px;
      }

      .custom-table img {
        max-height: 40px;
      }
    }

    @media screen and (max-width: 480px) {
      .custom-table, .custom-table thead, .custom-table tbody, .custom-table th, .custom-table td, .custom-table tr {
        display: block;
      }

      .custom-table tr {
        margin-bottom: 20px;
        border-bottom: 2px solid #ccc;
      }

      .custom-table td {
        border: none;
        padding-left: 50%;
        position: relative;
      }

      .custom-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 8px;
        font-weight: bold;
        white-space: nowrap;
      }

      .custom-table th {
        display: none;
      }
    }
    
    .regulation {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  padding: 20px;
}

.regulation-title {
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.regulation-list {
  list-style: decimal;
  margin-left: 20px;
}

.regulation-list li {
  margin-bottom: 12px;
}

.definition-text {
  display: inline-block;
  margin-left: 5px;
}

.definition-contact {
  display: block;
  margin-left: 10px;
}

.sublist {
  list-style: lower-alpha;
  margin-top: 5px;
  margin-left: 20px;
}

#points_login{
  display: none !important;
}

.search_description__wrapper p {
  line-height: 30px!important;
}

#prepaid_documents {
  display: none !important;
}