#price-hero h1 {
    font-family: "Playfair Display";
    font-size: 56px;
    text-align: start;
    font-weight: 600;
}

#price-hero p {
    color: rgb(95 99 104);
    font-size: 14px;
    line-height: 1.6;
}

#senior-info {
    border: 1px solid rgb(228 228 220);
    background: #fff;

    & h4 {
        margin-bottom: 4px;
    }

    & .icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        background: #E8ECCE;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

        & i {
            color: #768226;
        }
    }
}

#price .content {
    padding: 50px 0;
}

#price .tab-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    cursor: pointer;
    background: transparent;
    text-transform: none;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: inherit;
    color: #2c2c2c;
    padding-right: 3px;
}

#price .tab-btn.active {
    border-bottom-color: #768226;
    color: #768226;
    font-weight: 700;
    padding-right: 0;
}

#price i {
    font-size: 14px;
    left: 20px;
    top: 50%;
    color: #5F6368;
    transform: translateX(-50%) translateY(-50%);
}

#price #search {
    padding: 14px 16px 14px 40px;
    border: 1px solid rgb(228 228 220);
    font-size: 14px;
}

.price-wrapper {
    border: 1px solid rgb(228 228 220);
}

#section-physio,
#section-massage,
#section-nutrition {
    background: #fff;
}

.service-row:last-child {
    border-bottom: none;
}

.service-row:hover {
    background: #f6f6f1;
}

.service-row > div:first-child {
    /*flex: 1 1 0;*/
    /*min-width: 0;*/
    width: 500px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-row > div:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*@media (max-width: 500px)*/
/*{*/
/*    */
/*}*/


.service-row {
    color: rgb(44 44 44);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 24px;
    border-bottom: 1px solid #e4e4dc;
    transition: background 0.2s ease;
    gap: 20px;

    & h3 {
        margin: 0;
        font-family: Inter;

    }

    & p {
        font-style: italic;
        color: rgb(95 99 104);
        font-size: 11px;
        font-weight: 400;
        margin: 0;
    }
}

.service-row .icon-box {
    width: 48px;
    height: 48px;
    border: 1px solid #e4e4dc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    flex: 0 0 auto;
}

.price-pill {
    display: flex;
    flex-direction: column;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #e4e4dc;
    border-radius: 6px;
    min-width: 100px;
    width: 48%;

    & span.title {
        text-transform: uppercase;
        color: rgb(95 99 104);
        font-weight: 700;
        font-size: 10px;
        margin-bottom: 4px;
        line-height: 1.5;
    }

    & span.price {
        color: rgb(44 44 44);
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
    }
}
.price-pill-senior {
    /*border-color: #768226;*/
    /*background: #fcfdf7;*/

    & span.senior-badge {

    }

    & span.price {
        color: #768226;
    }

}

.catalogue {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.catalogue .card {
    background: white;
    padding: 32px;
    border: 1px solid black;
    border-radius: 10px;
    transition: .15s;
}

.catalogue .card:hover {
    box-shadow: 0 24px 60px -20px oklch(22% .07 240/.35);
}

.catalogue .card .icon {
    width: 60px;
}

.catalogue .card .title {
    font-size: 1.5rem;
    margin-left: 20px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
}

.card-header .description {
    margin-left: 20px;
}

.catalogue .card ul.prices {
    padding: 0;
    margin-bottom: 0;
}

.catalogue .card ul.prices > li {
    display: flex;
    justify-content: space-between;
    height: 80px;
    border-top: 1px solid black;
    padding: 16px 0;

}

.catalogue .card ul.prices .icon {
    width: 16px;
    /*height: 16px;*/
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    svg {
        width: 100%;
        color: #6A7428;
        margin: 0;
    }
}

.catalogue .card ul.prices .name {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;

    padding-left: 20px;
    font-weight: 600;

    .icon {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);

    }
}

.catalogue .card ul.prices .description.pl {
    padding-left: 20px;
}

.catalogue .card ul.prices .price {
    display: flex;
    flex-direction: column;

    justify-content: center;


    .money {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: end;
    }
}

.description {
    font-size: .75rem;
    color: #475764;
}

.tooltip-info {
    width: 14px;
    height: 14px;

    svg {
        height: 100%;
        width: 100%;
        cursor: pointer;

    }
}

.tooltip-wrapper {
    position: relative;
}

.tooltip-data {
    position: absolute;
    background: black;
    color: white;
    border-radius: 4px;
    padding: 20px;
    width: max-content;
    font-size: 16px;

    ul {
        margin-top: 10px;
    }
}

.tooltip-wrapper.tooltip-right .tooltip-data {
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 20px), -50%);
    transition: .2s;
}

.tooltip-wrapper.tooltip-right .tooltip-data:before {
    content: ' ';
    top: 50%;
    left: -5px;
    background: inherit;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(45deg);
}

span.cents {
    font-size: 1rem;
    vertical-align: top;
}


@media only screen and (max-width: 850px)
{
    .catalogue {
        grid-template-columns: auto;
    }

    .service-row > div:first-child {
        width: 100%;
    }

}