.sekcja-upselling {
    width: 100%;
    background: #ffffff;
    padding-bottom: 16px;
}

.SwiperUpselling {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 1240px;
    position: initial;
}

.SwiperUpselling  .swiper-wrapper {
    position: initial;
}

.Upselling-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 1240px;

    position: relative;
    width: 1340px;
}

.SwiperUpselling-header {
    font-size: 36px;
    font-weight: 700;
    padding-top: 48px; 
    padding-bottom: 48px;
    text-align: center;
}

.dodatki-item {
    width: 32%;
    background: #f5f5f5;
    border-radius: 12px;
    text-align: center;
    border:0;
    padding: 12px;
}

.dodatki-item-img {
    position: relative;
}

.dodatki-item-img span {
    position: absolute;
    left: calc(50% - 80px);
    bottom: -12px;
    width: 160px;
    background: #7203ab;
    background:#3c54a7;
    color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
}

.dodatki-item-img img {
    width: 100%;
    height: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.dodatki-item-header {
    padding-top: 24px;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    background-color: #ffffff;
}

.dodatki-item-badge {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffffff;
}

.dodatki-item-footer {
    padding-bottom: 12px;
    background-color: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.dodatki-item-footer .button-sprawdz {
    background: #ffcd04;
    border-color: #ffcd04;
    font-weight: 700;
    font-size: 14px;
    padding: 17px 14px;
    line-height: 1;
    width: 170px;
    border-radius: 9px;
}

.dodatki-item-footer .button-sprawdz:hover {
    background: #f8b120;
    border-color: #f8b120;
}

/*PREV NEXT*/
.swiper-button-next-upselling,
.swiper-button-prev-upselling  {
    display: flex !important;
    top: calc(50% + 60px) !important;
}

.swiper-button-next-upselling {
    right: 0;
}

.swiper-button-prev-upselling {
    left: 0;
}

@media (max-width: 1200px) {
    .SwiperUpselling-header {
        font-size: 30px;
        padding-bottom: 30px;
    }
}


/* SEKCJA */
@media (max-width: 1400px) and (min-width: 1300px) {
    .Upselling-wrapper {
        width: 1240px;
    }

    .SwiperUpselling {
        width: 100%;
    }
    .swiper-button-next-upselling {
        right: -8px;
    }

    .swiper-button-prev-upselling {
        left: -8px;
    }
}

@media (max-width: 1299px) and (min-width: 1201px) {
    .Upselling-wrapper {
        width: 1100px;
    }

    .SwiperUpselling {
        width: 100%;
    }

    .swiper-button-next-upselling {
        right: -16px;
    }

    .swiper-button-prev-upselling {
        left: -16px;
    }
}

@media (max-width: 1200px) and (min-width: 840px) {
    .Upselling-wrapper {
        width: 800px;
    }

    .SwiperUpselling {
        width: 100%;
    }

    .swiper-button-next-upselling {
        right: -16px;
    }

    .swiper-button-prev-upselling {
        left: -16px;
    }
}

@media (max-width: 839px) and (min-width: 730px) {
    .swiper-button-next-upselling {
        right: -8px;
    }

    .swiper-button-prev-upselling {
        left: -8px;
    }
}

@media (max-width: 839px) {
    .Upselling-wrapper {
        width: 100%;
    }

    .SwiperUpselling {
        width: 100%;
    }

    .sekcja-upselling {
        padding-left: 16px;
        padding-right: 16px;
    }
    
}
@media (max-width: 729px) {
    .swiper-button-next-upselling,
    .swiper-button-prev-upselling  {
        top: calc(50% + 70px) !important;
    }

    .swiper-button-next-upselling {
        right: -16px;
    }

    .swiper-button-prev-upselling {
        left: -16px;
    }
}

.SwiperUpselling .swiper-pagination-bullet-active {
    background: #000000;
}

.SwiperUpselling .swiper-wrapper {
    padding-bottom: 16px;
}

/* buttony */
@media (min-width: 1201px) {
    .swiper-button-next-upselling {
        display: none !important;
    }

    .swiper-button-prev-upselling {
        display: none !important;
    }

    .SwiperUpselling {
        padding-bottom: 0 !important;
    }

    .swiper-slide-count-2 {
        justify-content: center !important;
    }
}

@media (max-width: 1200px) and (min-width: 731px) {
    .SwiperUpselling-2 .swiper-button-next-upselling {
        display: none !important;
    }

    .SwiperUpselling-2 .swiper-button-prev-upselling {
        display: none !important;
    }
}



