.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-f3da204 *//* ==================================================
   HEADER – STUDIO TERAPII MOWY
================================================== */

.stmh1-header,
.stmh1-header *,
.stmh1-header *::before,
.stmh1-header *::after {
    box-sizing: border-box;
}

.stmh1-header {
    position: relative;
    z-index: 999;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #edf1f3;
    box-shadow: 0 5px 18px rgba(24, 48, 73, 0.045);
    font-family: Arial, Helvetica, sans-serif;
}

.stmh1-header__inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1780px;
    min-height: 94px;
    margin: 0 auto;
    padding: 5px 30px;
}


/* ==================================================
   LOGO – PEŁNA GRAFIKA
================================================== */

.stmh1-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 355px;
    width: 355px;
    min-width: 0;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

.stmh1-brand:hover,
.stmh1-brand:focus {
    text-decoration: none !important;
}

.stmh1-brand__fullimage {
    display: block;
    width: 100%;
    max-width: 315px;
    height: 80px;
    margin: 0;
    padding: 0;
    object-fit: contain;
    object-position: left center;
}


/* ==================================================
   NAWIGACJA
================================================== */

.stmh1-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 82px;
    margin: 0;
    padding: 0 18px;
}

.stmh1-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(22px, 1.8vw, 38px);
    width: 100%;
    min-height: 82px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.stmh1-navigation li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.stmh1-navigation a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 82px;
    margin: 0;
    padding: 0;
    color: #102b4c !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.stmh1-navigation a:hover,
.stmh1-navigation a:focus,
.stmh1-navigation .current-menu-item > a {
    color: #159da2 !important;
}


/* PODKREŚLENIE */

.stmh1-navigation > ul > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    height: 2px;
    background: #23aeb1;
    border-radius: 5px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.stmh1-navigation > ul > li > a:hover::after,
.stmh1-navigation > ul > li > a:focus::after,
.stmh1-navigation > ul > li.current-menu-item > a::after {
    transform: scaleX(1);
}


/* STRZAŁKA USŁUG */

.stmh1-navigation a > svg {
    display: block;
    flex: 0 0 11px;
    width: 11px;
    height: 11px;
    transition: transform 0.2s ease;
}

.stmh1-navigation .menu-item-has-children:hover > a svg,
.stmh1-navigation .menu-item-has-children:focus-within > a svg {
    transform: rotate(180deg);
}


/* ==================================================
   PODMENU
================================================== */

.stmh1-navigation .sub-menu {
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 100;
    width: 220px;
    margin: 0;
    padding: 8px;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    border-top: 3px solid #23aeb1;
    border-radius: 0 0 11px 11px;
    box-shadow: 0 15px 34px rgba(14, 49, 76, 0.16);
    list-style: none;
    transform: translate(-50%, 8px);
    transition:
        visibility 0.2s ease,
        opacity 0.2s ease,
        transform 0.2s ease;
}

.stmh1-navigation .sub-menu li {
    width: 100%;
}

.stmh1-navigation .sub-menu a {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 12px;
    border-radius: 7px;
    color: #102b4c !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    white-space: normal;
}

.stmh1-navigation .sub-menu a::after {
    display: none;
}

.stmh1-navigation .sub-menu a:hover,
.stmh1-navigation .sub-menu a:focus {
    color: #159da2 !important;
    background: #effafa;
}

.stmh1-navigation .menu-item-has-children:hover > .sub-menu,
.stmh1-navigation .menu-item-has-children:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}


/* ==================================================
   PRAWA CZĘŚĆ
================================================== */

.stmh1-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    min-width: 0;
}

.stmh1-divider {
    display: block;
    flex: 0 0 1px;
    width: 1px;
    height: 44px;
    margin: 0 22px 0 4px;
    background: rgba(35, 174, 177, 0.35);
}


/* ==================================================
   TELEFON
================================================== */

.stmh1-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
    margin: 0 22px 0 0;
    color: #159da2 !important;
    text-decoration: none !important;
}

.stmh1-phone:hover,
.stmh1-phone:focus {
    color: #107b80 !important;
    text-decoration: none !important;
}

.stmh1-phone__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.stmh1-phone__icon svg {
    display: block;
    width: 22px;
    height: 22px;
}

