.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ce4b304 *//* ==================================================
   STOPKA – WARIANT 5
================================================== */

.stm-footer,
.stm-footer *,
.stm-footer *::before,
.stm-footer *::after {
    box-sizing: border-box;
}

.stm-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 31px 24px 24px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 82% 12%,
            rgba(255, 216, 199, 0.17),
            transparent 29%
        ),
        linear-gradient(
            115deg,
            #d88d72 0%,
            #df9b81 48%,
            #d98d73 100%
        );
    font-family: Arial, Helvetica, sans-serif;
}

.stm-footer__inner {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}


/* ==================================================
   GÓRNY RZĄD
================================================== */

.stm-footer__contacts {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(170px, 0.8fr)
        minmax(290px, 1.35fr)
        minmax(220px, 1fr)
        minmax(245px, 1.05fr)
        minmax(160px, 0.7fr);
    align-items: center;
    width: 100%;
    padding: 0 0 31px 84px;
}


/* ==================================================
   POJEDYNCZA INFORMACJA
================================================== */

.stm-footer__item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    min-width: 0;
    min-height: 92px;
    padding: 5px 24px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

a.stm-footer__item {
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

a.stm-footer__item:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
}

.stm-footer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: #d88f74;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 7px 20px rgba(111, 57, 39, 0.09);
}

.stm-footer__icon svg {
    display: block;
    width: 31px;
    height: 31px;
}

.stm-footer__item-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.stm-footer__item-text small {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.stm-footer__item-text strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.stm-footer__item--hours {
    cursor: default;
}


/* ==================================================
   SOCIAL MEDIA
================================================== */

.stm-footer__social-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 92px;
    padding-left: 31px;
}

.stm-footer__social-title {
    display: block;
    margin-bottom: 13px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
}

.stm-footer__social {
    display: flex;
    align-items: center;
    gap: 13px;
}

.stm-footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    color: #d88f74;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(111, 57, 39, 0.08);
    text-decoration: none;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

.stm-footer__social a:hover {
    color: #ffffff;
    background: #ba725a;
    transform: translateY(-3px);
}

.stm-footer__social svg {
    display: block;
    width: 22px;
    height: 22px;
}


/* ==================================================
   DOLNY RZĄD
================================================== */

.stm-footer__bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 35px;
    min-height: 71px;
    padding: 27px 80px 8px 130px;
    border-top: 1px solid rgba(255, 255, 255, 0.64);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.stm-footer__bottom p {
    margin: 0;
}

.stm-footer__separator {
    display: block;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.65);
}

