main > .container {
    padding: 70px 15px 20px;
}

.bg-dark {
    background: #fff6ed !important;
    border-bottom: 1px solid #f0e2d4 !important;

}

.bg-light {
    background-color: #815e3f !important;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #fefaf5;
    color: #2e241f;
    scroll-behavior: smooth;
}
/* контейнер */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========== ХЕДЕР ========== */
.top-bar {
    background: #fff6ed;
    border-bottom: 1px solid #f0e2d4;
    padding: 12px 0;
}

.header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo h1 {
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    font-weight: 600;
    color: #b45f2b;
    letter-spacing: -0.5px;
}
.logo span {
    font-size: 0.85rem;
    font-weight: 400;
    color: #7a5a4a;
    display: block;
    letter-spacing: 0;
}





footer {
    background: #2e241f;
    color: #f1e2d4;
    padding: 40px 0 24px;
    margin-top: 40px;
    border-radius: 32px 32px 0 0;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.footer-copy {
    text-align: center;
    margin-top: 32px;
    font-size: 0.8rem;
    opacity: 0.7;
}
.social i {
    font-size: 1.4rem;
    margin-right: 18px;
    color: #e9cbb4;
    transition: 0.2s;
}

.navbar-brand {
    color: #b45f2b !important;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
}

.nav-link {
    color: #1a1d20 !important;
}

.bg-info {
    background-color: rgba(255, 0, 0, 0.76) !important;
}
.btn-primary {
    background-color: #b45f2b !important;
}
.btn-success {
    background-color: #b45f2b !important;
}


