:root {
    --bs-nav-link-font-size: 14px;
    --bs-primary: #edbf49;
    --bs-primary-rgb: 237,191,73;
    --bs-header-bg: #2B2B2B;
    --bs-footer-bg: #242424;
    --site-accent: #EDBF49;
    --site-copper: #B87333;
    --bs-border-radius: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
.modal,
.modal-header,
.modal-content {
    --bs-modal-border-radius: 0;
    --bs-modal-inner-border-radius: 0;
    --bs-modal-header-border-width: 0;
}
.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #8B5E3C;
    --bs-btn-border-color: #8B5E3C;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #B87333;
    --bs-btn-hover-border-color: #B87333;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #B87333;
    --bs-btn-active-border-color: #B87333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8B5E3C;
    --bs-btn-disabled-border-color: #8B5E3C;
}
.callback-modal {
    --bs-modal-width: 480px;
    --bs-modal-margin: 16px;
    --bs-modal-color: #fff;
    --bs-modal-bg: #2b2b2b;
    --bs-modal-border-color: #665735;
    --bs-modal-border-radius: 18px;
    --bs-modal-inner-border-radius: 17px;
}
.callback-modal .modal-dialog {
    height: calc(100dvh - 32px);
    margin-block: 16px;
}
.callback-modal .modal-content {
    --bs-modal-border-radius: 18px;
    --bs-modal-inner-border-radius: 17px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}
