.contact_stocks {display: none !important;}

span.projector_returns__days {
    display: none !important;
}

a.projector_paypo__link {
    pointer-events: none;
    text-decoration: none;
}

strong#projector_delivery_days {
    display: none !important;
}
.stats-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    width: 100%;
    overflow: hidden;
}

.stats-container .text-content {
    text-align: center;
    margin: 0 auto 40px auto;
    max-width: 90%;
}

.stats-container h3, 
.stats-container b, 
.stats-container p {
    text-align: center;
}

.stats-container .stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: black;
    background-color: transparent;
    width: 100%;
    flex-wrap: wrap;
}

.stats-container .stats-row {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px; 
}

.stats-container .stat-item {
    text-align: center;
    color: #333;
    width: 23%; 
    min-width: 150px;
    padding: 10px;
}

.stats-container .stat-icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.stats-container .stat-number {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

.stats-container .stat-description {
    font-size: 16px;
}

@media (max-width: 768px) {
    .stats-container .text-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .stats-container .stats-row {
        display: grid; 
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-items: center; 
        align-items: center; 
    }

    .stats-container .stat-item {
        width: 100%; 
        text-align: center;
        padding: 5px; 
    }

    .stats-container .stat-icon {
        font-size: 40px; 
    }

    .stats-container .stat-number {
        font-size: 28px; 
    }
}
/* BANER EVENTY, MISJA FIRMY */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.menu ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.menu li {
    background-color: #000000;
    border-radius: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 120px;
    width: 160px;
    padding: 10px;
    box-sizing: border-box;
}

.menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.menu .icon .material-icons {
    font-size: 3em;
    color: white;
}

.menu .text {
    font-size: 1.2em;
    color: white;
}

@media (max-width: 768px) {
    .menu li {
        width: 140px;
        height: 100px;
        margin-bottom: 15px;
    }

    .menu .icon .material-icons {
        font-size: 2.5em;
    }

    .menu .text {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .menu li {
        width: 90%;
        height: 80px;
        margin-bottom: 5px; 
    }

    .menu .icon .material-icons {
        font-size: 2em;
    }

    .menu .text {
        font-size: 1em;
    }
}

.menu li:hover {
    background-color: #828282;
    color: #222;
}
/* ===================
  Kontener z banerami kontaktowymi Sprzedaz Wynajem Serwis
==================== */
#unique_contact_banners {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

/* ===================
  Elementy banerów kontaktowych
==================== */
.unique_contact_banners__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    padding: 15px;
    box-sizing: border-box;
    min-height: 120px;
    width: 30%;
    margin-bottom: 20px;
    justify-content: center;
}

/* ===================
  Ikona banera
==================== */
.unique_contact_banners__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.unique_contact_banners__icon .material-icons {
    font-size: 2.5rem;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===================
  Tekst w banerach
==================== */
.unique_contact_banners__text strong {
    font-size: 1.3rem;
    display: block;
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
}

.unique_contact_banners__text a {
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    font-size: 1.3rem;
}

.unique_contact_banners__text a:hover {
    text-decoration: underline;
}

.unique_contact_banners__text p {
    margin: 2px 0;
}

/* ===================
  Responsywność dla mniejszych ekranów
==================== */
@media (max-width: 768px) {
    #unique_contact_banners {
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .unique_contact_banners__item {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .unique_contact_banners__icon {
        width: 70px;
        height: 70px;
    }

    .unique_contact_banners__icon .material-icons {
        font-size: 1.5rem;
    }

    .unique_contact_banners__item:nth-child(3) {
        margin-top: 20px;
    }
}
/* Zakładka kontakt - style dla sekcji kontaktowej */

.contact-info {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f4f4f4;
    padding: 20px;
}

.contact-info .content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-info .content h1 {
    color: #2c3e50;
}

.contact-info .content p {
    margin: 10px 0;
    font-size: 18px;
    color: #34495e;
}

.contact-info .content a {
    color: #2980b9;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.contact-info .content a:hover {
    color: #000000;
}

.contact-info .content a .material-icons {
    color: inherit;
}
/* Opinie na stronie głównej */
.opinie-header {
    margin-bottom: 20px;
    text-align: center;
}

.opinie-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.opinia {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 0 0 80%;
    min-width: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    scroll-snap-align: center;
}

.opinia:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.slider-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.slider-btn {
    background-color: #000000;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    transition: background 0.3s;
}

.slider-btn:hover {
    background-color: #000000;
}

@media (min-width: 768px) {
    .opinie-container {
        flex-wrap: nowrap;
        overflow: hidden;
        justify-content: space-between;
    }

    .opinia {
        flex: 1;
    }

    .slider-buttons {
        display: none;
    }
}

/* Global Styles */
.heading {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 0;
    line-height: 1.5;
    text-transform: none;
    text-align: right;
}

/* Social Media Icon Styling */
.social-links {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-color: #000000;
    border-radius: 50%;
}

.social-icon svg,
.social-icon img {
    width: 24px;
    height: 24px;
}
.hotspot__product .product__icon picture img {
    width: 274.5px !important;
    height: 254.9px !important;
}
footer .footer_settings__idosell .idosell__logo .idosell__img {
    width: 75px !important;
    height: 40px !important;
    object-fit: contain;
}
<!-- FAQ NA DOLE -->
<style>
.faq-section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}
.faq-item {
    margin-bottom: 10px;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    padding: 10px;
}
.faq-answer {
    display: none;
    padding: 10px;
    background-color: #fff;
    border-left: 3px solid #007BFF;
}
.faq-question:focus + .faq-answer,
.faq-question:hover + .faq-answer {
    display: block;
}
/* Styl dla FAQ */
.faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.faq-column {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.faq-question:after {
    content: "\25BC";
    color: #f47216;
    font-size: 20px;
}

.faq-answer {
    display: none;
    padding-top: 10px;
    font-size: 14px;
    color: #555;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question:after {
    content: "\25B2";
}
/* Poszerzanie sekcji ul w main_tree_sub */
#main_tree5 ul.main_tree_sub.row.align_row {
    width: 120%;
}
.image-container {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Odstęp pomiędzy obrazkami */
    align-items: center;
}

.image-container a {
    display: inline-block;
}

.image-container img {
    max-width: 100%;
    height: auto;
    width: 150px; /* Możesz dostosować szerokość obrazków */
}
h1, h2, h3, h4, h5, h6 {
    color: #000000; /* czarny kolor */
}