.stmh1-phone__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.stmh1-phone__text strong {
    display: block;
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.stmh1-phone__text span {
    display: block;
    color: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}


/* ==================================================
   TURKUSOWY PRZYCISK
================================================== */

.stmh1-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 138px;
    gap: 7px;
    width: 138px;
    min-width: 138px;
    height: 42px;
    margin: 0;
    padding: 0 13px;
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            #26b5b2 0%,
            #168f94 55%,
            #137f87 100%
        );
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(19, 127, 135, 0.22);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.stmh1-booking:hover,
.stmh1-booking:focus {
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            #2fc3bf 0%,
            #189ba0 55%,
            #10747b 100%
        );
    box-shadow: 0 11px 25px rgba(19, 127, 135, 0.3);
    transform: translateY(-2px);
}

.stmh1-booking svg {
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
}


/* ==================================================
   MENU MOBILNE
================================================== */

.stmh1-menu-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.stmh1-menu-button {
    display: none;
    width: 41px;
    height: 38px;
    margin: 0 9px 0 auto;
    padding: 7px;
    background: #23aeb1;
    border-radius: 8px;
    cursor: pointer;
}

.stmh1-menu-button span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0;
    background: #ffffff;
    border-radius: 5px;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.stmh1-menu-toggle:checked + .stmh1-menu-button span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.stmh1-menu-toggle:checked + .stmh1-menu-button span:nth-child(2) {
    opacity: 0;
}

.stmh1-menu-toggle:checked + .stmh1-menu-button span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


/* ==================================================
   MONITORY DO 1450 PX
================================================== */

@media (max-width: 1450px) {

    .stmh1-header__inner {
        min-height: 88px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .stmh1-brand {
        flex-basis: 315px;
        width: 315px;
    }

    .stmh1-brand__fullimage {
        max-width: 280px;
        height: 74px;
    }

    .stmh1-navigation,
    .stmh1-navigation > ul,
    .stmh1-navigation a {
        min-height: 76px;
    }

    .stmh1-navigation {
        padding-right: 12px;
        padding-left: 12px;
    }

    .stmh1-navigation > ul {
        gap: 18px;
    }

    .stmh1-navigation a {
        font-size: 9px;
    }

    .stmh1-navigation > ul > li > a::after {
        bottom: 16px;
    }

    .stmh1-navigation .sub-menu {
        top: 64px;
    }

    .stmh1-divider {
        margin-right: 16px;
    }

    .stmh1-phone {
        min-width: 135px;
        margin-right: 15px;
    }

    .stmh1-phone__text strong {
        font-size: 10px;
    }

    .stmh1-phone__text span {
        font-size: 12px;
    }

    .stmh1-booking {
        flex-basis: 126px;
        width: 126px;
        min-width: 126px;
        height: 39px;
        font-size: 10px;
    }
}


/* ==================================================
   MNIEJSZE LAPTOPY
================================================== */

@media (max-width: 1180px) {

    .stmh1-brand {
        flex-basis: 255px;
        width: 255px;
    }

    .stmh1-brand__fullimage {
        max-width: 230px;
        height: 68px;
    }

    .stmh1-navigation {
        padding-right: 7px;
        padding-left: 7px;
    }

    .stmh1-navigation > ul {
        gap: 13px;
    }

    .stmh1-navigation a {
        font-size: 8px;
    }

    .stmh1-phone {
        min-width: auto;
        margin-right: 10px;
    }

    .stmh1-phone__text {
        display: none;
    }

    .stmh1-booking {
        flex-basis: 116px;
        width: 116px;
        min-width: 116px;
        height: 38px;
        font-size: 9px;
    }
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 950px) {

    .stmh1-header__inner {
        min-height: 76px;
        padding: 4px 14px;
    }

    .stmh1-brand {
        flex: 1 1 auto;
        width: auto;
    }

    .stmh1-brand__fullimage {
        max-width: 220px;
        height: 66px;
    }

    .stmh1-navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 100;
        display: none;
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 8px 15px 15px;
        background: #ffffff;
        border-top: 1px solid #edf1f3;
        border-bottom: 3px solid #23aeb1;
        box-shadow: 0 15px 30px rgba(18, 50, 76, 0.15);
    }

    .stmh1-menu-toggle:checked ~ .stmh1-navigation {
        display: block;
    }

    .stmh1-menu-button {
        display: block;
    }

    .stmh1-navigation > ul {
        display: block;
        min-height: 0;
    }

    .stmh1-navigation > ul > li {
        width: 100%;
        border-bottom: 1px solid #e8eef1;
    }

    .stmh1-navigation > ul > li:last-child {
        border-bottom: 0;
    }

    .stmh1-navigation a {
        justify-content: space-between;
        width: 100%;
        min-height: 0;
        padding: 14px 4px;
        font-size: 12px;
    }

    .stmh1-navigation > ul > li > a::after {
        display: none;
    }

    .stmh1-navigation .sub-menu {
        position: static;
        display: block;
        width: 100%;
        padding: 0 0 8px 12px;
        visibility: visible;
        opacity: 1;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        transform: none;
    }

    .stmh1-divider {
        display: none;
    }

    .stmh1-phone {
        margin-right: 8px;
    }
}


