.services-premium-header .btn-lead-magnet,
.why-choose-badge {
    align-self: center
}

body,
html {
    min-height: 100%;
    margin: 0;
    padding: 0
}

.cta-form-subtitle,
.cta-form-title,
.faq-question span,
.hero-static-text h1,
.hero-static-text p,
.lead-magnet-subtitle,
.lead-magnet-title,
.lead-popup-subtitle,
.lead-popup-title,
.modal-box-subtitle,
.modal-box-title,
.reviews-scroll-title,
.services-premium-title,
.why-choose-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance
}

:root {
    --primary: #7B633F;
    --primary-dark: #7B633F;
    --primary-light: #DFD0BD;
    --secondary: #DFD0BD;
    --accent: #F0EFEB;
    --bg-cream: #F1EDE1;
    --text-dark: #7B633F;
    --text-main: #7B633F;
    --text-light: #7B633F;
    font-size: 17px
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: Montserrat, sans-serif !important;
    color: #7b633f
}

.case-modal-name,
.contacts-block-header h2,
.cta-form-card-title,
.cta-form-title,
.doctor-block-card-info h5,
.doctors-block-header-left h2,
.edu-modal-doctor-name,
.faq-question,
.faq-title,
.lead-magnet-title,
.review-scroll-top h5,
.reviews-scroll-title,
.section-header h2,
.services-premium-title,
.sp-card-body h5,
.why-choose-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif !important
}

.contacts-info-item a,
.contacts-info-item p,
.contacts-toggle-btn,
.cta-form-input,
.cta-form-submit,
.cta-form-subtitle,
.doctor-block-edu-btn,
.doctor-block-specialty,
.faq-answer p,
.lead-magnet-subtitle,
.review-scroll-service,
.review-scroll-text,
.sp-card-tags,
.why-card-desc,
.why-card-title,
a,
button,
input,
li,
p,
select,
span,
textarea {
    font-family: Montserrat, sans-serif !important
}

.footer {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    background: var(--primary-dark) !important;
    position: relative
}

.hero-static {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--primary-dark)
}

.hero-static-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.hero-static .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(91, 88, 67, .45);
    z-index: 1;
    pointer-events: none
}

.hero-static-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 85vh;
    padding: 60px 0
}

@keyframes heroFadeDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}


.hero-static-text h1 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 3.8rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important
}

.hero-static-text p {
    font-size: 1.18rem;
    opacity: .93;
    margin-bottom: 32px;
    line-height: 1.7;
    color: #fff
}

@media (max-width:1200px) {
    .hero-static-text h1 {
        font-size: 2.7rem !important
    }

    .hero-static-text {
        max-width: 520px
    }
}

@media (max-width:991px) {

    .hero-static,
    .hero-static-inner {
        min-height: 70vh
    }

    .hero-static-text h1 {
        font-size: 2.2rem !important
    }

    .hero-static-text {
        max-width: 480px
    }
}

@media (max-width:768px) {

    .hero-static,
    .hero-static-inner {
        min-height: auto !important
    }

    .hero-static-text h1,
    .hero-static-text p {
        display: block !important;
        text-align: center
    }

    .top-bar {
        display: none !important
    }

    .hero-static-inner {
        padding: 30px 0 32px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px
    }

    .hero-static-bg {
        background-position: 78% center !important;
        background-size: cover !important;
        background-color: transparent !important
    }

    .hero-static .hero-overlay {
        background: rgba(91, 88, 67, .4) !important
    }

    .hero-static-text {
        max-width: 100%;
        background: rgba(255, 255, 255, .13);
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 20px;
        padding: 36px 24px 52px;
        margin-top: 0;
        display: flex;
        flex-direction: column
    }

    .hero-static-text h1 {
        font-size: 2.16rem !important;
        margin-bottom: 48px !important
    }

    .hero-static-text p {
        font-size: 1.27rem;
        margin-bottom: 48px
    }

    .hero-static-text .btn-hero-primary {
        margin-top: 0
    }

    .btn-hero-primary {
        margin-bottom: 0
    }
}

@media (max-width:480px) {

    .hero-static,
    .hero-static-inner {
        min-height: auto !important
    }

    .hero-static-inner {
        padding: 22px 0 24px;
        justify-content: flex-start;
        gap: 16px
    }

    .hero-static-text {
        padding: 28px 18px 40px;
        top: auto !important;
        margin-top: 0;
        display: flex;
        flex-direction: column
    }

    .hero-static-text h1 {
        font-size: 1.77rem !important;
        margin-bottom: 42px !important;
        text-align: center
    }

    .hero-static-text p {
        font-size: 1.11rem;
        margin-bottom: 42px;
        text-align: center
    }

    .hero-static-text .btn-hero-primary {
        margin-top: 0
    }
}

.why-choose-section {
    background: #f1ede1;
    padding: 100px 0;
    position: relative
}

.why-choose-wrapper {
    display: flex;
    gap: 48px;
    align-items: stretch
}

.why-left-reveal {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1)
}

.case-modal-box,
.checkup-card,
.edu-modal-box {
    transform: translateY(30px)
}

.doctor-block-card,
.service-premium-card {
    transition: transform .35s cubic-bezier(.4, 0, .2, 1), box-shadow .35s cubic-bezier(.4, 0, .2, 1)
}

.why-left-reveal.why-left-visible {
    opacity: 1;
    transform: translateX(0)
}

.why-choose-left {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.why-choose-right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-content: stretch
}

.why-choose-badge {
    display: inline-block;
    background: 0 0;
    color: #7b633f;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    font-style: italic;
    padding: 0;
    border-radius: 0;
    margin-bottom: 32px;
    letter-spacing: .03em;
    position: relative;
    text-transform: none
}

.why-choose-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    color: #7b633f !important;
    line-height: 1.18 !important;
    margin: 0 0 16px !important
}

.why-card-desc,
.why-card-title {
    font-family: Montserrat, sans-serif;
    color: #7b633f
}

.why-choose-family-photo {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
    aspect-ratio: 1/1;
    max-width: 75%;
    margin: 0 auto
}

.contacts-visual-panel img,
.lead-popup-photo img,
.promo-cta-photo img,
.why-choose-family-photo img,
.works-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.why-choose-card {
    background: #dfd0bd;
    border-radius: 28px;
    padding: 32px 28px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.service-premium-card.sp-card-reveal,
.why-choose-card.why-card-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1)
}

.checkup-card.checkup-visible,
.review-scroll-card.review-visible,
.service-premium-card.sp-card-visible,
.why-choose-card.why-card-reveal.why-card-visible {
    opacity: 1;
    transform: translateY(0)
}

.why-choose-card.why-card-reveal.why-card-visible:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(91, 88, 67, .3)
}

.why-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: none;
    letter-spacing: .02em
}

.why-card-desc {
    font-size: .92rem;
    line-height: 1.6;
    margin: 0
}

@media (max-width:380px) {
    .why-choose-right {
        grid-template-columns: 1fr
    }
}

.services-premium-section {
    padding: 90px 0;
    background: #f0efeb
}

.services-premium-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 48px;
    text-align: center
}

.services-premium-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #7b633f !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    flex: 1
}

.services-premium-grid-unique {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(6, 1fr) !important
}

.service-premium-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 12px rgba(91, 88, 67, .06);
    border: 1px solid rgba(229, 213, 195, .5)
}

.sp-card-body h5,
.sp-card-tags {
    color: #7b633f;
    font-family: Montserrat, sans-serif
}

.doctors-group-photo,
.lead-magnet-photo {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    position: relative;
    overflow: hidden
}

.btn-lead-magnet,
.btn-services-all {
    border-radius: 50px;
    text-decoration: none
}

.service-premium-card.sp-card-reveal.sp-card-visible:hover,
.service-premium-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 48px rgba(91, 88, 67, .18);
    color: inherit
}

.sp-card-img {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden
}

.sp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s
}

.doctor-block-card:hover .doctor-block-card-photo img,
.service-premium-card:hover .sp-card-img img {
    transform: scale(1.05)
}

.sp-card-body {
    padding: 22px 24px 24px
}

.sp-card-body h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px
}

.sp-card-tags {
    font-size: .92rem;
    font-weight: 500;
    line-height: 1.5
}

.services-premium-grid-unique .service-premium-card:first-child {
    grid-column: 1/3
}

.services-premium-grid-unique .service-premium-card:nth-child(2) {
    grid-column: 3/5
}

.services-premium-grid-unique .service-premium-card:nth-child(3) {
    grid-column: 5/7
}

.services-premium-grid-unique .service-premium-card:nth-child(4) {
    grid-column: 2/4
}

.services-premium-grid-unique .service-premium-card:nth-child(5) {
    grid-column: 4/6
}

.services-premium-bottom {
    text-align: center;
    margin-top: 48px
}

.btn-services-all {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 1.08rem;
    padding: 10px 28px
}

.doctors-block-header-left h2,
.lead-magnet-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 700 !important;
    color: #7b633f !important
}

.btn-services-all:hover {
    box-shadow: 0 8px 25px rgba(91, 88, 67, .35)
}

@media (max-width:991px) and (min-width:768px) {
    .services-premium-grid-unique {
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 20px
    }

    .services-premium-grid-unique .service-premium-card:first-child {
        grid-column: 1/3
    }

    .services-premium-grid-unique .service-premium-card:nth-child(2) {
        grid-column: 3/5
    }

    .services-premium-grid-unique .service-premium-card:nth-child(3) {
        grid-column: 5/7
    }

    .services-premium-grid-unique .service-premium-card:nth-child(4) {
        grid-column: 2/4
    }

    .services-premium-grid-unique .service-premium-card:nth-child(5) {
        grid-column: 4/6
    }

    .services-premium-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px
    }

    .services-premium-title {
        font-size: 2.2rem !important
    }
}

@media (max-width:768px) {
    .sp-card-body {
        padding: 18px 16px
    }

    .sp-card-body h5 {
        font-size: 1.1rem
    }

    .sp-card-tags {
        font-size: .82rem
    }

    .services-premium-title {
        font-size: 1.8rem !important
    }

    .services-premium-section {
        padding: 70px 0
    }

    .services-premium-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px
    }

    .btn-lead-magnet {
        align-self: center
    }
}

@media (max-width:679px) {
    .services-premium-grid-unique {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px
    }

    .services-premium-grid-unique .service-premium-card:first-child,
    .services-premium-grid-unique .service-premium-card:nth-child(4) {
        grid-column: 1/3
    }

    .services-premium-grid-unique .service-premium-card:nth-child(2),
    .services-premium-grid-unique .service-premium-card:nth-child(5) {
        grid-column: 3/5
    }

    .services-premium-grid-unique .service-premium-card:nth-child(3) {
        grid-column: 2/4
    }
}

.lead-magnet-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: center/cover #dfd0bd
}

.lead-magnet-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    gap: 50px
}

.lead-magnet-content {
    flex: 1.05;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lead-magnet-title {
    font-size: 2.6rem !important;
    line-height: 1.25 !important;
    margin: 0 0 18px !important
}

.lead-magnet-subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 1.18rem;
    font-weight: 400;
    color: #7b633f;
    line-height: 1.65;
    margin: 0 0 34px;
    max-width: 500px
}

