/* DOMCHR global header, footer and cookie UI. Generated from domchr-ayax-search.css. */
.domchr-message-button {
    --domchr-msg-accent: #0b2f5b;
    --domchr-msg-text: #fff;
    --domchr-msg-icon-color: #fff;
    --domchr-msg-modal-bg: #fff;
    --domchr-msg-modal-text: #222a39;
    --domchr-msg-height: 46px;
    --domchr-msg-icon-size: 18px;
    display: inline-flex;
    position: relative;
}
.domchr-message-button__trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: var(--domchr-msg-height);
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--domchr-msg-accent);
    color: var(--domchr-msg-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.domchr-message-button__trigger:hover,
.domchr-message-button__trigger:focus {
    transform: translateY(-1px);
}
.domchr-message-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--domchr-msg-icon-size);
    height: var(--domchr-msg-icon-size);
    flex: 0 0 var(--domchr-msg-icon-size);
    color: var(--domchr-msg-icon-color, currentColor);
}
.domchr-message-button__icon svg,
.domchr-message-button__icon i {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--domchr-msg-icon-color, currentColor);
    font-size: var(--domchr-msg-icon-size);
    line-height: 1;
}
.domchr-message-button__icon svg path,
.domchr-message-button__icon svg circle,
.domchr-message-button__icon svg rect,
.domchr-message-button__icon svg line,
.domchr-message-button__icon svg polyline,
.domchr-message-button__icon svg polygon {
    fill: currentColor;
    stroke: currentColor;
}
.domchr-message-button__text--tablet,
.domchr-message-button__text--mobile {
    display: none;
}
@media (min-width: 1025px) {
.domchr-message-button--hide-icon-desktop .domchr-message-button__icon {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        flex: 0 0 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
    }
}
.domchr-message-button__modal[hidden] {
    display: none;
}
.domchr-message-button__modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}
.domchr-message-button__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18, 24, 34, 0.68);
    backdrop-filter: blur(4px);
}
.domchr-message-button__dialog {
    position: relative;
    z-index: 1;
    width: min(520px, calc(100vw - 28px));
    max-height: calc(100vh - 36px);
    margin: 0;
    overflow: auto;
    padding: 30px;
    border-radius: 26px;
    background: var(--domchr-msg-modal-bg);
    color: var(--domchr-msg-modal-text);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}
