:root {
    --gold: #c9a34e;
    --gold-dark: #a88435;
    --dark: #1f1f1f;
    --muted: #6b7280;
    --bg-light: #faf8f3;
    --border: #e8e1d3;
    --white: #ffffff;
}
.page-hero {
    background: linear-gradient(135deg, #f8f5ee, #ffffff);
    border-bottom: 1px solid var(--border);
    padding: 55px 0 35px;
}
.gold-badge, .el-meta {
    display: inline-block;
    background: rgba(201, 163, 78, 0.12);
    color: var(--gold-dark);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.white-badge {
    display: inline-block;
    background: rgba(201, 163, 78, 0.12);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.footer {
    background: #111827;
    color: #d1d5db;
    padding: 48px 0 24px;
}
.footer-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
}
.tm-toolbar {
    background: var(--dark);
    color: #f3f4f6;
    font-size: 14px;
}

.note-box {
    border-left: 4px solid var(--gold);
    background: #fffdf8;
    padding: 16px 18px;
    border-radius: 8px;
}
.section-title {
    position: relative;
    margin-bottom: 18px;
    font-weight: 800;
}
.section-title::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    background: var(--gold);
    margin-top: 10px;
    border-radius: 3px;
}
.feature-card, .service-card, .price-card, .contact-card {
    padding: 24px;
    height: 100%;
}

.feature-card, .service-card, .doctor-card, .price-card, .contact-card {
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.map-frame {
    border: 0;
    width: 100%;
    min-height: 420px;
    border-radius: 14px;
}

.icon-circle {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 163, 78, 0.14);
    color: var(--gold-dark);
    border-radius: 50%;
    margin-bottom: 14px;
}
.icon-circle:before {
    content: "";
}
input[name="zakonrf"] + small {
    font-size: 60%;
    line-height: 1;
}
.cta-box {
    background: linear-gradient(135deg, #1f1f1f, #343434);
    color: #fff;
    border-radius: 18px;
    padding: 38px;
}
.cta-box h2, .cta-box p {
    color: #fff;
}
.remove-first-content > div.uk-card-body.uk-margin-remove-first-child {
display: none;
}
.card-no-border{
border: 0px !important;
}
/*
 .uk-sticky{
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 2px 12px 32px 0 rgb(0, 0, 0, 0.5);      
}
*/

.tm-header :not(.uk-sticky-below)>.uk-navbar-container {
    box-shadow: 2px 12px 32px 0 rgb(0,0,0, 0.5);
}
.tm-toolbar-default {
    background: #fff;
    border-bottom: 1px solid #00000057;
}
.service-bg {
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    background-color: rgba(255,255,255,0.1);
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}
#button_to_top {
    display: inline-block;
    background-color: #921717;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .65);
}

#button_to_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 40px;
    color: #fff;
}

#button_to_top:hover {
    cursor: pointer;
    background-color: #ff0000;
}

#button_to_top:active {
    background-color: #555;
}

#button_to_top.show {
    opacity: 1;
    visibility: visible;
}