.btn-lead-magnet {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    font-family: Montserrat, sans-serif;
    font-size: 1.08rem;
    padding: 12px 28px
}

.btn-lead-magnet:active {
    transform: translateY(-1px)
}

.lead-magnet-photo {
    flex: 0 0 52%;
    border-radius: 20px;
    min-height: 480px
}

.lead-magnet-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s
}

.lead-magnet-section:hover .lead-magnet-photo img {
    transform: scale(1.03)
}

@media (max-width:1200px) {
    .lead-magnet-title {
        font-size: 1.9rem !important
    }

    .lead-magnet-inner {
        gap: 40px
    }

    .lead-magnet-photo {
        min-height: 420px
    }
}

@media (max-width:991px) {
    .why-choose-wrapper {
        flex-direction: column;
        gap: 40px
    }

    .why-choose-left {
        flex: none;
        align-items: center;
        text-align: center
    }

    .why-choose-badge {
        align-self: center;
        text-align: center
    }

    .why-choose-title {
        font-size: 2rem !important
    }

    .why-choose-family-photo {
        max-width: 500px;
        margin: 0 auto
    }

    .lead-magnet-section {
        padding: 70px 0
    }

    .lead-magnet-inner {
        flex-direction: column;
        gap: 36px
    }

    .lead-magnet-content {
        text-align: center;
        align-items: center
    }

    .lead-magnet-subtitle {
        max-width: 100%
    }

    .btn-lead-magnet {
        align-self: center
    }

    .lead-magnet-photo {
        flex: none;
        width: 100%;
        aspect-ratio: 4/3;
        min-height: 0
    }

    .lead-magnet-title {
        font-size: 1.6rem !important
    }
}

@media (max-width:768px) {
    .lead-magnet-section {
        padding: 60px 0
    }

    .lead-magnet-title {
        font-size: 1.5rem !important
    }

    .lead-magnet-subtitle {
        font-size: 1rem
    }

    .btn-lead-magnet {
        padding: 15px 30px;
        font-size: .9rem
    }

    .lead-magnet-photo {
        width: 100%;
        aspect-ratio: 4/3;
        border-radius: 16px;
        flex: none;
        min-height: 0
    }

    .lead-magnet-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }
}

@media (max-width:576px) {
    .why-choose-right {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .why-choose-title {
        font-size: 1.45rem !important
    }

    .why-choose-card {
        padding: 22px 18px
    }

    .lead-magnet-section,
    .why-choose-section {
        padding: 50px 0
    }

    .why-choose-badge {
        font-size: .95rem
    }

    .why-choose-family-photo {
        border-radius: 16px
    }

    .services-premium-grid-unique {
        grid-template-columns: 1fr !important;
        gap: 18px
    }

    .services-premium-grid-unique .service-premium-card:first-child,
    .services-premium-grid-unique .service-premium-card:nth-child(2),
    .services-premium-grid-unique .service-premium-card:nth-child(3),
    .services-premium-grid-unique .service-premium-card:nth-child(4),
    .services-premium-grid-unique .service-premium-card:nth-child(5) {
        grid-column: auto
    }

    .services-premium-title {
        font-size: 1.6rem !important
    }

    .services-premium-section {
        padding: 60px 0
    }

    .btn-services-all {
        padding: 12px 28px;
        font-size: .85rem
    }

    .lead-magnet-title {
        font-size: 1.3rem !important
    }

    .lead-magnet-subtitle {
        font-size: .9rem;
        margin-bottom: 26px
    }

    .btn-lead-magnet {
        padding: 13px 26px;
        font-size: .85rem;
        border-radius: 12px
    }

    .lead-magnet-photo {
        width: 100%;
        aspect-ratio: 3/2;
        border-radius: 16px;
        flex: none;
        min-height: 0
    }

    .lead-magnet-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    .lead-magnet-inner {
        gap: 28px
    }
}

@media (min-width:992px) {
    .faq-list {
        max-width: 1200px !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 16px !important
    }

    .faq-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}

.doctors-block-section,
.faq-section,
.works-gallery-section {
    padding: 100px 0;
    background: #f0efeb;
    position: relative
}

.contacts-block-section::before,
.doctors-block-section::before,
.faq-section::before,
.reviews-scroll-section::before,
.works-gallery-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(166, 133, 109, .2)
}

.doctors-block-header {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-bottom: 48px
}

.doctors-block-header-left {
    flex: 1.2
}

.doctors-block-header-left h2 {
    font-size: 3rem !important;
    line-height: 1.2 !important;
    margin: 0 !important
}

.doctor-exp-badge,
.doctors-block-badge {
    color: #7b633f;
    font-family: Montserrat, sans-serif
}

.doctors-block-header-right {
    flex: 1;
    display: flex;
    align-items: center
}

.doctors-block-badge {
    display: inline-block;
    background: #dfd0bd;
    font-size: .9rem;
    font-weight: 500;
    padding: 14px 22px;
    border-radius: 14px;
    line-height: 1.5;
    margin: 0
}

.doctors-block-header-right p,
.works-gallery-subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 1.18rem;
    font-weight: 400;
    color: #7b633f;
    line-height: 1.65;
    margin: 0
}

.doctor-block-card-link,
.doctor-block-card-link:hover {
    color: inherit;
    text-decoration: none
}

.doctors-group-photo {
    border-radius: 24px;
    margin-bottom: 60px;
    aspect-ratio: 16/7
}

.doctors-group-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 10%
}

.doctors-block-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: stretch
}

.doctor-block-card-link {
    display: flex;
    flex-direction: column;
    border-radius: 20px
}

.doctor-block-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(91, 88, 67, .06);
    border: 1px solid rgba(229, 213, 195, .5);
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%
}

.doctor-block-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(91, 88, 67, .13);
    border-color: var(--secondary)
}

.doctor-block-card-photo {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.doctor-exp-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #dfd0bd;
    font-size: .75rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 2;
    white-space: nowrap
}

.doctor-block-edu-btn,
.doctor-block-specialty {
    color: #7b633f;
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.doctor-block-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .4s
}

.doctor-block-card-info {
    padding: 24px 4px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.doctor-block-card-info h5 {
    font-family: Montserrat, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #7b633f;
    margin: 0 auto 8px;
    line-height: 1.3;
    text-align: center;
    width: 100%
}

.doctor-block-specialty {
    font-size: 1.02rem;
    margin: 0 0 6px;
    min-height: 2.6em
}

.doctor-block-edu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: 0 0;
    border: 2px solid #7b633f;
    font-size: .88rem;
    padding: 8px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s;
    width: auto;
    min-width: 0;
    align-self: center;
    margin: auto 4px 4px
}

.contacts-block-section .btn-lead-magnet:hover,
.contacts-social-links a:hover,
.doctor-block-edu-btn:hover {
    background: #7b633f;
    color: #fff;
    border-color: #7b633f
}

.doctor-block-edu-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0
}

.edu-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(91, 88, 67, .5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.case-modal-overlay.active,
.contacts-visual-panel.active,
.edu-modal-overlay.active {
    opacity: 1;
    visibility: visible
}

.edu-modal-box {
    background: #fff;
    border-radius: 24px;
    max-width: 480px;
    width: 90%;
    padding: 40px 36px;
    position: relative;
    box-shadow: 0 24px 80px rgba(91, 88, 67, .2);
    transition: transform .35s cubic-bezier(.4, 0, .2, 1)
}

.case-modal-overlay.active .case-modal-box,
.cta-form-submit:active,
.edu-modal-overlay.active .edu-modal-box {
    transform: translateY(0)
}

.case-modal-close,
.edu-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(91, 88, 67, .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s
}

.case-modal-close:hover,
.edu-modal-close:hover {
    background: rgba(91, 88, 67, .15)
}

.case-modal-close svg,
.edu-modal-close svg {
    width: 18px;
    height: 18px;
    stroke: #7B633F;
    fill: none;
    stroke-width: 2
}

.edu-modal-doctor-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #7b633f;
    margin: 0 0 8px
}

.edu-modal-doctor-role,
.edu-modal-list li {
    font-family: Montserrat, sans-serif;
    font-size: .78rem;
    color: #7b633f
}

.edu-modal-doctor-role {
    font-weight: 600;
    margin: 0 0 24px
}

.edu-modal-divider {
    width: 40px;
    height: 3px;
    background: #7b633f;
    border: none;
    border-radius: 2px;
    margin: 0 0 20px
}

.edu-modal-title {
    font-family: Montserrat, sans-serif;
    font-size: .89rem;
    font-weight: 700;
    color: #7b633f;
    margin: 0 0 14px
}

.promo-cta-title,
.why-consult-title {
    font-weight: 700 !important;
    line-height: 1.2 !important
}

.checkup-card-list,
.edu-modal-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.edu-modal-list li {
    line-height: 1.6;
    padding: 8px 0;
    border-bottom: 1px solid rgba(166, 133, 109, .12);
    display: flex;
    gap: 8px
}

.edu-modal-list li:last-child,
.mobile-menu-nav a:last-child {
    border-bottom: none
}

.edu-modal-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #7b633f;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px
}

.why-consult-section {
    background: #f1ede1;
    padding: 90px 0
}

.why-consult-inner,
.works-hero-inner {
    display: flex;
    align-items: stretch;
    gap: 50px
}

.why-consult-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px
}

.why-consult-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2rem !important;
    color: #7b633f !important;
    margin: 0 0 16px;
    text-align: center;
    max-width: 460px
}

.why-consult-btn,
.why-consult-item-text h5,
.why-consult-item-text p {
    font-family: Montserrat, sans-serif
}

.why-consult-title::after {
    content: '';
    display: block;
    margin: 12px auto 0;
    width: 100%;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20' fill='none'%3E%3Cpath d='M0 6 L145 6 Q128 6 128 16 L192 16' stroke='%23a6856d' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.why-consult-photo {
    flex-shrink: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(166, 133, 109, .3);
    margin-top: 24px
}

.checkup-card-photo img,
.why-consult-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.why-consult-right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.why-consult-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 36px
}

.why-consult-item {
    display: flex;
    gap: 18px;
    align-items: flex-start
}

.why-consult-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(166, 133, 109, .15);
    display: flex;
    align-items: center;
    justify-content: center
}

.why-consult-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--primary)
}

.why-consult-item-text h5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 6px;
    line-height: 1.3
}

.why-consult-item-text p {
    font-size: 1.08rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.65
}

.why-consult-btn {
    display: inline-block;
    background: var(--primary);
    font-size: .95rem;
    border-radius: 12px;
    padding: 14px 36px;
    box-shadow: 0 4px 20px rgba(166, 133, 109, .3);
    align-self: flex-start
}

.why-consult-btn:hover {
    box-shadow: 0 6px 28px rgba(166, 133, 109, .45)
}

@media (max-width:1200px) {
    .why-consult-inner {
        gap: 36px
    }

    .why-consult-left {
        width: 380px
    }

    .why-consult-photo {
        width: 320px;
        height: 320px
    }

    .why-consult-title {
        font-size: 1.8rem !important;
        max-width: 360px
    }

    .doctors-block-header-left h2 {
        font-size: 2.1rem !important
    }

    .doctors-block-grid {
        gap: 22px
    }
}

