/* Poprawka relative na mobile .s */
.s-contact__map .button {
    padding-left: 60px;
}

@media (max-width: 991px) {
    .s {
        position: unset !important;
    }

    .flexibles .icon>img {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .flexibles .schedule-v2__rows .schedule-v2__row:not(:last-child) .schedule-v2__row--title {
        padding-bottom: 0;
    }

    .flexibles .schedule-v2__rows .schedule-v2__row:not(:last-child) .schedule-v2__row--title>span:after {
        background: unset;
    }

    .flexibles .schedule-v2__rows .schedule-v2__row:last-child .schedule-v2__row--title {
        flex-direction: column-reverse;
    }

    .flexibles .schedule-v2__row:last-child .schedule-v2__row--title>span {
        display: block;
    }
}