.callback-modal .modal-header {
    display: block;
    padding: 28px 88px 12px 32px;
}
.callback-modal .modal-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
.callback-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #f7d879;
    background: #393731;
    border: 1px solid #8c7841;
    border-radius: 10px;
}
.callback-modal__close:hover {
    color: #242424;
    background: #edbf49;
}
.callback-modal .modal-body {
    padding: 0 32px 28px;
    overscroll-behavior: contain;
}
.callback-modal__description {
    margin: 0 0 24px;
    color: #d4cfc4;
    font-size: 14px;
    line-height: 1.65;
}
.callback-modal .form-label {
    margin-bottom: 8px;
    font-size: 14px;
}
.callback-modal .form-control {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 16px;
    color: #fff;
    background: #363636;
    border: 1px solid #858078;
    border-radius: 10px;
}
.callback-modal .form-control::placeholder {
    color: #bdb8af;
    opacity: 1;
}
.callback-modal .form-control:focus {
    border-color: #edbf49;
    box-shadow: 0 0 0 3px rgba(237, 191, 73, .2);
}
.callback-modal .btn-primary {
    min-height: 48px;
    border-radius: 12px;
}
.callback-modal .alert {
    border-radius: 10px;
    font-size: 14px;
}
.callback-modal__contact {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #494742;
}
.callback-modal__contact p {
    margin-bottom: 4px;
    color: #c9c2b4;
    font-size: 13px;
}
.callback-modal__contact a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    width: fit-content;
    max-width: 100%;
    text-decoration: none;
}
.callback-modal__contact a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.callback-modal__phone {
    color: #f4d77d;
    font-size: 18px;
    font-weight: 600;
}
.callback-modal__instagram {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 359px) {
    .callback-modal .modal-header {
        padding: 26px 76px 12px 24px;
    }
    .callback-modal .modal-body {
        padding-inline: 24px;
    }
    .callback-modal .modal-title {
        font-size: 22px;
    }
    .callback-modal__close {
        top: 16px;
        right: 16px;
    }
}
body {
    position: relative;
}
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(237, 191, 73, 0.65);
    outline-offset: 3px;
}
.bg-soft-gray {
    background: #fdfdfd61;
}
.sterilization-intro {
    max-width: 780px;
    margin-top: 16px;
    color: #5f5a54;
    line-height: 1.65;
}
.sterilization-stage {
    --bs-gutter-x: 2rem;
    row-gap: 25px;
    margin-inline: 0;
    padding: clamp(18px, 3vw, 32px);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(43, 43, 43, 0.08);
    box-shadow: 0 18px 48px rgba(43, 43, 43, 0.08);
}
.sterilization-stage__image {
    width: 100%;
    aspect-ratio: 33 / 20;
    object-fit: cover;
    background: #eee8df;
}
.sterilization-stage ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
}
.sterilization-stage li + li {
    margin-top: 0.35rem;
}
header {
    position: sticky;
    top: 0;
    display: flex;
    width: 100%;
    z-index: 100;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    left: 0;
    background: var(--bs-header-bg);
}
body.menu-open {
    overflow: hidden;
}
.mobile-callback-cta {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 97;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding-inline: 18px;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}
header .navbar-expand-lg {
    width: 100%;
}
header .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 100%;
    --bs-nav-link-color: #fff;
}
footer {
    background: var(--bs-footer-bg);
    color: #fff;
}
main.full-width {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    min-height: calc(100vh - 57px);
}
.bg-dark .btn {
    color: #EDBF49;
}
.home-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    min-height: 580px;
    height: min(850px, calc(100svh - 70px));
    padding: clamp(28px, 5vw, 64px);
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 24%, rgba(237, 191, 73, 0.2), transparent 22%),
        radial-gradient(circle at 68% 86%, rgba(184, 115, 51, 0.18), transparent 30%),
        linear-gradient(135deg, #343230 0%, #242424 52%, #161616 100%);
    color: #fff;
}
.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(105deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 72%, rgba(0, 0, 0, 0.08) 100%),
        repeating-linear-gradient(135deg, transparent 0 48px, rgba(255, 255, 255, 0.012) 48px 49px);
}
.home-hero::after {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(38px, 8vw, 130px);
    z-index: -1;
    width: min(34vw, 430px);
    aspect-ratio: 1;
    border: 1px solid rgba(237, 191, 73, 0.22);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(237, 191, 73, 0.035),
        0 0 0 140px rgba(237, 191, 73, 0.02);
    transform: translateY(-50%);
}
.home-hero__content {
    max-width: 650px;
}
.home-hero__location {
    margin-bottom: 14px;
    color: #f7d879;
    font-size: 13px;
    letter-spacing: 1.2px;
}
.home-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(32px, 3.5vw, 52px);
    font-weight: 600;
    line-height: 1.13;
}
.home-hero__description {
    max-width: 470px;
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.6;
}
.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.home-hero__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 12px 24px;
}
.home-hero__prices {
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
}
.home-hero__prices:hover,
.home-hero__prices:focus-visible {
    color: #242424;
    background: #fff;
    border-color: #fff;
}
.home-hero__hint {
    margin: 14px 0 0;
    color: #eee;
    font-size: 12px;
    line-height: 1.6;
}
@media (max-width: 575px) {
    .home-hero {
        min-height: 600px;
        height: calc(100svh - 68px);
        max-height: 790px;
        padding: 32px 22px 90px;
    }
    .home-hero__location {
        font-size: 11px;
        letter-spacing: 0.6px;
    }
    .home-hero::after {
        top: 23%;
        right: -76px;
        width: 240px;
        box-shadow:
            0 0 0 48px rgba(237, 191, 73, 0.03),
            0 0 0 96px rgba(237, 191, 73, 0.018);
    }
    .home-hero__description {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .home-hero__actions {
        gap: 10px;
    }
    .home-hero__actions .btn {
        padding: 12px 17px;
        font-size: 14px;
    }
}
#mainNavbar {
    width: 100%;
    justify-content: center;
}
#mainNavbar ul > li > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.beauty-hover {
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.beauty-hover:hover {
    color: var(--site-accent);
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    transition: .3s;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .a-item.active {
    color: var(--site-accent);
}
.social-wrapper a {
    width: 44px;
    height: 44px;
    background-color: #fff;
    font-size: 20px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}
.social-wrapper a i {
    position: relative;
    display: block;
    line-height: 1;
    color: #262626;
    transition: .5s;
    z-index: 3;
}

.social-wrapper a:hover i {
    color: #fff;
    transform: rotateY(360deg);
}

.social-wrapper a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    transition: .5s;
    z-index: 2;
}

.social-wrapper a:nth-child(2):before{
    background: var(--site-accent);
}

.social-wrapper a:hover:before {
    top: 0;
}

.beauty-divider {
    width: 100%;
    height: 2px;
    margin: 2.5rem auto;
    background: linear-gradient(to right, transparent, #FDE37E, #FDE37E, transparent);
    border-radius: 2px;
    position: relative;
    opacity: 0.8;
}

.beauty-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #FDE37E;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(219, 169, 195, 0.2);
}
.main-container {
    display: grid;
    /*gap: 25px;*/
    justify-content: center;
    min-height: 70px;
    align-content: center;
    grid-auto-flow: column;
}
#main-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 11;
    transition: top 0.3s;
    background: var(--bs-footer-bg);
}
.btn-container {
    margin: 0 10px;
}
.main-container a {
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    min-height: 70px;
    align-items: center;
    transform: skew(-20deg);
    text-align: center;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}