@media (max-width:768px) {
    .doctor-block-edu-btn {
        width: 100%
    }

    .why-consult-title {
        font-size: 1.65rem !important
    }

    .why-consult-item-text h5 {
        font-size: 1.25rem
    }

    .why-consult-item-text p {
        font-size: .95rem
    }
}

.promo-cta-section {
    padding: 80px 0;
    background: #ece0d0
}

.promo-cta-inner {
    display: flex;
    align-items: stretch;
    border-radius: 18px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .13)
}

.promo-cta-content {
    flex: 0 0 40%;
    background: #e9e0d2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 44px
}

.promo-cta-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2rem !important;
    color: #756344 !important;
    margin: 0 0 36px
}

.promo-cta-photo {
    flex: 0 0 60%;
    overflow: hidden
}

@media (max-width:991px) {
    .doctor-block-card-info h5 {
        font-size: 1.4rem
    }

    .doctors-block-section,
    .why-consult-section {
        padding: 70px 0
    }

    .why-consult-inner {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .why-consult-left {
        width: 100%
    }

    .why-consult-photo {
        width: 260px;
        height: 260px
    }

    .why-consult-item {
        justify-content: flex-start;
        text-align: left
    }

    .why-consult-btn {
        align-self: center
    }

    .promo-cta-inner {
        flex-direction: column;
        height: auto
    }

    .promo-cta-content {
        flex: none;
        padding: 40px 32px;
        text-align: center
    }

    .promo-cta-title {
        font-size: 1.7rem !important;
        margin-bottom: 28px
    }

    .promo-cta-photo {
        flex: none;
        height: 280px
    }

    .doctors-block-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px
    }

    .doctors-block-header-left h2 {
        font-size: 2.2rem !important
    }

    .doctors-block-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    .doctors-group-photo {
        margin-bottom: 48px
    }
}

@media (max-width:768px) {
    .doctors-block-section {
        padding: 60px 0
    }

    .doctors-block-header-left h2 {
        font-size: 1.8rem !important
    }

    .doctors-block-header-right p {
        font-size: 1rem
    }

    .doctors-block-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px
    }

    .doctors-group-photo {
        margin-bottom: 40px
    }

    .edu-modal-box {
        padding: 30px 24px
    }

    .edu-modal-doctor-name {
        font-size: 1.13rem
    }

    .doctors-block-header {
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (max-width:576px) {

    .doctors-block-section,
    .promo-cta-section,
    .why-consult-section {
        padding: 50px 0
    }

    .why-consult-photo {
        width: 200px;
        height: 200px;
        border-width: 3px
    }

    .why-consult-title {
        font-size: 1.4rem !important;
        max-width: 100%
    }

    .why-consult-list {
        gap: 22px
    }

    .why-consult-item-text h5 {
        font-size: 1.15rem
    }

    .why-consult-btn,
    .why-consult-item-text p {
        font-size: .88rem
    }

    .why-consult-btn {
        padding: 12px 28px
    }

    .promo-cta-content {
        padding: 32px 20px
    }

    .promo-cta-title {
        font-size: 1.4rem !important;
        margin-bottom: 22px
    }

    .promo-cta-photo {
        height: 220px
    }

    .promo-cta-inner {
        border-radius: 14px
    }

    .doctors-block-header-left h2 {
        font-size: 1.6rem !important
    }

    .doctors-block-header-right p {
        font-size: .9rem
    }

    .doctors-block-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .doctor-block-card-info {
        padding: 16px 4px
    }

    .doctor-block-card-info h5 {
        font-size: 1.14rem
    }

    .doctor-block-specialty {
        font-size: .78rem
    }

    .doctor-block-edu-btn {
        font-size: .63rem;
        padding: 6px 14px
    }

    .doctor-block-edu-btn svg {
        width: 11px;
        height: 11px
    }

    .doctors-group-photo {
        border-radius: 16px;
        border-width: 3px;
        margin-bottom: 32px;
        aspect-ratio: 16/9;
        max-height: 280px
    }

    .doctors-group-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .edu-modal-box {
        padding: 24px 20px;
        border-radius: 18px
    }

    .edu-modal-doctor-name {
        font-size: 1rem
    }
}

.lead-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .55);
    justify-content: center;
    align-items: center;
    padding: 20px
}

.lead-popup-overlay.active {
    display: flex
}

.lead-popup-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    max-width: 820px;
    width: 100%;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
    animation: .4s cubic-bezier(.22, 1, .36, 1) leadPopupIn
}

@keyframes leadPopupIn {
    from {
        opacity: 0;
        transform: translateY(40px) scale(.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.lead-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 32px;
    height: 32px;
    border: none;
    background: #dbd0bf;
    border-radius: 50%;
    color: #7b633f;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    padding: 0
}

.lead-popup-close svg {
    width: 16px;
    height: 16px
}

.lead-popup-close:hover {
    background: #756344;
    color: #fff
}

.checkup-card-body,
.lead-popup-inner {
    display: flex;
    align-items: stretch
}

.lead-popup-photo {
    width: 50%;
    flex-shrink: 0;
    background: #f1ede1
}

.checkup-card,
.checkup-card-alt {
    background: #dfd0bd
}

.lead-popup-content {
    width: 50%;
    padding: 48px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box
}

.lead-popup-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #7b633f;
    line-height: 1.3;
    margin: 0 0 16px
}

.lead-popup-btn,
.lead-popup-subtitle {
    font-family: Montserrat, sans-serif;
    font-size: .95rem
}

.lead-popup-subtitle {
    font-weight: 400;
    color: #7a7a6e;
    line-height: 1.6;
    margin: 0 0 28px
}

.lead-popup-btn {
    display: inline-block;
    border-radius: 14px;
    padding: 16px 32px;
    width: fit-content
}

.checkup-card-name,
.checkup-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700
}

.checkup-section {
    padding: 80px 0 40px
}

.checkup-header {
    text-align: center;
    margin-bottom: 48px
}

.checkup-title {
    font-size: 2.6rem;
    color: #7b633f;
    margin: 0
}

.checkup-card {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity .5s cubic-bezier(.22, 1, .36, 1), transform .5s cubic-bezier(.22, 1, .36, 1)
}

.checkup-card-info {
    flex: 1;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #7b633f
}

.checkup-card-name {
    font-size: 1.8rem;
    color: #7b633f;
    margin: 0 0 6px
}

.checkup-card-list li,
.checkup-card-price {
    font-family: Montserrat, sans-serif;
    color: #7b633f
}

.checkup-card-price {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 14px;
    padding: 4px 0
}

.checkup-card-list li {
    font-size: .92rem;
    font-weight: 400;
    padding: 5px 0 5px 20px;
    position: relative;
    line-height: 1.45
}

.checkup-card-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7b633f
}

.checkup-card-photo {
    width: 280px;
    flex-shrink: 0;
    min-height: 100%;
    background: rgba(255, 255, 255, .06)
}

.checkup-photo-square {
    height: 280px;
    overflow: hidden
}

@media (max-width:768px) {
    .lead-popup-inner {
        flex-direction: column-reverse
    }

    .lead-popup-content {
        width: 100%;
        padding: 28px 24px
    }

    .lead-popup-photo {
        width: 100%;
        height: 220px
    }

    .checkup-card-price,
    .lead-popup-title {
        font-size: 1.3rem
    }

    .lead-popup-subtitle {
        font-size: .88rem
    }

    .lead-popup-btn {
        width: 100%;
        text-align: center
    }

    .checkup-section {
        padding: 50px 0 20px
    }

    .checkup-title {
        font-size: 1.6rem
    }

    .checkup-card-body {
        flex-direction: column-reverse;
        min-height: auto
    }

    .checkup-card-photo {
        width: 100%;
        height: 240px
    }

    .checkup-card-info {
        padding: 28px 22px
    }

    .checkup-card-name {
        font-size: 1.4rem
    }

    .checkup-card-list li {
        font-size: .95rem
    }
}

@media (max-width:350px) {

    .checkup-section .container,
    .doctors-block-section .container {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .doctors-block-section {
        padding: 36px 0
    }

    .doctors-block-header-left h2 {
        font-size: 1.3rem !important
    }

    .doctors-block-header-right p {
        font-size: .8rem
    }

    .doctors-block-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }

    .doctor-block-card-info {
        padding: 10px 4px
    }

    .doctor-block-card-info h5 {
        font-size: .9rem;
        line-height: 1.2
    }

    .doctor-block-specialty {
        font-size: .68rem;
        min-height: 2em
    }

    .doctor-block-edu-btn {
        font-size: .58rem;
        padding: 5px 10px;
        margin-top: 10px
    }

    .doctor-block-edu-btn svg {
        width: 10px;
        height: 10px
    }

    .doctor-exp-badge {
        font-size: .62rem;
        padding: 4px 10px;
        bottom: 8px;
        left: 8px
    }

    .doctor-block-card {
        border-radius: 14px
    }

    .doctor-block-card-photo {
        aspect-ratio: 3/4
    }

    .checkup-section {
        padding: 36px 0 14px
    }

    .checkup-title {
        font-size: 1.2rem
    }

    .checkup-card {
        border-radius: 16px;
        margin-bottom: 14px
    }

    .checkup-card-info {
        padding: 20px 14px
    }

    .checkup-card-name {
        font-size: 1.15rem
    }

    .checkup-card-price {
        font-size: 1.05rem;
        margin-bottom: 10px
    }

    .checkup-card-list li {
        font-size: .78rem;
        padding: 3px 0 3px 16px;
        line-height: 1.35
    }

    .checkup-card-list li::before {
        width: 5px;
        height: 5px;
        top: 9px
    }

    .checkup-card-photo {
        height: 180px
    }
}

.contacts-block-section,
.reviews-scroll-section {
    padding: 100px 0;
    background: #f1ede1;
    position: relative
}

.reviews-scroll-header {
    margin-bottom: 48px;
    text-align: center
}

.faq-title,
.reviews-scroll-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    color: #7b633f !important;
    margin: 0 !important
}

.review-scroll-service,
.review-scroll-text,
.review-scroll-top h5 {
    font-family: Montserrat, sans-serif
}

.reviews-scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden
}

.reviews-scroll-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding: 10px 4px 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    min-width: 0;
    align-items: flex-start
}

.reviews-scroll-track::-webkit-scrollbar {
    display: none
}

.review-scroll-card {
    flex: 0 0 360px;
    min-width: 280px;
    height: 420px;
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    scroll-snap-align: start;
    box-shadow: 0 2px 12px rgba(91, 88, 67, .06);
    border: 1px solid rgba(229, 213, 195, .5);
    display: flex;
    flex-direction: column
}

.review-scroll-text {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    -webkit-overflow-scrolling: touch;
    padding-right: 4px
}

.review-scroll-text::-webkit-scrollbar {
    width: 8px
}

.review-scroll-text::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .05);
    border-radius: 4px
}

.review-scroll-text::-webkit-scrollbar-thumb {
    background: rgba(139, 105, 20, .4);
    border-radius: 4px
}