/* ==================================================
   TELEFON
================================================== */

@media (max-width: 650px) {

    .stmh1-header__inner {
        min-height: 66px;
        padding-right: 9px;
        padding-left: 9px;
    }

    .stmh1-brand__fullimage {
        max-width: 155px;
        height: 56px;
    }

    .stmh1-phone {
        display: none;
    }

    .stmh1-menu-button {
        width: 38px;
        height: 35px;
        margin-right: 5px;
    }

    .stmh1-booking {
        flex-basis: 101px;
        width: 101px;
        min-width: 101px;
        height: 36px;
        padding: 0 8px;
        font-size: 8px;
    }

    .stmh1-booking svg {
        flex-basis: 15px;
        width: 15px;
        height: 15px;
    }
}


/* ==================================================
   BARDZO MAŁE TELEFONY
================================================== */

@media (max-width: 430px) {

    .stmh1-brand__fullimage {
        max-width: 132px;
        height: 52px;
    }

    .stmh1-booking {
        flex-basis: 87px;
        width: 87px;
        min-width: 87px;
        font-size: 7.5px;
    }

    .stmh1-booking svg {
        display: none;
    }
}
/* ==================================================
   USUNIĘCIE PUSTEJ PRZESTRZENI NAD I POD LOGO
================================================== */

.stmh1-header {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
}

