.wb-newsletter {
    border-top: 1px solid #ead4d1;
    background: linear-gradient(115deg, #f8eeeb 0%, #f3e3e0 100%);
}
.wb-newsletter__inner {
    padding-block: 42px;
}
.wb-newsletter__copy {
    max-width: 560px;
}
.wb-newsletter-form > [id^="mailer"] {
    max-width: none !important;
    min-height: 0 !important;
}
.wb-newsletter-form .wa-subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wb-newsletter-form .wa-field,
.wb-newsletter-form .wa-value {
    min-width: 0 !important;
}
.wb-newsletter-form .wa-field[data-field="email"] .wa-value {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 9px;
}
.wb-newsletter-form input[type="text"],
.wb-newsletter-form input[type="email"] {
    width: 100%;
    min-height: 50px;
    border: 1px solid #d9bcbc !important;
    border-radius: 11px !important;
    background: rgba(255,255,255,.88);
    box-shadow: none;
    color: var(--wb-ink);
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.wb-newsletter-form input[type="text"]:focus,
.wb-newsletter-form input[type="email"]:focus {
    border-color: rgba(123,38,56,.58) !important;
    background: #fff;
    box-shadow: 0 7px 24px rgba(94,41,53,.11);
}
.wb-newsletter-form input[type="submit"] {
    min-height: 50px;
    padding-inline: 25px;
    border-radius: 11px;
    font-weight: 700;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.wb-newsletter-form input[type="submit"]:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(123,38,56,.2);
}
.wb-newsletter-form .wa-field[data-field="agreement"] {
    order: 2;
}
.wb-newsletter-form .wa-field[data-field="agreement"] .wa-value {
    min-width: 0 !important;
}
.wb-newsletter-form .wa-checkbox {
    display: grid;
    grid-template-columns: 17px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 0;
    width: 100%;
    min-width: 0;
    align-items: start;
    color: #775f65;
    font-size: 11px;
    line-height: 1.55;
    cursor: pointer;
}
.wb-newsletter-form .wa-checkbox input[type="checkbox"] {
    box-sizing: border-box;
    grid-column: 1;
    padding: 0;
    min-width: 17px;
    max-width: 17px;
    min-height: 17px;
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--wb-accent);
}
.wb-newsletter-form .wa-checkbox > span { grid-column:2; min-width:0; padding:0; margin:0; overflow-wrap:anywhere; }
.wb-newsletter-form .wa-errormsg {
    margin: 0 !important;
    color: #8e2038 !important;
}
.wb-newsletter-form .wa-after-submit {
    border: 1px solid #dfc9c6;
    background: #f7e9e6 !important;
    color: var(--wb-ink);
}

.wb-footer {
    padding: 52px 0 20px;
    background: linear-gradient(135deg, #4a2631 0%, #5c303c 100%);
}
.wb-footer__grid {
    grid-template-columns: minmax(225px, 1.4fr) repeat(3, minmax(110px, .78fr)) minmax(210px, 1.08fr);
    gap: clamp(26px, 3vw, 48px);
    align-items: start;
}
.wb-footer__logo {
    display: inline-block;
    width: 220px;
    max-width: 100%;
}
.wb-footer__brand .wb-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .96;
    filter: none;
}
.wb-footer__brand .wb-footer__logo { display: block; margin: 0; }
.wb-footer__brand-note {
    max-width: 245px;
    margin: 18px 0 0 !important;
    color: rgba(247,237,239,.7) !important;
    font-size: 14px !important;
    line-height: 1.7;
}
.wb-footer__column h3 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.wb-footer__column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 1px;
    background: rgba(244,176,163,.7);
}
.wb-footer__grid .wb-footer__column > a:not(.wb-footer__contact) {
    display: block;
    width: fit-content;
    margin: 9px 0;
    color: rgba(247,237,239,.79);
    font-size: 14px;
    transition: color .18s ease, transform .18s ease;
}
.wb-footer__grid .wb-footer__column > a:not(.wb-footer__contact):hover {
    color: #fff;
    transform: translateX(2px);
}
.wb-managed-menu__footer-children {
    margin: -2px 0 8px 9px;
    padding-left: 10px;
    border-left: 1px solid rgba(255,255,255,.16);
}
.wb-managed-menu__footer-children a {
    display: block;
    width: fit-content;
    margin: 7px 0;
    color: rgba(247,237,239,.65);
    font-size: 13px;
}
.wb-footer__contact {
    display: block;
    margin: 0 0 13px !important;
    color: #fff !important;
}
.wb-footer__contact span,
.wb-footer__address span {
    display: block;
    margin-bottom: 2px;
    color: rgba(247,237,239,.75);
    font-size: 11px;
    font-style: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.wb-footer__contact strong {
    font-size: 14px;
    font-weight: 600;
    word-break: break-word;
}
.wb-footer__address {
    margin: 0;
    color: rgba(247,237,239,.79);
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}
.wb-footer__messengers {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}
.wb-footer__messengers .wb-messenger {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    padding: 0;
    border-color: rgba(255,255,255,.3);
    color: #fff;
    background: rgba(255,255,255,.06);
}
.wb-footer__messengers .wb-messenger:hover {
    border-color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.13);
    transform: translateY(-1px);
}
.wb-footer__messengers .wb-messenger--brand.wb-messenger--telegram { background: #2aabee; }
.wb-footer__messengers .wb-messenger--brand.wb-messenger--whatsapp { background: #25d366; }
.wb-footer__messengers .wb-messenger--brand.wb-messenger--max { background: transparent; border: 0; }
.wb-footer__messengers .wb-messenger--brand .wb-messenger__max { display: block; width: 100%; height: 100%; margin: 0; }
.wb-footer__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}
.wb-footer__bottom span {
    margin: 0;
}
.wb-footer__bottom-note { text-align: center; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.83); }
.wb-footer__copyright { font-size: 13px; line-height: 1.5; }
.wb-footer__credit { text-align: right; font-size: 13px; line-height: 1.5; padding-right: 64px; }
.wb-footer__credit a { color: #fff; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,.45); }
.wb-footer__credit a:hover { text-decoration-color: #fff; }
.wb-footer__credit a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }

@media (max-width: 1100px) {
    .wb-footer__grid {
        grid-template-columns: minmax(230px, 1.3fr) repeat(2, 1fr);
    }
    .wb-footer__contacts { grid-column: 2 / -1; }
}
@media (max-width: 700px) {
    .wb-footer__bottom { grid-template-columns: 1fr; gap: 10px; text-align: center; }
    .wb-footer__credit { text-align: center; padding-inline: 40px; }
    .wb-newsletter-form .wa-field[data-field="email"] .wa-value {
        grid-template-columns: 1fr;
    }
    .wb-newsletter-form input[type="submit"] { width: 100%; }
    .wb-footer { padding-top: 40px; }
    .wb-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
    .wb-footer__brand { grid-column: 1 / -1; }
    .wb-footer__contacts { grid-column: 1 / -1; }
}
@media (max-width: 430px) {
    .wb-footer__grid { grid-template-columns: 1fr; }
    .wb-footer__brand,
    .wb-footer__contacts { grid-column: auto; }
}