.review-scroll-text::-webkit-scrollbar-thumb:hover {
    background: rgba(139, 105, 20, .6)
}

.review-scroll-text::-webkit-scrollbar-button {
    display: none
}

.review-scroll-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(91, 88, 67, .12)
}

.review-scroll-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px
}

.review-scroll-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #f5efe6;
    display: flex;
    align-items: center;
    justify-content: center
}

.review-scroll-avatar svg {
    width: 60%;
    height: 60%
}

.review-scroll-top h5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #7b633f;
    margin: 0 0 4px
}

.review-scroll-service {
    font-size: .88rem;
    font-weight: 600;
    color: #7b633f;
    background: rgba(166, 133, 109, .1);
    padding: 3px 12px;
    border-radius: 20px;
    display: inline-block;
    text-align: center
}

.review-scroll-text {
    font-size: .92rem;
    font-weight: 400;
    color: #7b633f;
    line-height: 1.6;
    margin: 0 0 20px;
    flex: 1
}

.reviews-scroll-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(166, 133, 109, .3);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(91, 88, 67, .08)
}

.reviews-scroll-btn.pressed,
.reviews-scroll-btn:active {
    background: #7b633f;
    border-color: #7b633f
}

.reviews-scroll-btn.pressed svg,
.reviews-scroll-btn:active svg {
    stroke: #fff
}

@media (hover:hover) {
    .reviews-scroll-btn:hover {
        background: #7b633f;
        border-color: #7b633f
    }

    .reviews-scroll-btn:hover svg {
        stroke: #fff
    }
}

.reviews-scroll-btn svg {
    width: 20px;
    height: 20px;
    stroke: #7B633F;
    fill: none;
    stroke-width: 2
}

.case-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(91, 88, 67, .5);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.case-modal-box,
.faq-question svg {
    transition: transform .35s cubic-bezier(.4, 0, .2, 1)
}

.case-modal-box {
    background: #fff;
    border-radius: 24px;
    max-width: 520px;
    width: 90%;
    padding: 40px 36px;
    position: relative;
    box-shadow: 0 24px 80px rgba(91, 88, 67, .2)
}

.case-modal-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #7b633f;
    margin: 0 0 6px
}

.case-modal-desc,
.case-modal-empty,
.case-modal-service,
.cta-form-subtitle {
    font-family: Montserrat, sans-serif
}

.case-modal-service {
    font-size: .92rem;
    font-weight: 600;
    color: #7b633f;
    background: rgba(166, 133, 109, .1);
    padding: 4px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px
}

.case-modal-divider {
    width: 40px;
    height: 3px;
    background: #7b633f;
    border: none;
    border-radius: 2px;
    margin: 0 0 18px
}

.case-modal-desc {
    font-size: 1.08rem;
    color: #7b633f;
    line-height: 1.6;
    margin: 0 0 20px
}

.case-modal-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.case-modal-photos img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 4/3
}

.case-modal-empty {
    font-size: .88rem;
    color: #7b633f;
    text-align: center;
    padding: 16px
}

@media (max-width:991px) {
    .reviews-scroll-section {
        padding: 70px 0
    }

    .reviews-scroll-title {
        font-size: 1.8rem !important
    }

    .review-scroll-card {
        flex: 0 0 320px
    }
}

@media (max-width:768px) {
    .reviews-scroll-section {
        padding: 60px 0
    }

    .reviews-scroll-title {
        font-size: 1.5rem !important
    }

    .reviews-scroll-track {
        gap: 0;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 10px 0 20px
    }

    .review-scroll-card {
        flex: 0 0 calc(100% - 0px);
        width: calc(100% - 0px);
        max-width: 100%;
        padding: 20px 24px;
        box-sizing: border-box;
        scroll-snap-align: center;
        scroll-snap-stop: always
    }

    .reviews-scroll-btn {
        display: flex
    }

    .reviews-scroll-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding-top: 8px;
        overflow: hidden
    }

    .reviews-scroll-track {
        order: 1;
        flex: 1 1 100%
    }

    .reviews-scroll-prev {
        order: 2
    }

    .reviews-scroll-next {
        order: 3
    }
}

.reviews-scroll-track,
html {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

@media (max-width:576px) {
    .reviews-scroll-section {
        padding: 50px 0
    }

    .reviews-scroll-title {
        font-size: 1.3rem !important
    }

    .review-scroll-card {
        flex: 0 0 calc(100% - 0px);
        width: calc(100% - 0px);
        max-width: 100%;
        padding: 18px 20px;
        box-sizing: border-box;
        scroll-snap-align: center;
        scroll-snap-stop: always
    }

    .review-scroll-avatar {
        width: 44px;
        height: 44px
    }

    .case-modal-name,
    .review-scroll-top h5 {
        font-size: 1.2rem
    }

    .review-scroll-text {
        font-size: .85rem
    }

    .case-modal-box {
        padding: 28px 22px
    }
}

.cta-form-section {
    padding: 100px 0;
    background: #dfd0bd;
    position: relative
}

.cta-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(188, 165, 139, .2)
}

.cta-form-inner {
    display: flex;
    gap: 60px;
    align-items: stretch
}

.cta-form-content {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cta-form-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #7b633f !important;
    line-height: 1.2 !important;
    margin: 0 0 24px !important
}

.cta-form-subtitle,
.faq-answer p {
    font-weight: 400;
    line-height: 1.7;
    margin: 0
}

.cta-form-subtitle {
    font-size: 1.05rem;
    color: #7b633f;
    max-width: 520px
}

.cta-form-card-title,
.cta-form-input,
.faq-answer p {
    font-family: Montserrat, sans-serif;
    font-size: 1.08rem
}

.cta-form-card {
    flex: 1;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(123, 99, 63, .15);
    border-radius: 24px;
    padding: 44px 40px;
}

.cta-form-card-title {
    font-weight: 600;
    color: #7b633f;
    margin: 0 0 28px;
    text-align: center;
    line-height: 1.5
}

.cta-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cta-form-group {
    display: flex;
    flex-direction: column
}

.cta-form-input {
    width: 100%;
    background: rgba(123, 99, 63, .05);
    border: 1px solid rgba(123, 99, 63, .2);
    border-radius: 12px;
    padding: 14px 18px;
    color: #7b633f;
    transition: border-color .3s, background .3s;
    outline: 0;
    -webkit-appearance: none;
    appearance: none
}

.cta-form-input::placeholder {
    color: rgba(123, 99, 63, .4)
}

.cta-form-input:focus {
    border-color: #7b633f;
    background: rgba(123, 99, 63, .08)
}

.cta-form-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23bca58b' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 40px
}

.cta-form-select option {
    background: #dfd0bd;
    color: #7b633f
}

.cta-form-submit {
    width: 100%;
    border-radius: 12px;
    padding: 16px 24px;
    font-family: Montserrat, sans-serif;
    font-size: 1.02rem;
    margin-top: 8px
}

@media (max-width:1200px) {
    .cta-form-title {
        font-size: 2rem !important
    }

    .cta-form-inner {
        gap: 40px
    }
}

@media (max-width:991px) {

    .cta-form-section,
    .faq-section {
        padding: 70px 0
    }

    .cta-form-inner {
        flex-direction: column;
        gap: 36px
    }

    .cta-form-content {
        text-align: center
    }

    .cta-form-subtitle {
        max-width: 100%
    }

    .cta-form-title {
        font-size: 1.7rem !important
    }

    .cta-form-card {
        padding: 36px 32px
    }

    .faq-title {
        font-size: 1.8rem !important
    }
}

@media (max-width:768px) {
    .cta-form-section {
        padding: 60px 0
    }

    .cta-form-title {
        font-size: 1.5rem !important
    }

    .cta-form-subtitle {
        font-size: .95rem
    }

    .cta-form-card {
        padding: 28px 24px
    }

    .cta-form-card-title {
        font-size: .92rem
    }
}

@media (max-width:576px) {
    .cta-form-section {
        padding: 50px 0
    }

    .cta-form-title {
        font-size: 1.3rem !important
    }

    .cta-form-input,
    .cta-form-submit,
    .cta-form-subtitle {
        font-size: .88rem
    }

    .cta-form-card {
        padding: 24px 20px;
        border-radius: 18px
    }

    .cta-form-input {
        padding: 12px 16px
    }

    .cta-form-submit {
        padding: 14px 20px
    }

    .cta-form-inner {
        gap: 28px
    }
}

.faq-column,
.faq-list {
    gap: 12px;
    display: flex
}

.btn-hero-primary,
.btn-lead-magnet,
.btn-services-all,
.contacts-social-links a,
.doctor-block-card,
.doctor-block-edu-btn,
.faq-item,
.review-scroll-card,
.service-premium-card,
.why-choose-card {
    will-change: transform, box-shadow
}

.doctor-block-card-photo img,
.lead-magnet-photo img,
.sp-card-img img {
    will-change: transform
}

.case-modal-box,
.edu-modal-box,
.modal-box {
    will-change: transform, opacity
}

@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center
    }

    100% {
        background-position: 200% center
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(166, 133, 109, .3)
    }

    50% {
        box-shadow: 0 0 20px 4px rgba(166, 133, 109, .15)
    }
}

.doctor-block-card:first-child {
    animation: 4s ease-in-out infinite cardFloat
}

.doctor-block-card:nth-child(2) {
    animation: 4s ease-in-out .5s infinite cardFloat
}

.doctor-block-card:nth-child(3) {
    animation: 4s ease-in-out 1s infinite cardFloat
}

.doctor-block-card:nth-child(4) {
    animation: 4s ease-in-out 1.5s infinite cardFloat
}

.doctor-block-card:nth-child(5) {
    animation: 4s ease-in-out 2s infinite cardFloat
}

.doctor-block-card:nth-child(6) {
    animation: 4s ease-in-out 2.5s infinite cardFloat
}

.doctor-block-card:nth-child(7) {
    animation: 4s ease-in-out 3s infinite cardFloat
}

.doctors-group-photo {
    animation: 3s ease-in-out infinite pulseGlow
}

.review-scroll-card {
    transform: translateY(24px);
    transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1)
}

.cta-form-submit {
    will-change: box-shadow, transform;
    animation: 2.5s infinite ctaPulse
}

@keyframes ctaPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(188, 165, 139, .4)
    }

    50% {
        box-shadow: 0 0 0 12px rgba(188, 165, 139, 0)
    }
}

.contacts-block-header,
.faq-header,
.works-gallery-header {
    text-align: center;
    margin-bottom: 52px
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    flex-direction: column
}

.faq-column {
    flex-direction: column
}

.faq-item {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(229, 213, 195, .5);
    overflow: hidden;
    transition: box-shadow .3s, transform .3s
}

.faq-item:first-child {
    animation: .6s .1s both faqSlide
}

.faq-item:nth-child(2) {
    animation: .6s .2s both faqSlide
}

.faq-item:nth-child(3) {
    animation: .6s .3s both faqSlide
}

.faq-item:nth-child(4) {
    animation: .6s .4s both faqSlide
}

.faq-item:nth-child(5) {
    animation: .6s .5s both faqSlide
}

.faq-item:nth-child(6) {
    animation: .6s .6s both faqSlide
}