.main-container a span {
    display: inline-block;
    transform: skew(20deg);
}

.main-container a:hover, .main-container a.active {
    transition: background-color 0.3s ease;
    background: #000;
    color: var(--site-accent);
}
.before-heading {
    position: relative;
    padding-left: 45px;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-style: normal;
    color: #EDBF49;
}
.before-heading::before, .center.before-heading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 1px;
    background-color: #EDBF49;
}

.card-container {
    position: relative;
    overflow: hidden;
}
.card-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}
.card-container .card-body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 8% 25px 8%;
    z-index: 2;
}
.card-container .card-text a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    text-decoration: none;
}
.card-container .card {
    transition-duration: 0.4s;
    transform-origin: 50% 50%;
}
.card-container:hover .card,
.card-container:focus-within .card {
    transform: scale(1.2) translate(0,0);
    opacity: 1;
}

.card-container .card img {
    max-width: 100%;

}
.card-container:hover .card-text a,
.card-container:focus-within .card-text a {
    text-decoration: underline;
}
.bg-overlay {
    z-index: 5;
}

.bg-overlay, .bg-overlay-bg, .bg-overlay-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bg-overlay {
    opacity: 1;
    visibility: visible;
}
.bg-overlay-bg {
    --cnvs-bg-overlay-bg-opacity: 0.75;
    --cnvs-bg-overlay-bg: rgba(0,0,0, 0.75);
    background-color: rgba(0,0,0, 0.75);
}
.skrollable {
    transition: all 0.2s linear;
    transform-style: preserve-3d;
}
.bg-overlay-content {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 20px;
}
.overlay-trigger-icon {
    --cnvs-bg-overlay-icon-size: 40px;
    --cnvs-bg-overlay-icon-gap: 0.25rem;
    --cnvs-bg-overlay-icon-font-size: 1.125rem;
    --cnvs-bg-overlay-icon-rounded: 50%;
    display: block;
    width: var(--cnvs-bg-overlay-icon-size);
    height: var(--cnvs-bg-overlay-icon-size);
    line-height: var(--cnvs-bg-overlay-icon-size);
    margin: 0 var(--cnvs-bg-overlay-icon-gap);
    font-size: var(--cnvs-bg-overlay-icon-font-size);
    text-align: center;
    border-radius: var(--cnvs-bg-overlay-icon-rounded);
    -webkit-backface-visibility: hidden;
    transition: all .3s ease;
}
.bg-overlay [data-hover-animate]:not(.animate__animated) {
    opacity: 0;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}
.accordion-button:not(.collapsed) {
    background: #0000000a;
    color: var(--bs-heading-color);
}
.accordion-item {
    border:none;
    border-top: 1px solid #eee !important;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom: 1px solid #eee !important;
}
.accordion-button:focus {
    box-shadow: none;
}
.grayscale-hover {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.grayscale-hover:hover {
    filter: grayscale(0%);
}
.scroll-down-icon {
    animation: bounceDown 2s infinite;
    opacity: 0.8;
}
.bottom-10 {
    bottom: 10%;
}
.beauty-tabs .nav-link {
    --bs-nav-link-color: #212529;
    --bs-nav-link-hover-color: var(--site-copper);
    --bs-nav-tabs-link-active-color: #111;
    position: relative;
    padding: 15px 0;
    margin: 0 20px;
    color: #212529;
    font-weight: 500;
    transition: color .2s ease;
}
.beauty-tabs .nav-link:hover,
.beauty-tabs .nav-link:focus {
    color: var(--site-copper);
}
.beauty-tabs .nav-link.active,
.beauty-tabs .nav-item.show .nav-link {
    color: #111;
}
.beauty-tabs .nav-link::after {
    content: " ";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    transition: all .3s ease;
}
.beauty-tabs .nav-link:hover::after,
.beauty-tabs .nav-link:focus::after {
    width: 100%;
    left: 0;
    background-color: var(--site-copper);
}
.beauty-tabs .nav-link.active::after {
    width: 100%;
    left: 0;
    background-color: var(--site-accent);
}
#servicesTabsContent .accordion-body, .accordion-body td {
    background: #fdfdfd;
}
#servicesTabsContent .accordion-body {
    overflow-x: auto;
}
#servicesTabsContent .table {
    min-width: 560px;
}
#servicesTabsContent .accordion-body tr:first-child {
    font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: inherit;
}
.portfolio-item {
    position: relative;
}
.grid-inner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.grid-container, .grid-inner {
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image img,
.portfolio-item .portfolio-image > a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
}
.portfolio-reveal .portfolio-desc {
    transition: all .3s ease-in-out;
}