.stmh1-header__inner {
    height: 96px !important;
    min-height: 96px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* ==================================================
   PRZYCINANIE PRZEZROCZYSTEGO TŁA W PLIKU PNG
================================================== */

.stmh1-brand {
    position: relative;
    flex: 0 0 360px !important;
    width: 360px !important;
    height: 96px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.stmh1-brand__fullimage {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;

    display: block !important;

    width: 350px !important;
    max-width: none !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: initial !important;

    transform: translateY(-50%) scale(1.12);
    transform-origin: left center;
}


/* ==================================================
   WYRÓWNANIE MENU I PRAWEJ CZĘŚCI
================================================== */

@media (min-width: 951px) {

    .stmh1-navigation,
    .stmh1-navigation > ul,
    .stmh1-navigation > ul > li > a {
        height: 96px !important;
        min-height: 96px !important;
    }

    .stmh1-navigation > ul > li > a::after {
        bottom: 19px;
    }

    .stmh1-navigation .sub-menu {
        top: 82px;
    }
}


/* ==================================================
   MONITORY DO 1450 PX
================================================== */

@media (max-width: 1450px) and (min-width: 951px) {

    .stmh1-header__inner {
        height: 88px !important;
        min-height: 88px !important;
    }

    .stmh1-brand {
        flex-basis: 320px !important;
        width: 320px !important;
        height: 88px !important;
    }

    .stmh1-brand__fullimage {
        width: 310px !important;
        transform: translateY(-50%) scale(1.12);
    }

    .stmh1-navigation,
    .stmh1-navigation > ul,
    .stmh1-navigation > ul > li > a {
        height: 88px !important;
        min-height: 88px !important;
    }

    .stmh1-navigation > ul > li > a::after {
        bottom: 17px;
    }

    .stmh1-navigation .sub-menu {
        top: 75px;
    }
}


/* ==================================================
   MNIEJSZE LAPTOPY
================================================== */

@media (max-width: 1180px) and (min-width: 951px) {

    .stmh1-header__inner {
        height: 82px !important;
        min-height: 82px !important;
    }

    .stmh1-brand {
        flex-basis: 270px !important;
        width: 270px !important;
        height: 82px !important;
    }

    .stmh1-brand__fullimage {
        width: 260px !important;
        transform: translateY(-50%) scale(1.12);
    }

    .stmh1-navigation,
    .stmh1-navigation > ul,
    .stmh1-navigation > ul > li > a {
        height: 82px !important;
        min-height: 82px !important;
    }

    .stmh1-navigation .sub-menu {
        top: 69px;
    }
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 950px) {

    .stmh1-header__inner {
        height: 76px !important;
        min-height: 76px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .stmh1-brand {
        flex: 1 1 auto !important;
        width: auto !important;
        height: 76px !important;
    }

    .stmh1-brand__fullimage {
        width: 245px !important;
        transform: translateY(-50%) scale(1.1);
    }
}


/* ==================================================
   TELEFON
================================================== */

@media (max-width: 650px) {

    .stmh1-header__inner {
        height: 66px !important;
        min-height: 66px !important;
    }

    .stmh1-brand {
        height: 66px !important;
    }

    .stmh1-brand__fullimage {
        width: 180px !important;
        transform: translateY(-50%) scale(1.1);
    }
}


/* ==================================================
   BARDZO MAŁY TELEFON
================================================== */

@media (max-width: 430px) {

    .stmh1-header__inner {
        height: 60px !important;
        min-height: 60px !important;
    }

    .stmh1-brand {
        height: 60px !important;
    }

    .stmh1-brand__fullimage {
        width: 150px !important;
    }
}
/* ==================================================
   +6 PX DO WYSOKOŚCI HEADERA I LOGO
================================================== */

.stmh1-header__inner {
    height: 102px !important;
    min-height: 102px !important;
}

.stmh1-brand {
    height: 102px !important;
}

@media (min-width: 951px) {
    .stmh1-navigation,
    .stmh1-navigation > ul,
    .stmh1-navigation > ul > li > a {
        height: 102px !important;
        min-height: 102px !important;
    }

    .stmh1-navigation .sub-menu {
        top: 88px !important;
    }
}


/* ==================================================
   MONITORY DO 1450 PX
================================================== */

@media (max-width: 1450px) and (min-width: 951px) {

    .stmh1-header__inner {
        height: 94px !important;
        min-height: 94px !important;
    }

    .stmh1-brand {
        height: 94px !important;
    }

    .stmh1-navigation,
    .stmh1-navigation > ul,
    .stmh1-navigation > ul > li > a {
        height: 94px !important;
        min-height: 94px !important;
    }

    .stmh1-navigation .sub-menu {
        top: 81px !important;
    }
}


/* ==================================================
   MNIEJSZE LAPTOPY
================================================== */

@media (max-width: 1180px) and (min-width: 951px) {

    .stmh1-header__inner {
        height: 88px !important;
        min-height: 88px !important;
    }

    .stmh1-brand {
        height: 88px !important;
    }

    .stmh1-navigation,
    .stmh1-navigation > ul,
    .stmh1-navigation > ul > li > a {
        height: 88px !important;
        min-height: 88px !important;
    }

    .stmh1-navigation .sub-menu {
        top: 75px !important;
    }
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 950px) {

    .stmh1-header__inner {
        height: 82px !important;
        min-height: 82px !important;
    }

    .stmh1-brand {
        height: 82px !important;
    }
}


/* ==================================================
   TELEFON
================================================== */

@media (max-width: 650px) {

    .stmh1-header__inner {
        height: 72px !important;
        min-height: 72px !important;
    }

    .stmh1-brand {
        height: 72px !important;
    }
}


/* ==================================================
   BARDZO MAŁY TELEFON
================================================== */

@media (max-width: 430px) {

    .stmh1-header__inner {
        height: 66px !important;
        min-height: 66px !important;
    }

    .stmh1-brand {
        height: 66px !important;
    }
}/* End custom CSS */