@keyframes faqSlide {
    from {
        opacity: 0;
        transform: translateX(-30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.faq-item:hover {
    box-shadow: 0 4px 20px rgba(91, 88, 67, .06)
}

.faq-item.active {
    box-shadow: 0 8px 32px rgba(91, 88, 67, .1);
    border-color: rgba(166, 133, 109, .3)
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 28px;
    font-size: 1.02rem;
    font-weight: 600;
    color: #7b633f;
    background: 0 0;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: color .3s
}

.contacts-info-item a:hover,
.contacts-toggle-btn.active,
.contacts-toggle-btn:not(.active):hover,
.faq-question:hover {
    color: #7b633f
}

.faq-question svg {
    width: 22px;
    height: 22px;
    stroke: #7B633F;
    fill: none;
    stroke-width: 2;
    flex-shrink: 0
}

.faq-item.active .faq-question svg {
    transform: rotate(180deg)
}

.faq-answer {
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.4, 0, .2, 1), opacity .3s;
    max-height: 0;
    opacity: 0
}

.faq-item.active .faq-answer {
    opacity: 1;
    max-height: 2000px
}

.faq-answer p {
    color: #7b633f;
    padding: 0 28px 22px
}

@media (max-width:768px) {
    .faq-section {
        padding: 60px 0
    }

    .faq-title {
        font-size: 1.5rem !important
    }

    .faq-question {
        padding: 18px 22px;
        font-size: .92rem
    }

    .faq-answer p {
        padding: 0 22px 18px;
        font-size: .88rem
    }
}

@media (max-width:576px) {
    .faq-section {
        padding: 50px 0
    }

    .faq-title {
        font-size: 1.3rem !important
    }

    .faq-question {
        padding: 16px 18px;
        font-size: .88rem
    }

    .faq-answer p {
        padding: 0 18px 16px;
        font-size: .85rem
    }

    .faq-list {
        gap: 10px
    }
}

.contacts-block-section .btn-lead-magnet {
    background: #dfd0bd;
    color: #7b633f;
    border-color: #dfd0bd
}

.contacts-block-header h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    color: #7b633f !important;
    margin: 0 0 8px !important
}

.contacts-info-item h5,
.contacts-social-row h5 {
    font-weight: 700;
    font-family: Montserrat, sans-serif
}

.contacts-block-header p {
    font-family: Montserrat, sans-serif;
    font-size: 1.18rem;
    color: #7b633f;
    margin: 0
}

.contacts-block-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 60px;
    align-items: start
}

.contacts-block-info {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contacts-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.contacts-info-item .contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(91, 88, 67, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contacts-info-item .contact-icon svg {
    width: 22px;
    height: 22px;
    stroke: #7B633F;
    fill: none;
    stroke-width: 2
}

.contacts-info-item h5 {
    font-size: 1.95rem;
    color: #7b633f;
    margin: 0 0 4px
}

.contacts-info-item a,
.contacts-info-item p {
    font-family: Montserrat, sans-serif;
    font-size: 1.08rem;
    color: #7b633f;
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
    transition: color .2s
}

.contacts-social-row {
    margin-top: 8px
}

.contacts-social-row h5 {
    font-size: 1.6rem;
    color: #7b633f;
    margin: 0 0 12px
}

.contacts-social-links {
    display: flex;
    gap: 10px
}

.contacts-social-links a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #7b633f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b633f;
    font-size: 20px;
    transition: .3s;
    text-decoration: none
}

.contacts-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.contacts-toggle-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    border: 1px solid rgba(229, 213, 195, .5)
}

.contacts-toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #cdcfc1;
    border-radius: 26px;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 1
}

.contacts-toggle-slider.photo-active {
    transform: translateX(100%)
}

.contacts-toggle-btn {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 22px;
    font-family: Montserrat, sans-serif;
    font-size: .88rem;
    font-weight: 500;
    color: #7b633f;
    background: 0 0;
    border: none;
    cursor: pointer;
    transition: color .3s;
    white-space: nowrap;
    width: 120px
}

.contacts-visual-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(91, 88, 67, .12);
    background: #fff;
    border: 2px solid rgba(229, 213, 195, .4)
}

.contacts-visual-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.contacts-visual-panel iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

@media (max-width:1200px) {
    .contacts-block-grid {
        gap: 40px
    }
}