.portfolio-reveal .portfolio-desc {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transform: translateY(100%);
}

.portfolio-desc {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transform: translateY(100%);
    padding: 1.25rem 1.25rem;
    z-index: 6;
    transition: all .3s ease-in-out;
}
.empty-portfolio {
    border: 1px solid #eee;
}

.btn-primary {
    background: #EDBF49;
    border: 1px solid #EDBF49;
    border-radius: 20px;
    font-size: 14px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:hover {
    background: #B87333;
    border: 1px solid #B87333;
    color: #fff;
}
.instagram-strip > a {
    display: block;
    min-height: 96px;
    overflow: hidden;
}
.instagram-strip > a img {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}
a[href^="tel:"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}
.podology-hero {
    padding: clamp(48px, 7vw, 92px) 0 !important;
    background:
        radial-gradient(circle at 12% 10%, rgba(237, 191, 73, 0.18), transparent 32%),
        linear-gradient(135deg, #fffaf2 0%, #f6eee3 48%, #ffffff 100%);
}
.podology-hero__title {
    max-width: 760px;
    margin-top: 14px;
    margin-bottom: 18px;
    font-size: clamp(2.1rem, 4vw, 4.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}
.podology-hero__lead,
.podology-section-lead {
    max-width: 820px;
    color: #5f5a54;
    font-size: 1.05rem;
    line-height: 1.7;
}
.podology-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.podology-hero .row {
    margin-right: 0;
    margin-left: 0;
}
.podology-hero__image,
.podology-consultation img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 24px 70px rgba(43, 43, 43, 0.14);
}
.podology-note {
    max-width: 720px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.78);
    border-left: 3px solid var(--site-accent);
    color: #4d4841;
    line-height: 1.6;
}
.podology-anchor-nav {
    position: sticky;
    top: 0;
    z-index: 9;
    background: rgba(36, 36, 36, 0.96);
    border-top: 1px solid rgba(237, 191, 73, 0.22);
    border-bottom: 1px solid rgba(237, 191, 73, 0.18);
}
.podology-anchor-nav .container {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}
.podology-anchor-nav .container::-webkit-scrollbar {
    display: none;
}
.podology-anchor-nav a {
    flex: 0 0 auto;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease, background-color .2s ease;
}
.podology-anchor-nav a:hover,
.podology-anchor-nav a:focus {
    color: var(--site-accent);
    background: rgba(255, 255, 255, 0.06);
}
.podology-gallery-card,
.podology-price-card,
.podology-review-card,
.podology-seo-text,
.podology-consultation {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(43, 43, 43, 0.08);
    box-shadow: 0 18px 48px rgba(43, 43, 43, 0.08);
}
.podology-gallery-card {
    height: 100%;
    overflow: hidden;
}
.podology-gallery-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.podology-gallery-card__body,
.podology-review-card,
.podology-seo-text {
    padding: clamp(18px, 3vw, 30px);
}
.podology-gallery-card h3,
.podology-review-card h3 {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 700;
}
.podology-gallery-card p,
.podology-review-card p,
.podology-seo-text p {
    color: #5f5a54;
    line-height: 1.68;
}
.podology-table-wrap {
    overflow-x: auto;
}
.podology-price-table {
    min-width: 760px;
    margin-bottom: 0;
}
.podology-price-table th {
    padding: 16px 18px;
    background: #242424;
    color: #fff;
    font-weight: 600;
}
.podology-price-table td {
    padding: 15px 18px;
    vertical-align: middle;
}
.podology-price-table td:nth-child(2) {
    min-width: 150px;
    color: #8B5E3C;
    font-weight: 700;
}
.podology-price-table td:nth-child(3) {
    min-width: 130px;
    color: #5f5a54;
}
.podology-support-accordion .accordion-body {
    padding: 0;
}
.podology-consultation {
    padding: clamp(18px, 4vw, 40px);
}
.podology-consultation.row {
    margin-right: 0;
    margin-left: 0;
}
.podology-consultation h2 {
    margin: 12px 0 14px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: -0.03em;
}
.podology-consultation p {
    color: #5f5a54;
    line-height: 1.7;
}
.podology-mini-card {
    height: 100%;
    padding: 16px;
    background: #fcf8f2;
    border-left: 3px solid var(--site-accent);
    color: #3d3933;
    font-weight: 600;
}
.podology-review-card {
    position: relative;
    min-height: 100%;
}
.podology-review-card__mark {
    color: rgba(184, 115, 51, 0.22);
    font-size: 4rem;
    line-height: 0.7;
    font-weight: 700;
}
.podology-review-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    background: #fcf8f2;
    border: 1px solid rgba(43, 43, 43, 0.08);
}
.podology-seo-text {
    max-width: 1020px;
}
.podology-seo-text h2 {
    margin: 14px 0 18px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: -0.03em;
}
@media (min-width: 992px) {
    header .navbar-expand-lg .container {
        flex-direction: column;
    }
    .col-lg-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        padding-left: 250px;
    }
    header {
        position: fixed;
        top: 0;
        width: 250px;
        max-width: calc(100vw - 70px);
        min-height: 100vh;
    }
}
@media (min-width: 768px) {
    .portfolio-item:hover .portfolio-desc {
        display: block;
        transform: translateY(0);
        transition: all .3s ease-in-out;
    }
}
@media (max-width: 991px) {
    body {
        padding-bottom: 78px;
    }
    .podology-anchor-nav {
        top: 68px;
    }
    .podology-review-cta {
        align-items: stretch;
        flex-direction: column;
    }
    /*header .navbar-expand-lg {*/
    /*    flex-wrap: nowrap;*/
    /*}*/
    header {
        left: 0;
    }
    .main-container {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        max-width: 100%;
        margin: -15px;
        justify-content: left;
    }
    #services, .content-wrap > #portfolio {
        padding-top: 3rem !important;
    }
    .content-wrap > #portfolio {
        margin-top: 1rem;
    }
    header > .btn-container {
        display: none;
    }
    #faq {
        padding-top: 3rem;
    }
    #brands {
        padding-top: 3rem;
    }
    header .navbar-expand-lg > .container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 104px;
        gap: 16px;
        min-height: 68px;
        padding-inline: 18px;
    }
    header .logo-container {
        min-width: 0;
        padding: 0 !important;
        margin: 0 !important;
    }
    header .logo-container img {
        width: 100%;
        max-width: 210px;
    }
    .mobile-nav > .container {
        padding-right: 0;
        padding-left: 0;
        justify-content: center !important;
    }

    .menu-toggle {
        width: 104px;
        height: 44px;
        flex: 0 0 104px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 8px;
        background: #393731;
        border: 1px solid #8c7841;
        border-radius: 10px;
        color: #f7d879;
        position: relative;
        cursor: pointer;
        transition: background-color .2s ease;
        z-index: 1000;
    }
    .menu-toggle__label {
        font-size: 14px;
        font-weight: 600;
    }
    .menu-toggle__icon {
        flex-shrink: 0;
    }
    .menu-toggle__cross,
    .menu-toggle.open .menu-toggle__bars {
        display: none;
    }
    .menu-toggle.open .menu-toggle__cross {
        display: block;
    }
    .menu-toggle.open {
        background: #edbf49;
        color: #242424;
    }

    /* Оверлей */
    .menu-overlay {
        position: fixed;
        top: 68px;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        opacity: 0;
        pointer-events: none;
        transition: 0.3s ease;
        z-index: 998;
    }

    .menu-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    .main-container a {
        min-height: 40px;
    }

    .side-menu {
        position: fixed;
        top: 68px;
        right: 0;
        width: 100%;
        max-height: calc(100dvh - 68px);
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 26px clamp(32px, 9vw, 56px) calc(28px + env(safe-area-inset-bottom));
        background: #2b2b2b;
        color: #fff;
        text-align: left;
        border-bottom: 1px solid #756135;
        border-radius: 0 0 18px 18px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s;
        z-index: 999;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .4);
    }
    .side-menu.active {
        visibility: visible;
        opacity: 1;
        transform: none;
    }
    .side-menu__title {
        margin: 0 0 8px;
        color: #c9c2b4;
        font-size: 11px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }
    .side-menu .nav a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 14px 0;
        min-height: 54px;
        font-size: 17px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #494742;
    }
    .side-menu .nav a::after {
        content: "";
        width: 7px;
        height: 7px;
        flex-shrink: 0;
        border-top: 1px solid #d8c185;
        border-right: 1px solid #d8c185;
        transform: rotate(45deg);
        margin-right: 3px;
    }
    .side-menu .btn {
        min-height: 48px;
        border-radius: 12px;
    }
    .side-menu__contact {
        padding-top: 12px;
    }
    .side-menu__contact a {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        color: #f4d77d;
        font-size: 16px;
        text-decoration: none;
    }
    .side-menu__contact p {
        margin: 4px 0 0;
        color: #c9c2b4;
        font-size: 13px;
        line-height: 1.6;
    }
    .side-menu .nav a:hover,
    .side-menu .nav a.active {
        color: #edbf49;
    }
    .logo-container {
        text-align: left;
    }
    .logo-container img {
        max-height: 45px;
    }
    .beauty-divider {
        display: none;
    }
    header > .social-wrapper {
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    main.full-width {
        min-height: calc(100vh - 68px);
    }
}
@media (max-width: 575px) {
    .mobile-callback-cta {
        width: 54px;
        height: 54px;
        min-height: 54px;
        padding: 0;
    }
    .mobile-callback-cta i {
        margin-right: 0 !important;
        font-size: 1.2rem;
    }
    .mobile-callback-cta__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    .podology-price-table {
        min-width: 0;
    }
    .podology-price-table thead {
        display: none;
    }
    .podology-price-table,
    .podology-price-table tbody,
    .podology-price-table tr,
    .podology-price-table td {
        display: block;
        width: 100%;
    }
    .podology-price-table tr {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }
    .podology-price-table tr:last-child {
        border-bottom: 0;
    }
    .podology-price-table td {
        padding: 4px 14px;
        border-bottom: 0;
    }
    .podology-price-table td:first-child {
        font-weight: 600;
    }
    .podology-price-table td:nth-child(2),
    .podology-price-table td:nth-child(3) {
        min-width: 0;
    }
    .podology-price-table td:nth-child(2)::before {
        content: "Ціна: ";
        color: #5f5a54;
        font-weight: 500;
    }
    .podology-price-table td:nth-child(3)::before {
        content: "Тривалість: ";
        color: #5f5a54;
        font-weight: 500;
    }
}
@media (min-width: 768px) {
    .instagram-strip > a {
        min-height: 140px;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
@keyframes bounceDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}
@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0)
    }
}