.domchr-message-button__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f3f5f8;
    color: #4b5565;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.domchr-message-button__head {
    margin: 0 42px 22px 0;
}
.domchr-message-button__title {
    margin: 0;
    color: var(--domchr-msg-modal-text);
    font-size: 28px;
    font-weight: 750;
    line-height: 1.12;
}
.domchr-message-button__subtitle {
    margin: 8px 0 0;
    color: #7b8495;
    font-size: 15px;
    line-height: 1.5;
}
.domchr-message-button__form div.wpforms-container-full,
.domchr-message-button__form div.wpforms-container-full:not(:empty) {
    margin: 0;
    padding: 0;
}
.domchr-message-button__form .wpforms-form .wpforms-field {
    padding: 0 0 12px;
}
.domchr-message-button--hide-labels .wpforms-form .wpforms-field-label,
.domchr-message-button--hide-labels .wpforms-form legend.wpforms-field-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.domchr-message-button__form .wpforms-form input[type="text"],
.domchr-message-button__form .wpforms-form input[type="tel"],
.domchr-message-button__form .wpforms-form input[type="email"],
.domchr-message-button__form .wpforms-form textarea,
.domchr-message-button__form .wpforms-form select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px !important;
    border-radius: 14px !important;
    border: 1px solid #dfe3eb !important;
    background: #f7f8fa !important;
    color: #222a39 !important;
    box-shadow: none !important;
}
.domchr-message-button__form .wpforms-submit {
    width: 100% !important;
    min-height: 52px !important;
    border-radius: 14px !important;
    border-color: var(--domchr-msg-accent) !important;
    background: var(--domchr-msg-accent) !important;
    color: #fff !important;
    font-weight: 750 !important;
}
.domchr-message-button--signal-red .domchr-message-button__trigger {
    box-shadow: 0 16px 34px rgba(11, 47, 91, 0.28);
}
.domchr-message-button--magnetic-pill .domchr-message-button__trigger {
    background: #222a39;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 14px 30px rgba(22, 28, 40, 0.2);
}
.domchr-message-button--glass-beacon .domchr-message-button__trigger {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 28px rgba(20, 28, 40, 0.12);
}
.domchr-message-button--split-flash .domchr-message-button__trigger {
    gap: 0;
    padding-left: 0 !important;
}
.domchr-message-button--split-flash .domchr-message-button__icon {
    align-self: stretch;
    width: var(--domchr-msg-height);
    height: var(--domchr-msg-height);
    padding: calc(var(--domchr-msg-height) * 0.28);
    background: rgba(255, 255, 255, 0.18);
}
.domchr-message-button--split-flash .domchr-message-button__text {
    padding: 0 18px;
}
.domchr-message-button--dark-command .domchr-message-button__trigger {
    background: #111827;
    border-color: #303846;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.28);
}
.domchr-message-button--outline-pulse .domchr-message-button__trigger {
    background: transparent;
    border-color: var(--domchr-msg-accent);
    color: var(--domchr-msg-accent);
    box-shadow: inset 0 0 0 1px rgba(11, 47, 91, 0.18);
}
.domchr-message-button--white-lift .domchr-message-button__trigger {
    background: #fff;
    color: #222a39;
    border-color: #fff;
    box-shadow: 0 14px 30px rgba(20, 28, 40, 0.12);
}
.domchr-message-button--corner-tag .domchr-message-button__trigger {
    border-radius: 16px 999px 999px 16px;
    box-shadow: -4px 0 0 #222a39, 0 14px 28px rgba(11, 47, 91, 0.2);
}
.domchr-message-button--neon-line .domchr-message-button__trigger {
    background: #172033;
    color: #fff;
    box-shadow: 0 0 0 1px rgba(11, 47, 91, 0.58), 0 0 24px rgba(11, 47, 91, 0.28);
}
.domchr-message-button--compact-dot .domchr-message-button__trigger {
    min-height: 38px;
    padding: 0 16px !important;
    gap: 8px;
    box-shadow: none;
}
.domchr-message-button--compact-dot .domchr-message-button__icon {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
    border-radius: 50%;
    background: currentColor;
}
.domchr-message-button--compact-dot .domchr-message-button__icon svg,
.domchr-message-button--compact-dot .domchr-message-button__icon i {
    display: none;
}
body.domchr-message-modal-open {
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
.domchr-message-button__text--desktop,
    .domchr-message-button__text--mobile {
        display: none;
    }
.domchr-message-button__text--tablet {
        display: inline;
    }
.domchr-message-button--hide-icon-tablet .domchr-message-button__icon {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        flex: 0 0 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
    }
}
@media (max-width: 767px) {
.domchr-message-button__text--desktop,
    .domchr-message-button__text--tablet {
        display: none;
    }
.domchr-message-button__text--mobile {
        display: inline;
    }
.domchr-message-button--hide-icon-mobile .domchr-message-button__icon {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        flex: 0 0 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
    }
.domchr-message-button__modal {
        align-items: center;
        padding: 8px;
    }
.domchr-message-button__dialog {
        width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
        margin: 0;
        padding: 24px 18px 18px;
        border-radius: 22px;
    }
.domchr-message-button__title {
        font-size: 24px;
    }
}
.domchr-header-phone {
    --domchr-header-phone-text: #ffffff;
    --domchr-header-phone-icon: rgba(255, 255, 255, 0.72);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    color: var(--domchr-header-phone-text);
}
.domchr-header-phone__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: var(--domchr-header-phone-icon);
    flex: 0 0 auto;
}
.domchr-header-phone__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.domchr-header-phone__link {
    color: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
}
.domchr-header-phone__link:hover,
.domchr-header-phone__link:focus {
    color: inherit;
    opacity: 0.9;
}
.domchr-header-location {
    --domchr-header-location-text: #ffffff;
    --domchr-header-location-dropdown-bg: #ffffff;
    --domchr-header-location-dropdown-text: #222a39;
    --domchr-header-location-size: 44px;
    --domchr-header-location-padding: 0 18px;
    --domchr-header-location-icon-size: 24px;
    position: relative;
    min-width: 0;
}
.domchr-header-location__details {
    position: relative;
}
.domchr-header-location__summary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--domchr-header-location-text);
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
}
.domchr-header-location__summary::-webkit-details-marker {
    display: none;
}
.domchr-header-location__pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--domchr-header-location-icon-size);
    height: var(--domchr-header-location-icon-size);
    color: var(--domchr-header-location-icon, rgba(255, 255, 255, 0.72));
    flex: 0 0 auto;
}
.domchr-header-location__pin svg,
.domchr-header-location__pin i {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--domchr-header-location-icon, rgba(255, 255, 255, 0.72));
    font-size: 20px;
    line-height: 1;
}
.domchr-header-location__pin svg path,
.domchr-header-location__pin svg circle,
.domchr-header-location__pin svg rect,
.domchr-header-location__pin svg line,
.domchr-header-location__pin svg polyline,
.domchr-header-location__pin svg polygon {
    fill: currentColor;
    stroke: currentColor;
}
.domchr-header-location__current {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}
.domchr-header-location__dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    z-index: 100;
    min-width: 300px;
    padding: 10px;
    border: 1px solid rgba(223, 227, 235, 0.9);
    border-radius: 24px;
    background: var(--domchr-header-location-dropdown-bg);
    box-shadow: 0 22px 54px rgba(16, 22, 34, 0.18);
    overflow: hidden;
}
.domchr-header-location__details:not([open]) .domchr-header-location__dropdown {
    display: none;
}
.domchr-header-location__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    color: var(--domchr-header-location-dropdown-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.domchr-header-location__item:hover,
.domchr-header-location__item:focus {
    color: var(--domchr-header-location-dropdown-text);
    background: rgba(11, 47, 91, 0.08);
    transform: translateX(2px);
}
.domchr-header-location__radio {
    position: relative;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border: 2px solid #0b2f5b;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 47, 91, 0.08);
}
.domchr-header-location__item.is-active {
    background: rgba(11, 47, 91, 0.08);
}
.domchr-header-location__item.is-active .domchr-header-location__radio::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #0b2f5b;
}
.domchr-header-phone {
    --domchr-header-phone-size: 44px;
    min-height: var(--domchr-header-phone-size);
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid transparent;
}
.domchr-header-phone__icon {
    width: calc(var(--domchr-header-phone-size) - 18px);
    height: calc(var(--domchr-header-phone-size) - 18px);
}
.domchr-header-phone--soft-pill,
.domchr-header-location--soft-pill .domchr-header-location__summary {
    padding: 0 18px;
    min-height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}