.stm-footer__legal,
.stm-footer__author a {
    color: #ffffff;
    text-decoration: none;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.stm-footer__legal:hover {
    color: #ffffff;
    opacity: 0.72;
}

.stm-footer__author a {
    color: #603228;
    font-weight: 800;
}

.stm-footer__author a:hover {
    color: #ffffff;
}


/* ==================================================
   OZDOBNA GAŁĄZKA
================================================== */

.stm-footer__leaf {
    position: absolute;
    bottom: -43px;
    left: -18px;
    z-index: 1;
    width: 160px;
    height: auto;
    fill: none;
    stroke: rgba(255, 255, 255, 0.83);
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}


/* ==================================================
   MONITORY DO 1300 PX
================================================== */

@media (max-width: 1300px) {

    .stm-footer__contacts {
        grid-template-columns:
            minmax(160px, 0.8fr)
            minmax(245px, 1.25fr)
            minmax(205px, 1fr)
            minmax(220px, 1.05fr)
            minmax(145px, 0.7fr);
        padding-left: 60px;
    }

    .stm-footer__item {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 12px;
        padding-right: 17px;
        padding-left: 17px;
    }

    .stm-footer__icon {
        width: 54px;
        height: 54px;
    }

    .stm-footer__icon svg {
        width: 26px;
        height: 26px;
    }

    .stm-footer__item-text small {
        font-size: 13px;
    }

    .stm-footer__item-text strong {
        font-size: 13px;
    }

    .stm-footer__social-block {
        padding-left: 20px;
    }

    .stm-footer__social {
        gap: 8px;
    }

    .stm-footer__social a {
        width: 40px;
        height: 40px;
    }
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1000px) {

    .stm-footer {
        padding: 28px 20px 20px;
    }

    .stm-footer__contacts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 0 25px;
    }

    .stm-footer__item {
        min-height: 92px;
        padding: 15px 18px;
        border-right: 1px solid rgba(255, 255, 255, 0.45);
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    .stm-footer__item:nth-child(2n) {
        border-right: 0;
    }

    .stm-footer__social-block {
        min-height: 92px;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    .stm-footer__bottom {
        gap: 12px 22px;
        padding: 23px 30px 6px 90px;
    }

    .stm-footer__leaf {
        width: 125px;
    }
}


/* ==================================================
   TELEFON
================================================== */

@media (max-width: 650px) {

    .stm-footer {
        padding: 24px 15px 17px;
    }

    .stm-footer__contacts {
        display: block;
        padding-bottom: 20px;
    }

    .stm-footer__item {
        grid-template-columns: 48px 1fr;
        gap: 14px;
        width: 100%;
        min-height: 0;
        padding: 13px 4px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .stm-footer__icon {
        width: 48px;
        height: 48px;
    }

    .stm-footer__icon svg {
        width: 23px;
        height: 23px;
    }

    .stm-footer__item-text small {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .stm-footer__item-text strong {
        font-size: 13px;
    }

    .stm-footer__social-block {
        align-items: center;
        min-height: 0;
        padding: 16px 4px 5px;
        border-bottom: 0;
        text-align: center;
    }

    .stm-footer__social-title {
        font-size: 13px;
    }

    .stm-footer__social a {
        width: 42px;
        height: 42px;
    }

    .stm-footer__bottom {
        flex-direction: column;
        gap: 10px;
        padding: 19px 0 3px;
        font-size: 11px;
    }

    .stm-footer__separator {
        display: none;
    }

    .stm-footer__leaf {
        display: none;
    }
}


/* ==================================================
   MAŁE TELEFONY
================================================== */

@media (max-width: 400px) {

    .stm-footer__item {
        grid-template-columns: 43px 1fr;
        gap: 11px;
    }

    .stm-footer__icon {
        width: 43px;
        height: 43px;
    }

    .stm-footer__item-text strong {
        font-size: 12px;
    }
}
/* ==================================================
   POPRAWKA UKŁADU STOPKI
================================================== */

.stm-footer__contacts {
    grid-template-columns:
        minmax(210px, 0.85fr)
        minmax(330px, 1.35fr)
        minmax(250px, 1fr)
        minmax(290px, 1.15fr)
        minmax(185px, 0.7fr);
    padding-left: 70px;
}

.stm-footer__item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 5px 22px;
}

.stm-footer__icon {
    width: 58px;
    height: 58px;
}

.stm-footer__icon svg {
    width: 28px;
    height: 28px;
}

.stm-footer__item-text strong {
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: normal;
    word-break: normal;
}

/* Telefon, e-mail, adres i godziny nie łamią się przypadkowo */
.stm-footer__item-text small,
.stm-footer__item-text strong {
    white-space: nowrap;
}

.stm-footer__social-block {
    padding-left: 26px;
}

.stm-footer__social {
    gap: 10px;
}

.stm-footer__social a {
    width: 44px;
    height: 44px;
}

.stm-footer__bottom {
    gap: 12px 28px;
    padding: 25px 60px 8px 120px;
}


/* ==================================================
   MNIEJSZY LAPTOP
================================================== */

@media (max-width: 1450px) {

    .stm-footer__contacts {
        grid-template-columns:
            minmax(185px, 0.85fr)
            minmax(285px, 1.3fr)
            minmax(225px, 1fr)
            minmax(255px, 1.15fr)
            minmax(160px, 0.7fr);
        padding-left: 45px;
    }

    .stm-footer__item {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 11px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .stm-footer__icon {
        width: 50px;
        height: 50px;
    }

    .stm-footer__icon svg {
        width: 24px;
        height: 24px;
    }

    .stm-footer__item-text small {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .stm-footer__item-text strong {
        font-size: 12px;
    }

    .stm-footer__social-block {
        padding-left: 16px;
    }

    .stm-footer__social a {
        width: 38px;
        height: 38px;
    }
}


/* ==================================================
   TABLET – DWIE KOLUMNY
================================================== */

@media (max-width: 1100px) {

    .stm-footer__contacts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 0;
    }

    .stm-footer__item {
        min-height: 82px;
        padding: 13px 18px;
    }

    .stm-footer__item:nth-child(2n) {
        border-right: 0;
    }

    .stm-footer__social-block {
        min-height: 82px;
        padding: 13px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

    .stm-footer__bottom {
        padding: 22px 20px 6px 80px;
    }
}


/* ==================================================
   TELEFON – JEDNA KOLUMNA
================================================== */

@media (max-width: 650px) {

    .stm-footer__contacts {
        display: block;
    }

    .stm-footer__item {
        grid-template-columns: 46px minmax(0, 1fr);
        width: 100%;
        min-height: 0;
        padding: 13px 4px;
        border-right: 0;
    }

    .stm-footer__icon {
        width: 46px;
        height: 46px;
    }

    .stm-footer__item-text strong {
        font-size: 12px;
        white-space: normal;
    }

    /* Telefon nadal w jednym wierszu */
    .stm-footer__item:first-child .stm-footer__item-text strong {
        white-space: nowrap;
    }

    .stm-footer__social-block {
        align-items: center;
        padding: 17px 4px 5px;
    }

    .stm-footer__bottom {
        padding: 19px 0 3px;
    }
}

/* ==================================================
   GODZINY OTWARCIA – PIĘĆ OSOBNYCH WIERSZY
================================================== */

.stm-footer__hours {
    display: flex !important;
    flex-direction: column;
    gap: 1px;
    white-space: nowrap;
    line-height: 1.35 !important;
}

.stm-footer__hours span {
    display: block;
}

.stm-footer__item--hours {
    min-height: 118px;
}

@media (max-width: 1450px) {
    .stm-footer__hours {
        font-size: 11px !important;
    }

    .stm-footer__item--hours {
        min-height: 108px;
    }
}

@media (max-width: 1100px) {
    .stm-footer__hours {
        font-size: 12px !important;
        white-space: normal;
    }

    .stm-footer__item--hours {
        min-height: 122px;
    }
}

@media (max-width: 650px) {
    .stm-footer__hours {
        gap: 2px;
        font-size: 12px !important;
        white-space: normal;
    }

    .stm-footer__item--hours {
        min-height: 0;
    }
}
/* ==================================================
   TURKUSOWA KOLORYSTYKA STOPKI
   Reszta wyglądu pozostaje bez zmian
================================================== */

.stm-footer {
    background:
        radial-gradient(
            circle at 82% 12%,
            rgba(255, 255, 255, 0.16),
            transparent 29%
        ),
        linear-gradient(
            115deg,
            #168f94 0%,
            #26b5b2 48%,
            #137f87 100%
        );
}


/* BIAŁE KÓŁKA Z TURKUSOWYMI IKONAMI */

.stm-footer__icon {
    color: #199fa3;
    box-shadow: 0 7px 20px rgba(5, 78, 83, 0.12);
}


/* IKONY SOCIAL MEDIA */

.stm-footer__social a {
    color: #199fa3;
    box-shadow: 0 7px 18px rgba(5, 78, 83, 0.11);
}

.stm-footer__social a:hover {
    color: #ffffff;
    background: #0d7f84;
}


/* LINK MASZWWW.PL */

.stm-footer__author a {
    color: #064e53;
}

.stm-footer__author a:hover {
    color: #ffffff;
}/* End custom CSS */