﻿:root {
    --primary-green: #0ea07b;
    --muted: #6c757d;
    --panel-start: #f2fbf6;
    --panel-end: #f6f2ea;
    --accent: #f6a500;
    --card-radius: 14px;
    --widget-green-start: #1fa36f;
    --widget-green-end: #f6a500;
}

body {
    font-family: 'Quicksand', sans-serif;
}

.navbar {
    box-shadow: 0 2px 6px rgba(0,0,0,0.07);
    background: #fff;
}

.navbar-brand img {
    height: 30px;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    padding: 0.25rem;
    z-index: 2000;
    pointer-events: auto;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
}

.navbar-nav .nav-item {
    margin-left: 12px;
    margin-right: 12px;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(1, 152, 123, .1);
    border-radius: 6px;
    transition: background-color 0.2s ease;
    color: rgb(1, 152, 123);
}

    .navbar-nav .nav-link:hover show {
        background-color: #c0f2c0;
        border-radius: 6px;
    }

.primary-color {
    color: rgb(1, 152, 123) !important;
}

.primary-bg-color {
    background-color: rgba(1, 152, 123, .1) !important;
}

.primary-border-color {
    border-color: rgb(1, 152, 123) !important;
    border: 1px solid;
}

.premium-color {
    color: rgb(244, 161, 10) !important;
}

.premium-bg-color {
    background-color: rgba(244, 161, 10, .1);
}

.premium-border-color {
    border-color: rgb(244, 161, 10) !important;
    border: 1px solid;
}

.card-hover {
    transition: 0.3s ease;
}

    .card-hover:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }


.dropdown-mega {
    min-width: 400px;
}

.row-mega {
    display: flex;
    gap: .5rem;
    padding: .5rem .75rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.col-mega {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    min-width: 140px;
}

.dropdown-mega .dropdown-item {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    padding: .35rem .6rem;
    border-radius: 6px;
}

.dropdown-header {
    font-weight: 700;
    color: #0d6efd;
    font-size: .75rem;
    text-transform: uppercase;
    padding: .5rem .75rem;
    pointer-events: none;
    margin-bottom: 0;
}

.btn-register {
    background: rgb(244, 161, 10);
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 600;
}

    .btn-register:hover {
        background: rgb(244, 161, 10);
        color: #fff;
        border-radius: 25px;
        padding: 8px 20px;
        font-weight: 600;
    }

.btn-mechanism {
    color: rgb(244, 161, 10);
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 600;
    border: 1px solid rgb(244, 161, 10)
}

    .btn-mechanism:hover {
        color: rgb(244, 161, 10);
        border-radius: 25px;
        padding: 8px 20px;
        font-weight: 600;
        border: 1px solid rgb(244, 161, 10)
    }

.dropdown-submenu > a::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    float: right;
    margin-left: 10px;
}


.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
    z-index: 10;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 50% 50%;
    filter: invert(1);
}

.info-slider {
    background-image: radial-gradient(60% 40% at 0 0, #01987b0f, transparent), radial-gradient(60% 40% at 100% 0, #f4a10a12, transparent);
    padding-top: 20px;
    padding-bottom: 20px;
}

.key-services {
    background-color: rgba(1, 152, 123, .03);
    padding-top: 20px;
    padding-bottom: 20px;
}

.advantages {
    background-color: rgba(244, 161, 10, .03);
    padding-top: 20px;
    padding-bottom: 20px;
}

.feature-box {
    background: #fff;
    padding: 14px 20px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    font-size: 16px;
    transition: 0.25s;
    cursor: default;
}

    .feature-box:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 16px rgba(0,0,0,0.12);
    }

.icon-check {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #FFA600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 14px;
    font-size: 18px;
}