@media (max-width:991px) {
    .contacts-block-section {
        padding: 70px 0
    }

    .contacts-block-header h2 {
        font-size: 1.8rem !important
    }

    .contacts-block-grid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .contacts-block-info {
        order: 2
    }

    .contacts-block-visual {
        order: 1
    }

    .contacts-visual-container {
        aspect-ratio: 16/11
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

@media (max-width:768px) {
    .contacts-block-section {
        padding: 60px 0
    }

    .contacts-block-header h2 {
        font-size: 1.5rem !important
    }

    .contacts-visual-container {
        aspect-ratio: 16/12;
        border-radius: 16px
    }
}

@media (max-width:576px) {
    .contacts-block-section {
        padding: 50px 0
    }

    .contacts-block-header h2 {
        font-size: 1.3rem !important
    }

    .contacts-block-header p {
        font-size: .92rem
    }

    .contacts-visual-container {
        aspect-ratio: 16/13;
        border-radius: 12px
    }

    .contacts-toggle-btn {
        padding: 8px 16px;
        font-size: .82rem;
        width: 100px
    }

    .contacts-info-item .contact-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px
    }

    .contacts-info-item .contact-icon svg {
        width: 18px;
        height: 18px
    }

    .contacts-social-links a {
        width: 38px;
        height: 38px;
        font-size: 18px
    }
}

@media (min-width:2560px) {

    .hero-static,
    .hero-static-inner {
        min-height: 90vh
    }

    .hero-static-text {
        max-width: 800px
    }

    .hero-static-text h1 {
        font-size: 4.2rem !important
    }

    .contacts-block-header p,
    .hero-static-text p,
    .why-consult-item-text p {
        font-size: 1.3rem
    }

    .lead-magnet-section {
        padding: 120px 0
    }

    .lead-magnet-title {
        font-size: 2.8rem !important
    }

    .lead-magnet-subtitle {
        font-size: 1.3rem;
        max-width: 640px
    }

    .btn-lead-magnet {
        padding: 22px 50px;
        font-size: 1.1rem;
        border-radius: 18px
    }

    .lead-magnet-photo {
        min-height: 600px;
        border-radius: 28px
    }

    .lead-magnet-inner {
        gap: 70px
    }

    .contacts-block-section,
    .cta-form-section,
    .doctors-block-section,
    .faq-section,
    .reviews-scroll-section,
    .why-consult-section {
        padding: 140px 0
    }

    .contacts-block-header h2,
    .doctors-block-header-left h2,
    .faq-title,
    .reviews-scroll-title {
        font-size: 3.4rem !important
    }

    .doctors-block-header-right p,
    .why-consult-item-text h5 {
        font-size: 1.4rem
    }

    .doctors-block-grid {
        gap: 36px
    }

    .doctors-group-photo img {
        width: 100%
    }

    .review-scroll-card {
        flex: 0 0 460px;
        padding: 44px 38px
    }

    .cta-form-title {
        font-size: 3.2rem !important
    }

    .cta-form-subtitle {
        font-size: 1.3rem;
        max-width: 700px
    }

    .cta-form-card {
        padding: 56px 52px
    }

    .cta-form-card-title {
        font-size: 1.2rem
    }

    .cta-form-input {
        padding: 18px 24px;
        font-size: 1.1rem
    }

    .cta-form-submit {
        padding: 20px 32px;
        font-size: 1.1rem
    }

    .faq-question {
        padding: 28px 36px;
        font-size: 1.2rem
    }

    .faq-answer p {
        padding: 0 36px 28px;
        font-size: 1.1rem
    }

    .faq-list {
        max-width: 1000px;
        gap: 16px
    }

    .contacts-block-grid {
        gap: 80px
    }

    .contacts-visual-container {
        aspect-ratio: 16/9;
        border-radius: 28px
    }

    .contacts-toggle-btn {
        padding: 14px 28px;
        font-size: 1.1rem;
        width: 160px
    }

    .why-consult-left {
        width: 560px
    }

    .why-consult-photo {
        width: 480px;
        height: 480px
    }

    .why-consult-title {
        font-size: 4rem !important
    }

    .why-consult-icon {
        width: 56px;
        height: 56px
    }

    .why-consult-icon svg {
        width: 28px;
        height: 28px
    }

    .why-consult-btn {
        font-size: 1.15rem;
        padding: 18px 48px
    }
}

@media (max-width:768px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .review-scroll-card,
    .sp-card-body,
    .why-choose-card {
        padding: 20px
    }

    .doctor-block-card-info {
        padding: 20px 6px
    }

    .cta-form-card {
        padding: 24px 20px
    }

    .cta-form-input {
        padding: 12px 16px
    }

    .cta-form-submit {
        padding: 14px 20px
    }

    .faq-question {
        padding: 18px 20px
    }

    .faq-answer p {
        padding: 0 20px 18px
    }

    .case-modal-box,
    .edu-modal-box {
        padding: 28px 20px
    }

    .contacts-toggle-btn {
        padding: 8px 18px
    }

    .contacts-info-item .contact-icon {
        width: 42px;
        height: 42px
    }

    .contacts-social-links a {
        width: 40px;
        height: 40px
    }

    .why-choose-family-photo {
        width: 100%;
        min-height: 200px;
        border-radius: 16px;
        border-width: 3px;
        flex: none;
        aspect-ratio: 16/10
    }

    .lead-magnet-photo {
        width: 100%;
        aspect-ratio: 3/2;
        border-radius: 16px;
        flex: none;
        min-height: 0
    }
}

@media (min-width:3840px) {
    :root {
        font-size: 22px
    }

    .hero-static,
    .hero-static-inner {
        min-height: 95vh
    }

    .hero-static-text {
        max-width: 1100px
    }

    .hero-static-text h1 {
        font-size: 5.4rem !important
    }

    .contacts-block-header p,
    .hero-static-text p {
        font-size: 1.6rem
    }

    .contacts-block-section,
    .cta-form-section,
    .doctors-block-section,
    .faq-section,
    .reviews-scroll-section,
    .services-premium-section,
    .why-choose-section {
        padding: 180px 0
    }

    .cta-form-title,
    .why-choose-title {
        font-size: 4rem !important
    }

    .why-choose-card {
        padding: 48px 40px 40px;
        border-radius: 28px
    }

    .case-modal-desc,
    .contacts-info-item a,
    .contacts-info-item p,
    .doctor-block-specialty,
    .why-card-desc,
    .why-choose-badge {
        font-size: 1.3rem
    }

    .why-choose-family-photo {
        border-radius: 32px;
        border-width: 8px;
        min-height: 400px
    }

    .why-card-title {
        font-size: 1.4rem
    }

    .services-premium-title {
        font-size: 3.4rem !important
    }

    .services-premium-grid-unique {
        gap: 32px
    }

    .sp-card-body {
        padding: 30px 34px
    }

    .contacts-social-row h5,
    .sp-card-body h5 {
        font-size: 1.9rem
    }

    .sp-card-tags {
        font-size: 1.15rem
    }

    .btn-services-all {
        padding: 18px 52px;
        font-size: 1.2rem
    }

    .lead-magnet-section {
        padding: 160px 0
    }

    .lead-magnet-title {
        font-size: 3.6rem !important
    }

    .lead-magnet-subtitle {
        font-size: 1.6rem;
        max-width: 800px
    }

    .btn-lead-magnet {
        padding: 28px 64px;
        font-size: 1.3rem;
        border-radius: 24px
    }

    .lead-magnet-photo {
        min-height: 800px;
        border-radius: 36px
    }

    .lead-magnet-inner {
        gap: 90px
    }

    .contacts-block-header h2,
    .doctors-block-header-left h2,
    .faq-title,
    .reviews-scroll-title {
        font-size: 4.2rem !important
    }

    .doctors-block-header-right p {
        font-size: 1.7rem
    }

    .doctors-block-grid {
        gap: 44px
    }

    .doctors-group-photo {
        border-radius: 32px;
        border-width: 8px;
        margin-bottom: 80px
    }

    .doctor-block-card-info {
        padding: 32px 10px
    }

    .case-modal-name,
    .doctor-block-card-info h5,
    .review-scroll-top h5 {
        font-size: 1.8rem
    }

    .doctor-block-edu-btn {
        font-size: 1.1rem;
        padding: 12px 28px;
        border-radius: 60px
    }

    .faq-answer p,
    .review-scroll-text {
        font-size: 1.35rem
    }

    .doctor-block-edu-btn svg {
        width: 18px;
        height: 18px
    }

    .review-scroll-card {
        flex: 0 0 600px;
        padding: 56px 48px;
        border-radius: 28px
    }

    .review-scroll-avatar {
        width: 68px;
        height: 68px
    }

    .review-scroll-service {
        font-size: 1.1rem;
        padding: 5px 16px
    }

    .reviews-scroll-btn {
        width: 56px;
        height: 56px
    }

    .reviews-scroll-btn svg {
        width: 26px;
        height: 26px
    }

    .cta-form-subtitle {
        font-size: 1.6rem;
        max-width: 900px
    }

    .cta-form-card {
        padding: 72px 64px;
        border-radius: 36px
    }

    .cta-form-card-title {
        font-size: 1.5rem
    }

    .cta-form-input,
    .cta-form-submit {
        font-size: 1.3rem;
        border-radius: 18px
    }

    .cta-form-input {
        padding: 22px 30px
    }

    .cta-form-submit {
        padding: 24px 40px
    }

    .faq-question {
        padding: 36px 46px;
        font-size: 1.5rem
    }

    .faq-answer p {
        padding: 0 46px 36px
    }

    .faq-list {
        max-width: 1300px;
        gap: 20px
    }

    .faq-item {
        border-radius: 24px
    }

    .contacts-block-grid {
        gap: 100px
    }

    .contacts-visual-container {
        aspect-ratio: 16/9;
        border-radius: 36px
    }

    .contacts-info-item h5 {
        font-size: 2.4rem
    }

    .contacts-info-item .contact-icon {
        width: 62px;
        height: 62px;
        border-radius: 18px
    }

    .contacts-info-item .contact-icon svg {
        width: 28px;
        height: 28px
    }

    .contacts-social-links a {
        width: 56px;
        height: 56px;
        font-size: 26px
    }

    .contacts-toggle-btn {
        padding: 18px 36px;
        font-size: 1.3rem;
        width: 200px
    }

    .case-modal-box,
    .edu-modal-box {
        padding: 52px 48px;
        border-radius: 36px
    }

    .edu-modal-box {
        max-width: 620px
    }

    .edu-modal-doctor-name {
        font-size: 1.65rem
    }

    .edu-modal-doctor-role {
        font-size: .96rem
    }

    .edu-modal-list li {
        font-size: .96rem;
        padding: 12px 0
    }

    .case-modal-box {
        max-width: 660px
    }

    .case-modal-service {
        font-size: 1.1rem;
        padding: 6px 18px
    }
}

.mobile-menu-header {
    padding: 24px 20px
}

.mobile-menu-header img {
    height: 97px;
    width: auto
}

@media (max-width:991px) {

    .mobile-menu-booking,
    .mobile-menu-contact a,
    .mobile-menu-nav a {
        font-size: clamp(.82rem, 1.2vh, .95rem) !important
    }

    .mobile-menu-nav {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 0 !important
    }

    .mobile-menu-nav a {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 20px !important;
        min-height: 0;
        border-bottom: 1px solid #f0e6d6
    }

    .mobile-menu-footer {
        flex-shrink: 0;
        padding: 10px 20px !important
    }

    .mobile-menu-contact {
        margin-bottom: 8px !important
    }

    .mobile-menu-contact a {
        padding: 4px 0 !important
    }

    .mobile-menu-booking {
        padding: 10px !important
    }

    .contacts-block-header h2,
    .doctors-block-header-left h2,
    .faq-title,
    .lead-magnet-title,
    .reviews-scroll-title,
    .services-premium-title,
    .why-choose-title {
        font-size: 2.1rem !important
    }

    .why-card-title {
        font-size: 1.05rem
    }

    .contacts-info-item a,
    .contacts-info-item p,
    .cta-form-card-title,
    .cta-form-input,
    .cta-form-subtitle,
    .faq-answer p,
    .review-scroll-text,
    .why-card-desc {
        font-size: 1rem
    }

    .contacts-social-row h5,
    .sp-card-body h5 {
        font-size: 1.35rem
    }

    .sp-card-tags {
        font-size: .88rem
    }

    .contacts-block-header p,
    .lead-magnet-subtitle,
    .section-header p {
        font-size: 1.08rem
    }

    .review-scroll-top h5 {
        font-size: 1.3rem
    }

    .review-scroll-service {
        font-size: .85rem
    }

    .cta-form-title {
        font-size: 2rem !important
    }

    .cta-form-submit {
        font-size: .95rem
    }

    .faq-question {
        font-size: .98rem
    }

    .contacts-info-item h5 {
        font-size: 1.6rem
    }

    .why-choose-badge {
        font-size: 1.15rem
    }

    .section-header h2 {
        font-size: 2.1rem
    }
}

.mobile-menu-footer {
    padding: 18px 24px
}

.mobile-menu-contact a {
    font-size: .98rem;
    padding: 9px 0;
    gap: 11px
}

.mobile-menu-contact a i {
    font-size: 1.18rem;
    width: 23px
}

.mobile-menu-contact a i {
    font-size: 1.18rem;
    width: 23px
}

.mobile-menu-social a {
    width: 44px;
    height: 44px;
    font-size: 1.28rem
}

.mobile-menu-social {
    gap: 12px;
    margin-bottom: 16px
}

.mobile-menu-booking {
    padding: 15px;
    font-size: 1.02rem;
    border-radius: 15px
}

.mobile-menu-nav a {
    font-size: 1.275rem;
    padding: 13px 26px;
    gap: 15px
}

.mobile-menu-nav a i,
.mobile-menu-nav a svg {
    font-size: 1.725rem;
    width: 28px;
    color: #7b633f
}

.mobile-menu-nav a svg path {
    fill: currentColor
}

.footer h5 {
    font-size: 1.15em !important;
    font-family: 'Cormorant Garamond', serif !important;
    position: relative;
    display: inline-block;
    cursor: default
}

.footer h5::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #dfd0bd;
    border-radius: 1px;
    transition: width .4s cubic-bezier(.25, .8, .25, 1)
}

.footer h5:hover::after {
    width: 100%
}

.footer img,
.navbar .container>a:first-child img {
    transition: transform .4s cubic-bezier(.25, .8, .25, 1), filter .4s
}

.footer img:hover,
.navbar .container>a:first-child:hover img {
    transform: scale(1.06);
    filter: brightness(1.1)
}

.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary-light);
    border: 2px solid var(--primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 4px 16px rgba(139, 105, 20, .25)
}

.scroll-top-btn:hover {
    background: var(--primary)
}

@media (max-width:767px) {

    .footer .col-lg-4:first-child .d-flex,
    .footer .row.g-4>div:first-child .d-flex {
        justify-content: flex-start !important
    }

    .footer .row.g-4 {
        flex-wrap: wrap !important;
        gap: 0 !important
    }

    .footer .row.g-4>div:first-child {
        flex: 0 0 100% !important;
        width: 100% !important;
        text-align: left !important;
        padding-bottom: 10px !important;
        margin-bottom: 6px;
        border-bottom: 1px solid rgba(255, 255, 255, .08)
    }

    .footer .row.g-4>div:first-child img {
        margin: 0 0 0 15px !important;
        max-height: 70px !important
    }

    .footer .row.g-4>div:first-child .footer-brand-social {
        margin-left: 15px !important;
        justify-content: flex-start !important
    }

    .footer .row.g-4>div:last-child,
    .footer .row.g-4>div:nth-child(2),
    .footer .row.g-4>div:nth-child(3) {
        flex: 1 1 33.333% !important;
        max-width: 33.333% !important;
        min-width: 0 !important;
        width: auto !important;
        border-top: none !important;
        margin-top: 0 !important;
        padding-top: 6px !important;
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .footer h5 {
        font-size: .88rem !important;
        margin-bottom: 5px !important;
        white-space: nowrap
    }

    .footer-links {
        margin-bottom: 0 !important
    }

    .footer-links li {
        font-size: .76rem !important;
        line-height: 1.35 !important;
        margin-bottom: 3px !important
    }

    .footer-links li svg {
        font-size: 14px !important
    }

    .footer-bottom,
    .footer-links li a,
    .footer-links li span {
        font-size: .76rem !important
    }

    .footer-bottom {
        margin-top: 8px !important;
        padding: 8px 0 !important
    }

    .scroll-top-btn {
        width: 38px;
        height: 38px;
        right: 14px;
        bottom: 14px
    }

    .top-bar-inner,
    .top-bar-link {
        gap: 0 !important;
        display: flex !important
    }

    .top-bar {
        height: 48px !important;
        padding: 0 !important
    }

    body {
        padding-top: 110px
    }

    .top-bar .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important
    }

    .top-bar-inner {
        align-items: center !important;
        justify-content: center !important;
        height: 48px !important;
        width: 100%
    }

    .top-bar-link,
    .top-bar-social {
        padding: 0;
        margin: 0;
        height: 100%;
        transition: background .2s, color .2s
    }

    .top-bar-link {
        font-size: 0 !important;
        flex: 1;
        align-items: center !important;
        justify-content: center !important;
        position: relative;
        color: rgba(255, 255, 255, .7) !important
    }

    .top-bar-link:active {
        background: rgba(255, 255, 255, .08);
        color: #fff !important
    }

    .top-bar-link svg,
    .top-bar-social svg {
        font-size: 24px !important
    }

    .top-bar,
    .top-bar-spacer,
    .top-bar-text {
        display: none !important
    }

    .top-bar-social {
        flex: 1;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: rgba(255, 255, 255, .7)
    }

    .top-bar-social:active {
        background: rgba(255, 255, 255, .08);
        color: #fff
    }

    .navbar {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        width: 100%
    }
}