.fadeOutTopLeft {
    animation-name: fadeOutTopLeft
}

@keyframes fadeOutTopRight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0)
    }
}

.fadeOutTopRight {
    animation-name: fadeOutTopRight
}

@keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0)
    }
}

.fadeOutBottomRight {
    animation-name: fadeOutBottomRight
}

@keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0)
    }
}

.fadeOutBottomLeft {
    animation-name: fadeOutBottomLeft
}
/*.beauty-hover {*/
/*    position: relative;*/
/*    display: block;*/
/*    text-transform: uppercase;*/
/*    transition: .5s;*/
/*    z-index: 1;*/
/*}*/
/*.beauty-hover:before {*/
/*     content: '';*/
/*     position: absolute;*/
/*     top: 0;*/
/*     left: 0;*/
/*     width: 100%;*/
/*     height: 100%;*/
/*     border-top: 1px solid #EED9C4;*/
/*     border-bottom: 1px solid #EED9C4;*/
/*     transform: scaleY(1.3);*/
/*     opacity: 0;*/
/*     transition: .3s;*/
/* }*/
/*.beauty-hover:after {*/
/*     content: '';*/
/*     position: absolute;*/
/*     top: 2px;*/
/*     left: 0;*/
/*     width: 100%;*/
/*     height: 100%;*/
/*     transform: scale(0);*/
/*     opacity: 0;*/
/*     transition: .3s;*/
/*     z-index: -1;*/
/* }*/
/*.beauty-hover:hover {*/
/*    !*color: #fff;*!*/
/*}*/
/*.beauty-hover:hover:before {*/
/*     transform: scaleY(1);*/
/*     opacity: 1;*/
/* }*/
/*.beauty-hover:hover:after {*/
/*     transform: scaleY(1);*/
/*     opacity: 1;*/
/* }*/

/* Published portfolio text remains readable on touch devices and without hover. */
.portfolio-work-feed .portfolio-desc {
    position: static;
    transform: none;
    overflow-wrap: anywhere;
}
.portfolio-work-feed .grid-inner {
    height: 100%;
    background: #fff;
    border: 1px solid #eee;
}
.portfolio-work-feed .portfolio-image img {
    aspect-ratio: 3 / 2;
    object-fit: contain;
    background: #f5f2f0;
}