.video-intro {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mechanism {
    background-color: rgba(1, 152, 123, .03);
    padding-top: 20px;
    padding-bottom: 20px;
}

.doctors {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-radial-gradient {
    background-image: radial-gradient(60% 40% at 0 0, #01987b0f, transparent), radial-gradient(60% 40% at 100% 0, #f4a10a12, transparent);
}


@media(min-width:992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

@media(max-width:991px) {
    .dropdown-mega {
        min-width: 100% !important;
    }

    .row-mega {
        flex-direction: column !important;
        gap: 0 !important;
        padding: .25rem .5rem;
    }

    .col-mega {
        min-width: 100% !important;
        padding: 0 .5rem;
    }

    .dropdown-mega .dropdown-item {
        white-space: normal;
    }

    .navbar .dropdown > .dropdown-menu {
        display: none;
    }

        .navbar .dropdown.show > .dropdown-menu,
        .navbar .dropdown > .dropdown-menu.show {
            display: block !important;
        }

    .dropdown-submenu > a::after {
        content: "\f282";
    }

    .dropdown-submenu.show > a::after {
        content: "\f286";
    }
}

.section-registration {
    padding: 48px 0;
}

.form-card {
    background: #fff;
    border-radius: var(--card-radius);
    box-shadow: 0 6px 20px rgba(12, 35, 26, 0.06);
    border: 1px solid rgba(15,20,20,0.1);
    padding: 22px;
}

    .form-card .form-control {
        border-radius: 10px;
        border: 1px solid rgba(15,20,20,0.1);
        background: #fff;
    }

        .form-card .form-control::placeholder {
            color: #cfd8d4;
        }

    .form-card .form-label {
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 6px;
    }

    .form-card textarea.form-control {
        min-height: 110px;
        resize: vertical;
    }

.quick-call {
    color: var(--primary-green);
    margin-left: 12px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.info-panel {
    background: linear-gradient(180deg,var(--panel-start), var(--panel-end));
    border-radius: var(--card-radius);
    padding: 26px;
    border: 1px solid rgba(12,20,16,0.04);
    box-shadow: 0 6px 18px rgba(10,20,10,0.03);
}

    .info-panel h5 {
        font-weight: 700;
        margin-bottom: 18px;
    }

.info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 18px;
}

    .info-list li {
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
        color: #243833;
        line-height: 1.35;
        font-weight: 600;
        font-size: 14px;
    }

        .info-list li::before {
            content: "";
            width: 8px;
            height: 8px;
            background: var(--accent);
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 7px;
        }

.panel-carousel {
    margin-top: 16px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 14px;
}

    .panel-carousel .carousel-item img {
        border-radius: 8px;
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .panel-carousel .carousel-control-prev,
    .panel-carousel .carousel-control-next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255,255,255,0.9);
        display: flex;
        align-items: center;
        justify-content: center;
        top: auto;
        bottom: 14px;
        transform: none;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }

    .panel-carousel .carousel-control-prev {
        left: 40%;
    }

    .panel-carousel .carousel-control-next {
        right: 40%;
    }

    .panel-carousel .carousel-indicators {
        position: absolute;
        left: 33%;
        transform: translateX(-50%);
        gap: 8px;
    }

        .panel-carousel .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #cfcfcf;
            opacity: 1;
            border: none;
        }

        .panel-carousel .carousel-indicators .active {
            background: var(--primary-green);
        }

.badge.premium-bg-color {
    background: rgba(246,160,0,0.08);
    color: #b56a00;
    border: 1px solid rgba(246,160,0,0.16);
    margin-right: 8px;
    margin-top: 8px;
    font-weight: 600;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .panel-carousel .carousel-item img {
        height: 140px;
    }

    .panel-carousel .carousel-control-prev {
        left: 10%;
    }

    .panel-carousel .carousel-control-next {
        right: 10%;
    }
}

.map-container {
    position: relative;
}

.marker {
    position: absolute;
    width: 12px;
    height: 12px;
    
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    z-index: 2;
}

    .marker:hover {
        transform: translate(-50%, -50%) scale(1.5);
        box-shadow: 0 0 15px rgba(0,0,0,0.4);
    }

    .marker::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0,0,0,0.75);
        color: #fff;
        padding: 4px 8px;
        font-size: 0.5rem;
        border-radius: 4px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
    }

    .marker:hover::after {
        opacity: 1;
    }

    .marker.blink {
        background-color: #ff4d4f;
        animation: blink 1s infinite;
    }

@keyframes blink {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.3;
    }
}

.country-btn.active {
    background-color: #007bff;
    color: #fff;
}

.site-footer {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.04);
    padding: 48px 0 18px;
    color: #0b1a1a;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

    .site-footer .logo {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

        .site-footer .logo img {
            height: 40px;
        }

    .site-footer p.desc {
        color: var(--muted);
        font-size: 14px;
        margin: 0;
        max-width: 320px;
        line-height: 1.6;
    }

    .site-footer h6 {
        font-weight: 700;
        margin-bottom: 12px;
    }

    .site-footer .footer-links a {
        display: block;
        color: #111;
        text-decoration: none;
        padding: 4px 0;
        font-size: 14px;
    }

        .site-footer .footer-links a:hover {
            color: var(--brand);
        }

.social-icons img, .social-icons .bi {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(0,0,0,0.04);
    margin-top: 20px;
    padding-top: 12px;
    font-size: 13px;
    color: #7b8784;
}

.consult-widget {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.consult-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 14px;
    background: linear-gradient(90deg, var(--widget-green-start), var(--widget-green-end));
    color: #fff;
    box-shadow: 0 12px 30px rgba(31,163,111,0.18);
    min-width: 220px;
    max-width: 320px;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}

    .consult-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 34px rgba(31,163,111,0.22);
    }

    .consult-box .phone-icon {
        width: 46px;
        height: 46px;
        background: rgba(255,255,255,0.14);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        flex: 0 0 46px;
    }

    .consult-box .text {
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
    }

    .consult-box .number {
        font-weight: 900;
        font-size: 18px;
    }

.messenger-bubble {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(180deg,#e8f0ff,#fff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(33,99,170,0.12);
    cursor: pointer;
}

.custom-container {
    max-width: 800px;
}

@media (max-width: 768px) {
    .custom-container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 420px) {
    .consult-box {
        min-width: 180px;
        padding: 10px 12px;
    }

        .consult-box .text {
            font-size: 13px;
        }

        .consult-box .number {
            font-size: 14px;
        }

    .consult-widget {
        right: 12px;
        bottom: 12px;
        gap: 8px;
    }
}


.card-title.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2rem;
    height: calc(1.2rem * 2.1);
}

.card-text.clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2rem;
    height: calc(1.2rem * 4.1);
}

.card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .card-body .mt-auto {
        margin-top: auto;
    }