.works-gallery-title,
.works-hero-content h1 {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 700 !important;
    line-height: 1.2 !important
}

@media (max-width:511px) {

    .footer .row.g-4>div:nth-child(2),
    .footer .row.g-4>div:nth-child(3) {
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    .footer .row.g-4>div:nth-child(2) {
        padding-right: 6px !important
    }

    .footer .row.g-4>div:nth-child(3) {
        padding-left: 6px !important
    }

    .footer .row.g-4>div:last-child {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 6px !important;
        padding-top: 8px !important;
        border-top: 1px solid rgba(255, 255, 255, .1) !important
    }
}

@media (min-width:769px) {
    .navbar .btn-primary {
        margin-left: 10px !important
    }
}

@media (max-width:768px) {

    .navbar .btn-primary,
    .top-bar .btn-primary {
        padding: 11px 24px !important;
        font-size: .92rem !important;
        border-radius: 50px !important;
        white-space: nowrap;
        margin-left: -3px !important
    }
}

@media (max-width:480px) {

    .navbar .btn-primary,
    .top-bar .btn-primary {
        padding: 9px 20px !important;
        font-size: .84rem !important;
        border-radius: 50px !important
    }
}

.footer::before,
.navbar::after {
    content: '';
    position: absolute;
    height: 2px;
    background: rgba(166, 133, 109, .2);
    pointer-events: none;
    left: 0;
    right: 0
}

@media (max-width:1024px) {

    .cta-form-submit,
    .doctor-block-card,
    .doctors-group-photo,
    .faq-item,
    .review-scroll-card {
        animation-iteration-count: 1 !important;
        animation-fill-mode: both !important
    }

    .doctor-block-card {
        animation-name: cardFloat !important
    }

    .doctors-group-photo {
        animation-name: pulseGlow !important
    }

    .cta-form-submit {
        animation-name: ctaPulse !important
    }

    .review-scroll-card {
        animation-name: reviewFadeIn !important
    }

    .faq-item {
        animation-name: faqSlide !important
    }
}

.reviews-scroll-section,
.work-card,
.work-item {
    animation: none !important
}

@media (max-width:768px) {

    .doctors-block-header-left h2,
    .services-premium-title,
    .why-choose-title {
        font-size: 1.85rem !important
    }

    .contacts-block-header p,
    .lead-magnet-subtitle,
    .section-header p,
    .why-card-title {
        font-size: 1rem
    }

    .contacts-info-item a,
    .contacts-info-item p,
    .faq-answer p,
    .review-scroll-text,
    .why-card-desc {
        font-size: .95rem
    }

    .contacts-social-row h5,
    .review-scroll-top h5,
    .sp-card-body h5 {
        font-size: 1.2rem
    }

    .contacts-block-header h2,
    .cta-form-title,
    .faq-title,
    .lead-magnet-title,
    .reviews-scroll-title {
        font-size: 1.75rem !important
    }

    .cta-form-card-title,
    .cta-form-subtitle,
    .faq-question {
        font-size: .92rem
    }

    .contacts-info-item h5 {
        font-size: 1.4rem
    }

    .section-header h2 {
        font-size: 1.75rem
    }
}

.works-hero {
    padding: 80px 0;
    background: var(--bg-cream);
    position: relative
}

.works-hero-content {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--primary-dark);
    padding: 60px 50px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.works-hero-content h1 {
    font-size: 3rem !important;
    margin: 0 0 24px !important;
    position: relative;
    z-index: 1
}

.works-hero-content p {
    font-family: Montserrat, sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    max-width: 480px;
    position: relative;
    z-index: 1
}

.works-hero-photo {
    flex: 0.9;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    min-height: 380px;
    aspect-ratio: 1/1
}

@media (max-width:1200px) {
    .works-hero-content h1 {
        font-size: 2.5rem !important
    }

    .works-hero-content {
        padding: 48px 40px
    }

    .works-hero-inner {
        gap: 36px
    }
}

@media (max-width:991px) {
    .works-hero {
        padding: 60px 0
    }

    .works-hero-inner {
        flex-direction: column;
        gap: 28px
    }

    .works-hero-content {
        padding: 40px 32px;
        border-radius: 24px;
        text-align: center;
        align-items: center
    }

    .works-hero-content p {
        max-width: 100%
    }

    .works-hero-content h1 {
        font-size: 2rem !important
    }

    .works-hero-photo {
        width: 100%;
        aspect-ratio: 16/9;
        min-height: 0;
        border-radius: 24px;
        flex: none
    }
}

@media (max-width:768px) {
    .works-hero {
        padding: 50px 0
    }

    .works-hero-content {
        padding: 32px 24px
    }

    .works-hero-content h1 {
        font-size: 1.7rem !important
    }

    .works-hero-content p {
        font-size: 1rem
    }

    .works-hero-photo {
        aspect-ratio: 4/3;
        border-radius: 20px;
        border-width: 3px
    }
}

@media (max-width:576px) {

    .doctors-block-header-left h2,
    .services-premium-title,
    .why-choose-title {
        font-size: 1.55rem !important
    }

    .why-card-title {
        font-size: .95rem
    }

    .contacts-info-item a,
    .contacts-info-item p,
    .cta-form-input,
    .cta-form-submit,
    .faq-answer p,
    .faq-question,
    .lead-magnet-subtitle,
    .review-scroll-text,
    .why-card-desc {
        font-size: .88rem
    }

    .sp-card-body h5 {
        font-size: 1.08rem
    }

    .sp-card-tags {
        font-size: .82rem
    }

    .contacts-block-header h2,
    .faq-title,
    .lead-magnet-title,
    .reviews-scroll-title,
    .works-hero-content h1 {
        font-size: 1.45rem !important
    }

    .review-scroll-top h5 {
        font-size: 1.1rem
    }

    .cta-form-title {
        font-size: 1.4rem !important
    }

    .cta-form-card-title,
    .cta-form-subtitle {
        font-size: .85rem
    }

    .contacts-block-header p,
    .section-header p {
        font-size: .92rem
    }

    .contacts-info-item h5 {
        font-size: 1.15rem
    }

    .contacts-social-row h5 {
        font-size: 1.05rem
    }

    .why-choose-badge {
        font-size: 1rem
    }

    .section-header h2 {
        font-size: 1.45rem
    }

    .works-hero {
        padding: 40px 0
    }

    .works-hero-content {
        padding: 28px 20px;
        border-radius: 20px
    }

    .works-hero-content p {
        font-size: .9rem
    }

    .works-hero-photo {
        aspect-ratio: 3/2;
        border-radius: 16px
    }
}

.promo-hero {
    padding: 60px 0
}

.promo-hero-content {
    flex: 1.4 !important;
    padding: 40px 50px !important
}

.promo-hero .works-hero-photo {
    flex: 1;
    min-height: 100%;
    aspect-ratio: 1/1
}

@media (max-width:768px) {
    .promo-hero {
        padding: 30px 0 !important
    }

    .promo-hero-content {
        padding: 20px 14px !important
    }

    .promo-hero-content h1 {
        font-size: 1.4rem !important;
        margin-bottom: 10px !important
    }

    .promo-hero-content h3 {
        font-size: 1.28rem !important
    }

    .promo-hero-content p {
        font-size: .85rem !important
    }
}

@media (max-width:576px) {
    .promo-hero {
        padding: 20px 0 !important
    }

    .promo-hero-content {
        padding: 16px 10px !important;
        border-radius: 16px !important
    }

    .promo-hero-content h1 {
        font-size: 1.62rem !important;
        margin-bottom: 8px !important
    }

    .promo-hero-content h3 {
        font-size: 1.5rem !important
    }

    .promo-hero-content p {
        font-size: .82rem !important
    }
}

.works-gallery-title {
    font-size: 3rem !important;
    color: #7b633f !important;
    margin: 0 0 16px !important
}

.modal-consent,
.work-card-desc {
    font-family: Montserrat, sans-serif;
    line-height: 1.5
}

.work-card-body {
    padding: 22px 20px
}

.work-card-body h6 {
    font-family: Montserrat, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #7b633f;
    margin: 0 0 10px;
    line-height: 1.3
}

.work-card-desc {
    font-size: 1rem;
    font-weight: 400;
    color: #7b633f;
    margin: 0 0 12px
}

.work-card-doctor {
    font-family: Montserrat, sans-serif;
    font-size: .92rem;
    font-weight: 600;
    color: #7b633f;
    margin: auto 0 0
}

@media (max-width:991px) {
    .promo-hero-inner {
        flex-direction: column !important
    }

    .promo-hero-content {
        order: 2
    }

    .promo-hero .works-hero-photo {
        order: 1;
        width: 100%;
        aspect-ratio: 16/9;
        min-height: 0;
        flex: none
    }

    .works-gallery-section {
        padding: 70px 0
    }

    .works-gallery-title {
        font-size: 2.1rem !important
    }

    .works-gallery-subtitle {
        font-size: 1.08rem
    }
}

@media (max-width:768px) {
    .works-gallery-section {
        padding: 60px 0
    }

    .works-gallery-title {
        font-size: 1.75rem !important
    }

    .works-gallery-subtitle {
        font-size: 1rem
    }

    .work-card-body h6 {
        font-size: 1.15rem
    }

    .work-card-desc {
        font-size: .92rem
    }

    .work-card-doctor {
        font-size: .85rem
    }
}

@media (max-width:576px) {
    .works-gallery-section {
        padding: 50px 0
    }

    .works-gallery-title {
        font-size: 1.45rem !important
    }

    .works-gallery-subtitle {
        font-size: .92rem
    }

    .work-card-body {
        padding: 16px 14px
    }

    .work-card-body h6 {
        font-size: 1.05rem
    }

    .work-card-desc {
        font-size: .88rem
    }

    .work-card-doctor {
        font-size: .82rem
    }

    .works-gallery-section .d-flex.flex-wrap {
        flex-direction: column;
        gap: 6px !important
    }

    .works-gallery-section .filter-btn {
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px;
        text-align: center;
        font-size: .82rem;
        padding: 10px 16px;
        box-sizing: border-box
    }
}

@media (max-width:350px) {
    .works-hero {
        padding: 28px 0
    }

    .promo-hero .container,
    .works-gallery-section .container,
    .works-hero .container {
        padding-left: 8px !important;
        padding-right: 8px !important
    }

    .works-hero-content {
        padding: 20px 14px;
        border-radius: 14px
    }

    .works-hero-content h1 {
        font-size: 1.2rem !important;
        margin-bottom: 14px !important
    }

    .works-hero-content p {
        font-size: .8rem;
        line-height: 1.5
    }

    .works-hero-photo {
        aspect-ratio: 4/3;
        border-radius: 12px
    }

    .promo-hero {
        padding: 16px 0 !important
    }

    .promo-hero-content {
        padding: 14px 10px !important;
        border-radius: 14px !important
    }

    .promo-hero-content h1 {
        font-size: 1.15rem !important;
        margin-bottom: 6px !important
    }

    .promo-hero-content h3 {
        font-size: 1.05rem !important;
        margin: 10px 0 8px !important
    }

    .promo-hero-content p {
        font-size: .75rem !important;
        margin-bottom: 12px !important
    }

    .hero-promo-badge {
        font-size: .72rem !important;
        padding: 4px 12px !important
    }

    .promo-hero .works-hero-photo {
        border-radius: 12px
    }

    .works-gallery-section {
        padding: 36px 0
    }

    .works-gallery-header {
        margin-bottom: 28px
    }

    .works-gallery-title {
        font-size: 1.15rem !important
    }

    .works-gallery-subtitle {
        font-size: .8rem
    }

    .works-gallery-section .row.g-4 {
        --bs-gutter-x: 0.5rem;
        --bs-gutter-y: 0.75rem
    }

    .works-gallery-section .row.g-4>[class*=col-] {
        padding-left: 4px;
        padding-right: 4px
    }

    .work-card-body {
        padding: 12px 10px
    }

    .work-card-body h6 {
        font-size: .88rem
    }

    .work-card-desc {
        font-size: .76rem
    }

    .work-card-doctor {
        font-size: .72rem
    }

    .work-comparison {
        font-size: .7rem
    }

    .work-label {
        font-size: .6rem;
        padding: 3px 8px
    }

    .filter-btn {
        font-size: .7rem;
        padding: 6px 12px
    }
}

@media (min-width:2560px) {
    .works-hero {
        padding: 120px 0
    }

    .works-hero-content {
        padding: 80px 70px;
        border-radius: 36px
    }

    .works-hero-content h1 {
        font-size: 3.8rem !important
    }

    .works-hero-content p {
        font-size: 1.4rem;
        max-width: 640px
    }

    .works-hero-photo {
        border-radius: 36px;
        min-height: 500px
    }

    .works-hero-inner {
        gap: 70px
    }

    .works-gallery-section {
        padding: 140px 0
    }

    .works-gallery-title {
        font-size: 3.4rem !important
    }

    .works-gallery-subtitle {
        font-size: 1.3rem
    }

    .work-card-body {
        padding: 30px 28px
    }

    .work-card-body h6 {
        font-size: 1.7rem
    }

    .work-card-desc {
        font-size: 1.2rem
    }

    .work-card-doctor {
        font-size: 1.1rem
    }
}

.navbar::after {
    bottom: 0
}

.footer::before {
    top: -2px;
    z-index: 1
}

.work-card {
    transition: transform .35s cubic-bezier(.4, 0, .2, 1), box-shadow .35s cubic-bezier(.4, 0, .2, 1) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(223, 208, 189, .5) !important
}

.work-card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.work-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 16px 48px rgba(91, 88, 67, .13) !important
}