.domchr-header-phone--outline-pill,
.domchr-header-location--outline-pill .domchr-header-location__summary {
    padding: 0 18px;
    min-height: 44px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
}
.domchr-header-phone--button-accent,
.domchr-header-location--button-accent .domchr-header-location__summary {
    padding: 0 20px;
    min-height: 46px;
    border-radius: 999px;
    background: var(--domchr-header-phone-button-bg, #0b2f5b);
    color: #fff;
    box-shadow: 0 12px 24px rgba(11, 47, 91, 0.22);
}
.domchr-header-phone--button-accent .domchr-header-phone__icon {
    color: rgba(255, 255, 255, 0.86);
}
.domchr-header-location--button-accent .domchr-header-location__pin {
    color: var(--domchr-header-location-icon, rgba(255, 255, 255, 0.86));
}
.domchr-header-phone--icon-chip,
.domchr-header-location--pin-card .domchr-header-location__summary {
    padding: 0 18px 0 6px;
    min-height: 46px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}
.domchr-header-phone--icon-chip .domchr-header-phone__icon,
.domchr-header-location--pin-card .domchr-header-location__pin {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    padding: 8px;
}
.domchr-header-phone--glass,
.domchr-header-location--glass .domchr-header-location__summary {
    padding: 0 18px;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}
.domchr-header-phone--dark-chip,
.domchr-header-location--dark-chip .domchr-header-location__summary {
    padding: 0 18px;
    min-height: 44px;
    border-radius: 999px;
    background: #222a39;
    color: #fff;
    box-shadow: 0 10px 22px rgba(18, 24, 34, 0.16);
}
.domchr-header-phone--light-border {
    background: #fff;
    color: #222a39;
    border-color: #dfe3eb;
    box-shadow: 0 8px 20px rgba(20, 28, 40, 0.06);
}
.domchr-header-phone--solid-white {
    background: #fff;
    color: #222a39;
    border-color: #fff;
}
.domchr-header-phone--compact,
.domchr-header-location--compact .domchr-header-location__summary {
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}
.domchr-header-phone--compact .domchr-header-phone__icon,
.domchr-header-location--compact .domchr-header-location__pin {
    width: 20px;
    height: 20px;
}
.domchr-header-phone--compact .domchr-header-phone__link,
.domchr-header-location--compact .domchr-header-location__current {
    font-size: 15px;
}
.domchr-header-phone--split,
.domchr-header-location--split .domchr-header-location__summary {
    gap: 0;
    overflow: hidden;
    padding: 0;
    min-height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}
.domchr-header-phone--split .domchr-header-phone__icon,
.domchr-header-location--split .domchr-header-location__pin {
    width: var(--domchr-header-phone-size, 44px);
    height: var(--domchr-header-phone-size, 44px);
    padding: 10px;
    background: var(--domchr-header-phone-button-bg, #0b2f5b);
}
.domchr-header-phone--split .domchr-header-phone__icon {
    color: #fff;
}
.domchr-header-location--split .domchr-header-location__pin {
    color: var(--domchr-header-location-icon, #fff);
}
.domchr-header-phone--split .domchr-header-phone__link,
.domchr-header-location--split .domchr-header-location__current {
    padding: 0 16px;
}
.domchr-header-location--soft-pill .domchr-header-location__dropdown,
.domchr-header-location--outline-pill .domchr-header-location__dropdown,
.domchr-header-location--button-accent .domchr-header-location__dropdown,
.domchr-header-location--pin-card .domchr-header-location__dropdown,
.domchr-header-location--glass .domchr-header-location__dropdown,
.domchr-header-location--dark-chip .domchr-header-location__dropdown,
.domchr-header-location--compact .domchr-header-location__dropdown,
.domchr-header-location--split .domchr-header-location__dropdown {
    top: calc(100% + 10px);
}
.domchr-header-location--soft-pill .domchr-header-location__dropdown,
.domchr-header-location--pin-card .domchr-header-location__dropdown,
.domchr-header-location--glass .domchr-header-location__dropdown {
    border: 1px solid rgba(223, 227, 235, 0.86);
    box-shadow: 0 18px 38px rgba(16, 22, 34, 0.16);
}
.domchr-header-location--outline-pill .domchr-header-location__dropdown {
    border: 1px solid #dfe3eb;
    box-shadow: 0 12px 28px rgba(16, 22, 34, 0.12);
}
.domchr-header-location--button-accent .domchr-header-location__dropdown {
    border-top: 3px solid #0b2f5b;
}
.domchr-header-location--dark-chip .domchr-header-location__dropdown {
    border-color: rgba(255, 255, 255, 0.08);
    background: #222a39;
    --domchr-header-location-dropdown-text: #fff;
}
.domchr-header-location--dark-chip .domchr-header-location__item:hover,
.domchr-header-location--dark-chip .domchr-header-location__item:focus,
.domchr-header-location--dark-chip .domchr-header-location__item.is-active {
    background: rgba(255, 255, 255, 0.08);
}
.domchr-header-phone--soft-pill,
.domchr-header-phone--button-accent,
.domchr-header-phone--icon-chip,
.domchr-header-phone--glass,
.domchr-header-phone--light-border,
.domchr-header-phone--solid-white,
.domchr-header-phone--dark-chip {
    background: var(--domchr-header-phone-button-bg, #0b2f5b);
}
.domchr-header-phone--outline-pill {
    border-color: var(--domchr-header-phone-button-bg, currentColor);
}
.domchr-header-phone--split .domchr-header-phone__icon {
    background: var(--domchr-header-phone-button-bg, #0b2f5b);
}
.domchr-header-phone--soft-pill,
.domchr-header-phone--button-accent,
.domchr-header-phone--icon-chip,
.domchr-header-phone--glass,
.domchr-header-phone--light-border,
.domchr-header-phone--solid-white,
.domchr-header-phone--dark-chip {
    color: #fff;
}
.domchr-header-location--soft-pill .domchr-header-location__summary,
.domchr-header-location--outline-pill .domchr-header-location__summary,
.domchr-header-location--button-accent .domchr-header-location__summary,
.domchr-header-location--pin-card .domchr-header-location__summary,
.domchr-header-location--underline .domchr-header-location__summary,
.domchr-header-location--glass .domchr-header-location__summary,
.domchr-header-location--dark-chip .domchr-header-location__summary,
.domchr-header-location--compact .domchr-header-location__summary,
.domchr-header-location--split .domchr-header-location__summary {
    min-height: var(--domchr-header-location-size, 44px);
    padding: var(--domchr-header-location-padding, 0 18px);
}
.domchr-header-location--split .domchr-header-location__pin {
    width: var(--domchr-header-location-size, 44px);
    height: var(--domchr-header-location-size, 44px);
}
@media (max-width: 1279px) {
.domchr-header-phone__link,
    .domchr-header-location__current {
        font-size: 16px;
    }
.domchr-header-location__dropdown {
        min-width: 250px;
    }
}
@media (max-width: 767px) {
.domchr-header-phone {
        gap: 10px;
    }
.domchr-header-phone__icon {
        width: 24px;
        height: 24px;
    }
.domchr-header-phone__link,
    .domchr-header-location__current {
        font-size: 15px;
    }
.domchr-header-location,
    .domchr-header-location__summary {
        width: 100%;
    }
.domchr-header-location__dropdown {
        top: calc(100% + 10px);
        min-width: 0;
        width: min(320px, 100vw - 24px);
        border-radius: 22px;
        padding: 8px;
    }
.domchr-header-location__item {
        gap: 12px;
        padding: 14px;
        font-size: 15px;
    }
}
.domchr-footer {
    --domchr-footer-bg: #111827;
    --domchr-footer-surface: #172033;
    --domchr-footer-text: #ffffff;
    --domchr-footer-muted: #9aa3b2;
    --domchr-footer-accent: #ef3942;
    --domchr-footer-border: rgba(255, 255, 255, 0.1);
    width: 100%;
    color: var(--domchr-footer-text);
}
.domchr-footer__inner {
    position: relative;
    overflow: hidden;
    padding: 54px 54px 28px;
    border: 1px solid var(--domchr-footer-border);
    border-radius: 28px;
    background: var(--domchr-footer-bg);
    box-shadow: 0 24px 70px rgba(12, 18, 28, 0.16);
}
.domchr-footer__inner::before {
    content: '';
    position: absolute;
    inset: -20% auto auto -12%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--domchr-footer-accent) 28%, transparent), transparent 68%);
    opacity: 0.45;
    pointer-events: none;
}
.domchr-footer__main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 1.25fr) minmax(170px, 0.75fr) minmax(260px, 1fr) minmax(190px, 0.75fr);
    gap: 34px;
    align-items: start;
}
.domchr-footer__brand,
.domchr-footer__links,
.domchr-footer__contacts,
.domchr-footer__locations {
    min-width: 0;
}
.domchr-footer__logo {
    display: block;
    max-width: 160px;
    max-height: 58px;
    object-fit: contain;
    margin-bottom: 18px;
}
.domchr-footer__title {
    margin: 0;
    color: var(--domchr-footer-text);
    font-size: 28px;
    font-weight: 760;
    line-height: 1.05;
    letter-spacing: -0.03em;
}
.domchr-footer__description {
    max-width: 430px;
    margin: 16px 0 0;
    color: var(--domchr-footer-muted);
    font-size: 15px;
    line-height: 1.65;
}
.domchr-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 22px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--domchr-footer-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 28px color-mix(in srgb, var(--domchr-footer-accent) 28%, transparent);
}
.domchr-footer__cta:hover,
.domchr-footer__cta:focus {
    color: #fff;
    transform: translateY(-1px);
}
.domchr-footer__heading {
    margin: 0 0 16px;
    color: var(--domchr-footer-text);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.domchr-footer__nav {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.domchr-footer__nav a,
.domchr-footer__bottom a {
    color: var(--domchr-footer-muted);
    font-size: 14px;
    font-weight: 560;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}
.domchr-footer__nav a:hover,
.domchr-footer__nav a:focus,
.domchr-footer__bottom a:hover,
.domchr-footer__bottom a:focus {
    color: var(--domchr-footer-text);
}
.domchr-footer__contact-list {
    display: grid;
    gap: 10px;
}
.domchr-footer__contact {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--domchr-footer-border);
    border-radius: 16px;
    background: var(--domchr-footer-surface);
    color: var(--domchr-footer-text);
    text-decoration: none;
}
.domchr-footer__contact:hover,
.domchr-footer__contact:focus {
    color: var(--domchr-footer-text);
    border-color: color-mix(in srgb, var(--domchr-footer-accent) 52%, var(--domchr-footer-border));
}
.domchr-footer__contact-icon,
.domchr-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--domchr-footer-accent) 14%, transparent);
    color: var(--domchr-footer-accent);
}
.domchr-footer__contact-icon svg,
.domchr-footer__contact-icon i,
.domchr-footer__social svg,
.domchr-footer__social i {
    width: 17px;
    height: 17px;
    color: currentColor;
    fill: currentColor;
    font-size: 17px;
}
.domchr-footer__contact-label,
.domchr-footer__contact-value {
    display: block;
    min-width: 0;
}
.domchr-footer__contact-label {
    color: var(--domchr-footer-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.2;
}
.domchr-footer__contact-value {
    margin-top: 3px;
    color: var(--domchr-footer-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
.domchr-footer__socials {
    margin-top: 24px;
}
.domchr-footer__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.domchr-footer__social {
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease;
}
.domchr-footer__social:hover,
.domchr-footer__social:focus {
    color: #fff;
    background: var(--domchr-footer-accent);
    transform: translateY(-2px);
}
.domchr-footer__bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid var(--domchr-footer-border);
    color: var(--domchr-footer-muted);
    font-size: 13px;
    line-height: 1.4;
}
.domchr-footer--light-board {
    --domchr-footer-bg: #ffffff;
    --domchr-footer-surface: #f5f7fa;
    --domchr-footer-text: #222a39;
    --domchr-footer-muted: #697386;
    --domchr-footer-border: #dfe3eb;
}
.domchr-footer--red-line .domchr-footer__inner { border-top: 4px solid var(--domchr-footer-accent); }
.domchr-footer--glass-panel .domchr-footer__inner { background: color-mix(in srgb, var(--domchr-footer-bg) 82%, transparent); backdrop-filter: blur(14px); }
.domchr-footer--compact-office .domchr-footer__inner { box-shadow: 0 12px 34px rgba(12, 18, 28, 0.12); }
.domchr-footer--compact-office .domchr-footer__main { gap: 22px; }
.domchr-footer--compact-office .domchr-footer__description { font-size: 14px; line-height: 1.55; }
.domchr-footer--split-brand .domchr-footer__brand { padding: 22px; border-radius: 22px; background: var(--domchr-footer-surface); border: 1px solid var(--domchr-footer-border); }
.domchr-footer--quiet-grid .domchr-footer__inner { box-shadow: none; }
.domchr-footer--quiet-grid .domchr-footer__contact { background: transparent; }
.domchr-footer--solid-card .domchr-footer__inner { border: 0; }
.domchr-footer--minimal-border .domchr-footer__inner { background: transparent; box-shadow: none; }
.domchr-footer--deep-estate .domchr-footer__inner { background: linear-gradient(135deg, #101723, var(--domchr-footer-bg) 56%, #1c2535); }
@media (max-width: 1279px) {
.domchr-footer__main {
        grid-template-columns: minmax(260px, 1.1fr) minmax(180px, 0.8fr) minmax(240px, 1fr) minmax(170px, 0.75fr);
        gap: 26px;
    }
}
@media (max-width: 1024px) {
.domchr-footer__main {
        grid-template-columns: minmax(260px, 1.15fr) minmax(220px, 1fr);
    }
.domchr-footer__links,
    .domchr-footer__locations {
        padding-top: 4px;
    }
}
@media (max-width: 767px) {
.domchr-footer__inner {
        padding: 30px 20px 22px;
        border-radius: 22px;
    }
.domchr-footer__main {
        grid-template-columns: 1fr;
        gap: 28px;
    }
.domchr-footer__title {
        font-size: 24px;
    }
.domchr-footer__description {
        max-width: none;
        font-size: 14px;
    }
.domchr-footer__cta {
        width: 100%;
    }
.domchr-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 30px;
    }
}
.domchr-footer__brand-head {display:flex;align-items:center;gap:14px;margin-bottom:18px;flex-wrap:wrap;}
.domchr-footer__brand-head .domchr-footer__logo {margin:0;height:48px;width:auto;max-width:120px;object-fit:contain;}
.domchr-footer__col-loc {display:flex;flex-direction:column;gap:30px;min-width:0;}
.domchr-footer__col-loc .domchr-footer__socials {margin-top:0;}
.elementor-18006 .elementor-element-860b14d .domchr-message-button__trigger,
.elementor-18006 .elementor-element-860b14d .domchr-message-button__trigger:hover,
.elementor-18006 .elementor-element-860b14d .domchr-message-button__trigger:focus,
.elementor-18006 .elementor-element-860b14d .domchr-message-button__trigger:active {
    box-shadow: none !important;
    filter: none !important;
}
.elementor-18006 .elementor-element-860b14d .domchr-message-button__trigger::before,
.elementor-18006 .elementor-element-860b14d .domchr-message-button__trigger::after {
    box-shadow: none !important;
    filter: none !important;
}
@media (max-width: 767px) {
body .elementor .elementor-element.elementor-widget-domchr_footer .domchr-footer .domchr-footer__inner {
        width: 100vw;
        margin-left: 50%;
        padding: 30px 20px 22px;
        border-radius: 0;
        transform: translateX(-50%);
    }
}
.domchr-contact-channel--phone .domchr-footer__contact-icon,
.domchr-contact-channel--phone .domchr-contacts__icon {
    background: rgba(11, 47, 91, 0.14);
    color: #0b2f5b;
}
.domchr-contact-channel--whatsapp .domchr-footer__contact-icon,
.domchr-contact-channel--whatsapp .domchr-contacts__icon,
.domchr-contact-channel--whatsapp.domchr-footer__social {
    background: rgba(37, 211, 102, 0.14);
    color: #25d366;
}
.domchr-contact-channel--telegram .domchr-footer__contact-icon,
.domchr-contact-channel--telegram .domchr-contacts__icon,
.domchr-contact-channel--telegram.domchr-footer__social {
    background: rgba(34, 158, 217, 0.14);
    color: #229ed9;
}
.domchr-contact-channel--instagram .domchr-footer__contact-icon,
.domchr-contact-channel--instagram .domchr-contacts__icon,
.domchr-contact-channel--instagram.domchr-footer__social {
    background: linear-gradient(135deg, rgba(245, 133, 41, 0.18), rgba(221, 42, 123, 0.18), rgba(81, 91, 212, 0.18));
    color: #e1306c;
}
.domchr-contact-channel--max .domchr-footer__contact-icon,
.domchr-contact-channel--max .domchr-contacts__icon,
.domchr-contact-channel--max.domchr-footer__social {
    background: linear-gradient(135deg, rgba(18, 200, 255, 0.2), rgba(35, 103, 255, 0.18), rgba(179, 60, 255, 0.18));
    color: #2367ff;
}
.domchr-contact-channel--email .domchr-footer__contact-icon,
.domchr-contact-channel--email .domchr-contacts__icon {
    background: rgba(59, 130, 246, 0.14);
    color: #3b82f6;
}
.domchr-footer__social.domchr-contact-channel--whatsapp:hover,
.domchr-footer__social.domchr-contact-channel--whatsapp:focus {
    background: #25d366;
    color: #ffffff;
}
.domchr-footer__social.domchr-contact-channel--telegram:hover,
.domchr-footer__social.domchr-contact-channel--telegram:focus {
    background: #229ed9;
    color: #ffffff;
}
.domchr-footer__social.domchr-contact-channel--instagram:hover,
.domchr-footer__social.domchr-contact-channel--instagram:focus {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #515bd4 100%);
    color: #ffffff;
}
.domchr-footer__social.domchr-contact-channel--max:hover,
.domchr-footer__social.domchr-contact-channel--max:focus {
    background: linear-gradient(135deg, #12c8ff 0%, #2367ff 52%, #b33cff 100%);
    color: #ffffff;
}
.domchr-footer__credits a {
    color: var(--domchr-footer-text);
    font-weight: 700;
    text-decoration: none;
}
.domchr-footer__credits a:hover,
.domchr-footer__credits a:focus {
    color: var(--domchr-footer-accent);
}
.domchr-cookie-consent {
    position: fixed;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 999997;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px 18px;
    width: min(620px, calc(100vw - 44px));
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54)),
        radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.86), transparent 34%),
        rgba(245, 247, 250, 0.58);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: #111827;
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    pointer-events: none;
    overflow: hidden;
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    transition: opacity 0.26s ease, transform 0.26s ease;
}
.domchr-cookie-consent[hidden] {
    display: none;
}
.domchr-cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.domchr-cookie-consent.is-closing {
    opacity: 0;
    transform: translateY(12px) scale(0.99);
}
.domchr-cookie-consent::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 42%),
        radial-gradient(circle at 86% 18%, rgba(11, 47, 91, 0.16), transparent 34%);
    pointer-events: none;
}
.domchr-cookie-consent__orb {
    position: absolute;
    right: -56px;
    bottom: -64px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 47, 91, 0.22), rgba(11, 47, 91, 0));
    pointer-events: none;
}
.domchr-cookie-consent__icon,
.domchr-cookie-consent__content,
.domchr-cookie-consent__actions {
    position: relative;
    z-index: 1;
}
.domchr-cookie-consent__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.58);
    color: #0b2f5b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 14px 28px rgba(11, 47, 91, 0.12);
}
.domchr-cookie-consent__icon svg {
    width: 27px;
    height: 27px;
}
.domchr-cookie-consent__content {
    min-width: 0;
}
.domchr-cookie-consent__content strong {
    display: block;
    margin: 1px 0 7px;
    color: #111827;
    font-size: 18px;
    font-weight: 780;
    line-height: 1.15;
    letter-spacing: 0;
}
.domchr-cookie-consent__content p {
    max-width: 500px;
    margin: 0;
    color: #536071;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}
.domchr-cookie-consent__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 10px;
}
.domchr-cookie-consent__links a {
    color: #0b2f5b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}
.domchr-cookie-consent__links a:hover,
.domchr-cookie-consent__links a:focus {
    color: #061f3f;
}
.domchr-cookie-consent__actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.domchr-cookie-consent__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.domchr-cookie-consent__button:hover,
.domchr-cookie-consent__button:focus {
    transform: translateY(-1px);
}
.domchr-cookie-consent__button--primary {
    background: #0b2f5b;
    color: #fff;
    box-shadow: 0 16px 30px rgba(11, 47, 91, 0.26);
}
.domchr-cookie-consent__button--ghost {
    background: rgba(255, 255, 255, 0.48);
    color: #243044;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
@media (max-width: 767px) {
.domchr-cookie-consent {
        right: 12px;
        left: 12px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        grid-template-columns: auto minmax(0, 1fr);
        width: auto;
        padding: 12px;
        border-radius: 20px;
        gap: 10px 12px;
    }
.domchr-cookie-consent__icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }
.domchr-cookie-consent__icon svg {
        width: 21px;
        height: 21px;
    }
.domchr-cookie-consent__content strong {
        margin-bottom: 5px;
        font-size: 15px;
    }
.domchr-cookie-consent__content p {
        font-size: 12px;
        line-height: 1.42;
    }
.domchr-cookie-consent__links {
        gap: 6px 10px;
        margin-top: 7px;
    }
.domchr-cookie-consent__links a {
        font-size: 11px;
    }
.domchr-cookie-consent__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
.domchr-cookie-consent__button {
        width: 100%;
        min-height: 40px;
        padding: 0 12px;
        font-size: 12px;
    }
}
@media (max-width: 359px) {
.domchr-cookie-consent {
        grid-template-columns: 1fr;
    }
.domchr-cookie-consent__icon {
        display: none;
    }
.domchr-cookie-consent__actions {
        grid-template-columns: 1fr;
    }
}
:root {
    --domchr-brand-accent: #0b2f5b;
    --domchr-brand-accent-hover: #061f3f;
    --domchr-brand-accent-soft: rgba(11, 47, 91, 0.1);
    --domchr-brand-accent-shadow: rgba(11, 47, 91, 0.24);
}
body .domchr-footer .domchr-contact-channel--phone .domchr-footer__contact-icon {
    background: rgba(239, 57, 66, 0.14);
    color: #ef3942;
}
body :where(
    .domchr-ayax-search,
    .domchr-message-button,
    .domchr-contacts,
    .domchr-wpforms-styled,
    .domchr-blog-posts,
    .domchr-promo-landing
) {
    --domchr-primary-bg: var(--domchr-brand-accent);
    --domchr-msg-accent: var(--domchr-brand-accent);
    --domchr-contacts-accent: var(--domchr-brand-accent);
    --domchr-wpf-accent: var(--domchr-brand-accent);
    --domchr-blog-accent: var(--domchr-brand-accent);
    --domchr-promo-accent: var(--domchr-brand-accent);
    --domchr-header-phone-button-bg: var(--domchr-brand-accent);
}
body :where(
    .domchr-message-button__trigger,
    .domchr-ayax-button--primary,
    .domchr-promo-action--primary,
    .domchr-wpforms-styled .wpforms-submit,
    .domchr-cookie-consent__button--primary,
    .elementor-button:not(.domchr-footer .elementor-button),
    .btn-primary:not(.domchr-footer .btn-primary)
) {
    background-color: var(--domchr-brand-accent);
    border-color: var(--domchr-brand-accent);
}
body :where(
    .domchr-message-button__trigger:hover,
    .domchr-message-button__trigger:focus,
    .domchr-ayax-button--primary:hover,
    .domchr-ayax-button--primary:focus,
    .domchr-promo-action--primary:hover,
    .domchr-promo-action--primary:focus,
    .domchr-wpforms-styled .wpforms-submit:hover,
    .domchr-wpforms-styled .wpforms-submit:focus,
    .domchr-cookie-consent__button--primary:hover,
    .domchr-cookie-consent__button--primary:focus,
    .elementor-button:not(.domchr-footer .elementor-button):hover,
    .elementor-button:not(.domchr-footer .elementor-button):focus
) {
    background-color: var(--domchr-brand-accent-hover);
    border-color: var(--domchr-brand-accent-hover);
}
body :where(
    .domchr-ayax-button__icon,
    .domchr-ayax-link-button__icon,
    .domchr-cookie-consent__icon,
    .domchr-promo-visual-card__icon,
    .domchr-promo-card__icon,
    .domchr-promo-step__number
) {
    color: var(--domchr-brand-accent);
    background-color: var(--domchr-brand-accent-soft);
}
body :where(
    .domchr-cookie-consent__links a,
    .domchr-complex-properties__price,
    .domchr-complex-properties__link,
    .domchr-blog-posts__category,
    .domchr-blog-posts__read,
    .domchr-promo-partner__footer strong,
    .domchr-promo-landing a:not(.domchr-promo-action)
) {
    color: var(--domchr-brand-accent);
}
body :where(.domchr-cookie-consent__button--primary, .domchr-promo-action--primary) {
    box-shadow: 0 16px 34px var(--domchr-brand-accent-shadow);
}
