:root {
    --surface-pink-light: var(--color-magenta-10);
}

.tooltip .tooltip-content div {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #0e131b;
    margin: 0;
    display: block;
}

.doctors-slider .no-image {
    border-radius: 24px;
    background: var(--surface-level-0);
}
h3 {
    font-family: var(--second-family);
    font-size: 27px;
    line-height: 36px;
    color: var(--text-primary);
    font-weight: 400;
    letter-spacing: 0.01em;
}

.dropdown-ui li a {
    color: var(--text-primary);
}

.clinics-map .clinic-card .name-text {
    display: flex;
    align-items: center;
    gap: 12px;
}


.btn-appointment {
    padding-left: 60px;
    background-image: url(/local/components/coweb/forms/templates/popup_directions_appointment/images/icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 24px 24px;
}

.service-card-hero .content-wrapper.green {
    background: var(--surface-green-light);
}
.service-card-hero .content-wrapper.blue {
    background: var(--surface-cyan-light);
}
.service-card-hero .content-wrapper.pink {
    background: var(--surface-pink-light);
}

.visible-tablet .btn-appointment {
    width:100%;
    text-align: center;
}

.margin-section.a-call {
    margin-top:50px;
}