.work-item {
    transform: none !important;
    transition: opacity .3s, transform .3s !important
}

.work-item.fade-out {
    opacity: 0 !important;
    transform: scale(.9) !important
}

.services-list-section {
    background: #f0ede2;
    padding: 100px 0 !important
}

.services-list-header {
    text-align: center;
    margin-bottom: 50px
}

.services-list-header h2 {
    color: #7b633f !important;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 14px
}

.services-list-header p {
    color: #6b5740 !important;
    font-size: 1.15rem;
    margin: 0
}

@media (max-width:991px) {
    .services-list-header h2 {
        font-size: 2rem
    }

    .services-list-header p {
        font-size: 1.08rem
    }

    .services-list-section {
        padding: 70px 0 !important
    }
}

@media (max-width:768px) {
    .services-list-header h2 {
        font-size: 1.75rem
    }

    .services-list-header p {
        font-size: 1rem
    }
}

@media (max-width:576px) {
    .services-list-header {
        margin-bottom: 30px
    }

    .services-list-header h2 {
        font-size: 1.35rem
    }

    .services-list-header p {
        font-size: .88rem
    }

    .services-list-section {
        padding: 40px 0 !important
    }
}

.nav-link::after {
    background: #7b633f !important;
    height: 2px !important
}

.nav-link:hover::after,
.page-loaded .nav-link.active::after {
    width: 60%;
    background: #7b633f !important
}

.promo-hero-content,
.works-hero-content {
    background: #dfd0bd !important;
    border-radius: 28px !important
}

.why-consult-item-text h5,
.why-consult-item-text p,
.works-hero-content h1,
.works-hero-content p {
    color: #7b633f !important
}

.promo-hero-content h1,
.promo-hero-content p {
    max-width: 100% !important;
    color: #7b633f !important
}

.why-consult-item {
    background: #dfd0bd !important;
    border-radius: 16px !important;
    padding: 20px 24px !important
}

.btn-hero-primary,
.btn-lead-magnet,
.btn-services-all,
.cta-form-submit,
.lead-popup-btn,
.mobile-menu-booking,
.modal-submit-btn,
.why-consult-btn {
    position: relative;
    overflow: hidden;
    background: #dfd0bd !important;
    color: #7b633f !important;
    border: 2px solid #dfd0bd !important;
    font-weight: 600;
    cursor: pointer;
    transition: .3s !important
}

.btn-hero-primary:hover,
.btn-lead-magnet:hover,
.btn-services-all:hover,
.cta-form-submit:hover,
.lead-popup-btn:hover,
.mobile-menu-booking:hover,
.modal-submit-btn:hover,
.why-consult-btn:hover {
    background: #b5a88a !important;
    border-color: #b5a88a !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(91, 88, 67, .25) !important
}

.filter-btn.active,
.filter-btn:hover,
.lead-magnet-section .btn-lead-magnet:hover {
    background: #b5a88a !important;
    border-color: #b5a88a !important;
    color: #fff !important
}

.lead-magnet-section .btn-lead-magnet {
    background: #efefec !important;
    color: #7b633f !important;
    border: 2px solid #efefec !important
}

.scroll-top-btn {
    background: #dfd0bd !important;
    border: 2px solid #7b633f !important;
    color: #7b633f !important;
    box-shadow: 0 4px 16px rgba(91, 88, 67, .2) !important
}

.scroll-top-btn svg {
    stroke: #7B633F !important;
    fill: none !important;
    width: 20px;
    height: 20px
}

.scroll-top-btn:hover {
    background: #b5a88a !important;
    border-color: #b5a88a !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(91, 88, 67, .3) !important
}

.scroll-top-btn:hover svg {
    stroke: #fff !important
}

@media (min-width:769px) {
    .top-bar-link {
        transition: color .2s ease-out, transform .2s ease-out !important
    }

    .top-bar-social,
    .top-bar-social svg {
        transition: transform .2s ease-out !important
    }

    .top-bar-link:hover {
        color: #fff !important;
        transform: translateX(2px) !important
    }

    .top-bar-social {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important
    }

    .top-bar-social:hover,
    .top-bar-social:hover svg {
        transform: scale(1.08) !important
    }
}

@media (max-width:768px) {

    .top-bar-link,
    .top-bar-social {
        transition: none !important;
        transform: none !important
    }

    .top-bar-link:active,
    .top-bar-social:active {
        background: rgba(255, 255, 255, .08);
        color: #fff
    }
}

.top-bar {
    transition: transform .3s, opacity .3s
}

.modal-consent {
    font-size: .72rem;
    color: #999;
    margin: 12px 0 0;
    text-align: center
}

.cookie-accept,
.cookie-decline,
.cookie-text {
    font-size: .82rem;
    font-family: Montserrat, sans-serif
}

.modal-consent a,
.modal-consent-check a {
    color: #7b633f;
    text-decoration: underline
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3d2e22;
    color: #f1ede1;
    z-index: 1000000 !important;
    transform: translate3d(0, 0, 100px) !important;
    will-change: transform !important;
    padding: 0;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, .18)
}

.cookie-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.cookie-text {
    line-height: 1.55;
    margin: 0;
    flex: 1;
    min-width: 220px
}

.cookie-btns {
    display: flex;
    gap: 10px;
    flex-shrink: 0
}

.cookie-accept,
.cookie-decline {
    font-weight: 500;
    border: none;
    border-radius: 8px;
    padding: 8px 22px;
    cursor: pointer;
    transition: background .2s, transform .15s
}

.cookie-accept {
    background: #dfd0bd;
    color: #3d2e22
}

.cookie-accept:hover {
    background: #b5a88a;
    transform: translateY(-1px)
}

.cookie-decline {
    background: 0 0;
    color: #dfd0bd;
    border: 1px solid #dfd0bd
}

.cookie-decline:hover {
    background: rgba(255, 255, 255, .08);
    transform: translateY(-1px)
}

@media (max-width:600px) {
    .cookie-inner {
        flex-direction: column;
        text-align: center;
        padding: 14px 16px;
        gap: 12px
    }

    .cookie-text {
        min-width: auto
    }
}

.modal-consent-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    color: #888;
    line-height: 1.45;
    margin: 0 0 12px;
    cursor: pointer
}

.modal-consent-check input[type=checkbox] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #7B633F;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.footer-bottom .dev-credit-link,
.footer-bottom a.dev-credit-link {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: color .3s ease;
    margin-left: 15px;
    font-size: 13px;
    font-weight: 800;
    display: inline-block
}

.footer-bottom .dev-credit-link:hover,
.footer-bottom a.dev-credit-link:hover {
    color: #e1937d !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important
}

.footer-bottom .vampkid-anim {
    display: inline-block !important;
    min-width: 82px !important;
    text-align: left !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: color .3s ease !important
}

.footer-bottom .dev-credit-link:hover .vampkid-anim,
.footer-bottom .vampkid-anim:hover {
    color: #e1937d !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important
}

/* Глобальный фикс: полное удаление подчеркивания у ссылки разработчика на всех страницах */
html body footer.footer .footer-bottom a.dev-credit-link,
html body footer.footer .footer-bottom a.dev-credit-link:hover,
html body footer.footer .footer-bottom a.dev-credit-link:focus,
html body footer.footer .footer-bottom a.dev-credit-link span,
html body footer.footer .footer-bottom a.dev-credit-link .vampkid-anim,
.footer-bottom a.dev-credit-link,
.dev-credit-link {
    text-decoration: none !important;
    border-bottom: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: none !important;
    background-image: none !important;
    outline: none !important;
    -webkit-text-decoration: none !important;
}

/* --- Mobile Footer Alignment & Cleanup --- */

/* Удаление "since 2026" из футера */
.footer-bottom::before,
footer.footer .footer-bottom::before,
body.inner-page footer.footer .footer-bottom::before {
    display: none !important;
    content: none !important;
}

/* Выравнивание по левому краю на мобильных устройствах (< 575px) */
@media (max-width: 575px) {
    .footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 12px !important;
    }

    .footer-bottom>span:not(.vampkid-anim),
    .footer-bottom span:not(.vampkid-anim) {
        text-align: left !important;
        margin-left: 0 !important;
        width: 100% !important;
        display: block !important;
    }

    .dev-credit-link,
    .footer-bottom .dev-credit-link,
    .footer-bottom a.dev-credit-link {
        text-align: left !important;
        margin-left: 0 !important;
        align-self: flex-start !important;
        display: inline-flex !important;
        align-items: center !important;
        white-space: nowrap !important;
        width: auto !important;
    }
    
    .footer-bottom .dev-credit-link span.vampkid-anim {
        display: inline-block !important;
        width: 85px !important;
        white-space: nowrap !important;
    }
}