.domchr-ayax-search {
    --domchr-panel-bg: #fff;
    --domchr-panel-border: #dfe3eb;
    --domchr-panel-radius: 36px;
    --domchr-field-bg: #eff2f7;
    --domchr-field-text: #222a39;
    --domchr-field-muted: #9aa3b2;
    --domchr-field-radius: 28px;
    --domchr-primary-bg: #ef3942;
    --domchr-primary-text: #fff;
    --domchr-secondary-bg: #fff;
    --domchr-secondary-text: #5a6474;
    --domchr-secondary-border: #d7dce5;
    --domchr-modal-bg: #fff;
    --domchr-modal-radius: 40px;
    --domchr-overlay-bg: rgba(31, 35, 46, 0.72);
    position: relative;
    width: 100%;
    padding: 16px;
    border: 1px solid var(--domchr-panel-border);
    border-radius: var(--domchr-panel-radius);
    background: var(--domchr-panel-bg);
    font-family: inherit;
}

.domchr-ayax-search__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.domchr-ayax-search__item {
    position: relative;
    grid-column: span var(--domchr-col, 3);
}

.domchr-ayax-trigger,
.domchr-ayax-input-shell,
.domchr-ayax-native-select select,
.domchr-ayax-input {
    min-height: 56px;
    border-radius: 999px !important;
}

.domchr-ayax-trigger,
.domchr-ayax-input-shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background: var(--domchr-field-bg);
    color: var(--domchr-field-text);
    text-align: left;
}

.domchr-ayax-trigger {
    cursor: pointer;
}

.domchr-ayax-trigger__label,
.domchr-ayax-field-block__label {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 500;
    color: var(--domchr-field-muted);
}

.domchr-ayax-trigger__value {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.domchr-ayax-trigger[data-empty="true"] {
    justify-content: center;
}

.domchr-ayax-trigger[data-empty="true"] .domchr-ayax-trigger__label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.domchr-ayax-trigger[data-empty="true"] .domchr-ayax-trigger__value {
    display: none;
}

.domchr-ayax-trigger__icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--domchr-field-muted);
}

.domchr-ayax-input-shell {
    padding: 0;
}

.domchr-ayax-input,
.domchr-ayax-native-select select {
    width: 100%;
    padding: 0 20px;
    border: 0;
    background: var(--domchr-field-bg);
    color: var(--domchr-field-text);
    font-size: 15px;
    font-weight: 400;
}

.domchr-ayax-input::placeholder {
    color: var(--domchr-field-muted);
    opacity: 1;
}

.domchr-ayax-button,
.domchr-ayax-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 999px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.domchr-ayax-button__icon,
.domchr-ayax-link-button__icon,
.domchr-ayax-button__search-icon {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.domchr-ayax-button--secondary span:last-child,
.domchr-ayax-link-button span:last-child,
.domchr-ayax-button__title,
.domchr-ayax-button__count {
    white-space: nowrap;
}

.domchr-ayax-button--secondary,
.domchr-ayax-link-button--secondary,
.domchr-ayax-button--ghost {
    background: var(--domchr-secondary-bg);
    color: var(--domchr-secondary-text);
    border-color: var(--domchr-secondary-border);
}

.domchr-ayax-button--secondary,
.domchr-ayax-link-button--secondary {
    padding: 0 14px;
}

.domchr-ayax-button__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M5 9.5H15' stroke='%23656F7F' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M5 20.5H17' stroke='%23656F7F' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='19.5' cy='9.5' r='3.2' stroke='%23656F7F' stroke-width='2.4'/%3E%3Ccircle cx='10.5' cy='20.5' r='3.2' stroke='%23656F7F' stroke-width='2.4'/%3E%3C/svg%3E");
}

.domchr-ayax-link-button__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23EF3942'/%3E%3Cpath d='M21 11.5C16.99 11.5 13.75 14.74 13.75 18.75C13.75 24.19 21 30.5 21 30.5C21 30.5 28.25 24.19 28.25 18.75C28.25 14.74 25.01 11.5 21 11.5ZM21 21.8C19.31 21.8 17.95 20.44 17.95 18.75C17.95 17.06 19.31 15.7 21 15.7C22.69 15.7 24.05 17.06 24.05 18.75C24.05 20.44 22.69 21.8 21 21.8Z' fill='white'/%3E%3C/svg%3E");
}

.domchr-ayax-button--primary {
    justify-content: flex-start;
    background: var(--domchr-primary-bg);
    color: var(--domchr-primary-text);
}

.domchr-ayax-button__search-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42' fill='none'%3E%3Ccircle cx='21' cy='21' r='21' fill='white'/%3E%3Cpath d='M25.65 24.1L29.7 28.15' stroke='%23EF3942' stroke-width='2.2' stroke-linecap='round'/%3E%3Ccircle cx='18.4' cy='18.4' r='9.1' stroke='%23EF3942' stroke-width='2.2'/%3E%3C/svg%3E");
}

.domchr-ayax-button__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.domchr-ayax-button__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.12;
    min-width: 0;
}

.domchr-ayax-button__count {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.92;
}

.domchr-ayax-search__item--filters .domchr-ayax-button,
.domchr-ayax-search__item--map .domchr-ayax-link-button {
    font-size: 14px;
    letter-spacing: -0.01em;
}

.domchr-ayax-search__item--submit .domchr-ayax-button {
    padding: 0 14px 0 12px;
}

.domchr-ayax-search__item--submit .domchr-ayax-button__title {
    font-size: 13px;
}

.domchr-ayax-search__item--submit .domchr-ayax-button__count {
    font-size: 11px;
}

.domchr-ayax-popover {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 30;
    width: min(420px, calc(100vw - 40px));
    padding: 16px;
    border: 1px solid var(--domchr-panel-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 48px rgba(31, 35, 46, 0.18);
}

.domchr-ayax-check-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.domchr-ayax-check {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.domchr-ayax-check input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.domchr-ayax-check__label {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--domchr-secondary-border);
    border-radius: 999px;
    background: #fff;
    color: var(--domchr-secondary-text);
    font-size: 14px;
    font-weight: 600;
}

.domchr-ayax-check input:checked + .domchr-ayax-check__label {
    border-color: var(--domchr-primary-bg);
    background: rgba(239, 57, 66, 0.1);
    color: #b41b22;
}

.domchr-ayax-range-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.domchr-ayax-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.domchr-ayax-modal[hidden] {
    display: none;
}

.domchr-ayax-modal__backdrop {
    position: absolute;
    inset: 0;
    background: var(--domchr-overlay-bg);
}

.domchr-ayax-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    overflow: auto;
    padding: 34px 36px 28px;
    border-radius: var(--domchr-modal-radius);
    background: var(--domchr-modal-bg);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}

.domchr-ayax-modal__header,
.domchr-ayax-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.domchr-ayax-modal__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
}

.domchr-ayax-modal__close {
    border: 0;
    background: transparent;
    color: var(--domchr-secondary-text);
    font-size: 30px;
    cursor: pointer;
}

.domchr-ayax-modal__body {
    margin-top: 22px;
}

.domchr-ayax-modal__section + .domchr-ayax-modal__section {
    margin-top: 24px;
}

.domchr-ayax-modal__section-title {
    margin: 0 0 16px;
    font-size: 18px;
}

.domchr-ayax-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.domchr-ayax-modal__col--full {
    grid-column: 1 / -1;
}

.domchr-ayax-field-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.domchr-ayax-button--ghost {
    width: auto;
    min-width: 188px;
}

.domchr-ayax-modal__footer {
    justify-content: flex-end;
    margin-top: 24px;
    padding-top: 4px;
}

.domchr-ayax-modal__footer .domchr-ayax-button {
    width: auto;
}

.domchr-ayax-modal__footer .domchr-ayax-button--primary {
    min-width: 300px;
}

.domchr-ayax-modal__footer .domchr-ayax-button__content {
    align-items: flex-start;
}

body.domchr-ayax-modal-open {
    overflow: hidden;
}

@media (max-width: 1279px) {
    .domchr-ayax-search__item {
        grid-column: span var(--domchr-col-tablet, 6);
    }

    .domchr-ayax-modal__dialog {
        width: min(980px, calc(100vw - 24px));
        padding: 28px 24px 22px;
    }
}

.domchr-message-button {
    --domchr-msg-accent: #ef3942;
    --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(239, 57, 66, 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(239, 57, 66, 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(239, 57, 66, 0.2);
}

.domchr-message-button--neon-line .domchr-message-button__trigger {
    background: #172033;
    color: #fff;
    box-shadow: 0 0 0 1px rgba(239, 57, 66, 0.58), 0 0 24px rgba(239, 57, 66, 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-contacts {
    --domchr-contacts-accent: #ef3942;
    --domchr-contacts-surface: #fff;
    --domchr-contacts-item-bg: #f7f8fa;
    --domchr-contacts-text: #222a39;
    --domchr-contacts-muted: #8b95a7;
    --domchr-contacts-border: #dfe3eb;
    --domchr-contacts-radius: 18px;
    --domchr-contacts-shadow: 0 18px 42px rgba(24, 31, 44, 0.09);
    width: 100%;
    color: var(--domchr-contacts-text);
}

.domchr-contacts__inner {
    padding: 28px;
    border: 1px solid var(--domchr-contacts-border);
    border-radius: var(--domchr-contacts-radius);
    background: var(--domchr-contacts-surface);
    box-shadow: var(--domchr-contacts-shadow);
}

.domchr-contacts__head {
    margin-bottom: 22px;
}

.domchr-contacts__title {
    margin: 0;
    color: var(--domchr-contacts-text);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.12;
}

.domchr-contacts__subtitle {
    max-width: 620px;
    margin: 8px 0 0;
    color: var(--domchr-contacts-muted);
    font-size: 15px;
    line-height: 1.55;
}

.domchr-contacts__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.domchr-contacts__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--domchr-contacts-border);
    border-radius: calc(var(--domchr-contacts-radius) - 6px);
    background: var(--domchr-contacts-item-bg);
    color: var(--domchr-contacts-text);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.domchr-contacts__item:hover,
.domchr-contacts__item:focus {
    color: var(--domchr-contacts-text);
    border-color: var(--domchr-contacts-accent);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(20, 28, 40, 0.08);
}

.domchr-contacts__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: #fff;
    color: var(--domchr-contacts-accent);
    box-shadow: inset 0 0 0 1px rgba(18, 24, 34, 0.06);
}

.domchr-contacts__icon svg,
.domchr-contacts__icon i {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.domchr-contacts__copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 4px;
}

.domchr-contacts__label {
    color: var(--domchr-contacts-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
}

.domchr-contacts__value {
    color: var(--domchr-contacts-text);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.domchr-contacts--soft-cards { --domchr-contacts-shadow: 0 24px 60px rgba(17, 24, 39, 0.12); --domchr-contacts-border: #eef1f5; }
.domchr-contacts--line-list .domchr-contacts__inner { box-shadow: none; }
.domchr-contacts--line-list .domchr-contacts__list { grid-template-columns: 1fr; gap: 0; }
.domchr-contacts--line-list .domchr-contacts__item { border-width: 0 0 1px; border-radius: 0; background: transparent; padding: 16px 0; }
.domchr-contacts--executive-panel { --domchr-contacts-border: #cfd6e2; --domchr-contacts-shadow: 0 16px 34px rgba(13, 19, 29, 0.1); }
.domchr-contacts--executive-panel .domchr-contacts__inner { border-top: 3px solid var(--domchr-contacts-accent); }
.domchr-contacts--compact-list .domchr-contacts__inner { padding: 20px; }
.domchr-contacts--compact-list .domchr-contacts__item { padding: 12px; }
.domchr-contacts--compact-list .domchr-contacts__icon { width: 36px; height: 36px; flex-basis: 36px; }
.domchr-contacts--accent-strip .domchr-contacts__inner { border-left: 4px solid var(--domchr-contacts-accent); }
.domchr-contacts--two-column .domchr-contacts__head { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr); gap: 24px; align-items: end; }
.domchr-contacts--outline-boxes { --domchr-contacts-item-bg: #fff; --domchr-contacts-shadow: none; }
.domchr-contacts--outline-boxes .domchr-contacts__item { border-width: 1.5px; }
.domchr-contacts--dense-office .domchr-contacts__inner { padding: 18px; box-shadow: 0 12px 26px rgba(20, 26, 38, 0.08); }
.domchr-contacts--dense-office .domchr-contacts__list { gap: 8px; }
.domchr-contacts--dense-office .domchr-contacts__item { padding: 10px 12px; }
.domchr-contacts--dense-office .domchr-contacts__icon { width: 34px; height: 34px; flex-basis: 34px; border-radius: 9px; }
.domchr-contacts--quiet-directory { --domchr-contacts-item-bg: transparent; --domchr-contacts-shadow: 0 10px 30px rgba(21, 27, 38, 0.06); }
.domchr-contacts--quiet-directory .domchr-contacts__item { box-shadow: inset 0 0 0 1px rgba(18, 24, 34, 0.03); }

@media (max-width: 767px) {
    .domchr-contacts__inner { padding: 20px; }
    .domchr-contacts__title { font-size: 24px; }
    .domchr-contacts__list,
    .domchr-contacts--two-column .domchr-contacts__head { grid-template-columns: 1fr; }
    .domchr-contacts__item { padding: 14px; }
}

.domchr-wpforms-styled {
    --domchr-wpf-accent: #ef3942;
    --domchr-wpf-surface: #ffffff;
    --domchr-wpf-field-bg: #f6f7f9;
    --domchr-wpf-text: #222a39;
    --domchr-wpf-muted: #8c96a8;
    --domchr-wpf-border: #dfe3eb;
    --domchr-wpf-radius: 18px;
    --domchr-wpf-shadow: 0 18px 42px rgba(24, 31, 44, 0.1);
    width: 100%;
    color: var(--domchr-wpf-text);
}

.domchr-wpforms-styled__inner {
    position: relative;
    width: 100%;
    padding: 28px;
    border: 1px solid var(--domchr-wpf-border);
    border-radius: var(--domchr-wpf-radius);
    background: var(--domchr-wpf-surface);
    box-shadow: var(--domchr-wpf-shadow);
}

.domchr-wpforms-styled div.wpforms-container-full,
.domchr-wpforms-styled div.wpforms-container-full:not(:empty) {
    margin: 0;
    padding: 0;
    background: transparent;
}

.domchr-wpforms-styled .wpforms-form .wpforms-field {
    padding: 0 0 14px;
}

.domchr-wpforms-styled .wpforms-form .wpforms-field-label {
    margin: 0 0 8px;
    color: var(--domchr-wpf-text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

.domchr-wpforms-styled--hide-labels .wpforms-form .wpforms-field-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.domchr-wpforms-styled .wpforms-form input[type="text"],
.domchr-wpforms-styled .wpforms-form input[type="email"],
.domchr-wpforms-styled .wpforms-form input[type="tel"],
.domchr-wpforms-styled .wpforms-form input[type="number"],
.domchr-wpforms-styled .wpforms-form select,
.domchr-wpforms-styled .wpforms-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 52px !important;
    padding: 0 18px !important;
    border: 1px solid var(--domchr-wpf-border) !important;
    border-radius: calc(var(--domchr-wpf-radius) - 6px) !important;
    background: var(--domchr-wpf-field-bg) !important;
    color: var(--domchr-wpf-text) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.domchr-wpforms-styled .wpforms-form textarea {
    min-height: 120px !important;
    padding-top: 16px !important;
    resize: vertical;
}

.domchr-wpforms-styled .wpforms-form input::placeholder,
.domchr-wpforms-styled .wpforms-form textarea::placeholder {
    color: var(--domchr-wpf-muted) !important;
    opacity: 1 !important;
}

.domchr-wpforms-styled .wpforms-form input:focus,
.domchr-wpforms-styled .wpforms-form select:focus,
.domchr-wpforms-styled .wpforms-form textarea:focus {
    border-color: var(--domchr-wpf-accent) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(239, 57, 66, 0.1) !important;
}

.domchr-wpforms-styled .iti,
.domchr-wpforms-styled .iti--allow-dropdown {
    width: 100%;
}

.domchr-wpforms-styled .wpforms-submit-container {
    margin-top: 2px !important;
    padding: 0 !important;
}

.domchr-wpforms-styled .wpforms-form button[type="submit"],
.domchr-wpforms-styled .wpforms-form .wpforms-submit {
    min-height: 54px !important;
    padding: 0 26px !important;
    border: 1px solid var(--domchr-wpf-accent) !important;
    border-radius: calc(var(--domchr-wpf-radius) - 4px) !important;
    background: var(--domchr-wpf-accent) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.domchr-wpforms-styled--full-button .wpforms-form button[type="submit"],
.domchr-wpforms-styled--full-button .wpforms-form .wpforms-submit {
    width: 100% !important;
}

.domchr-wpforms-styled .wpforms-form button[type="submit"]:hover,
.domchr-wpforms-styled .wpforms-form .wpforms-submit:hover {
    opacity: 0.94;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(239, 57, 66, 0.2) !important;
}

.domchr-wpforms-styled .wpforms-error,
.domchr-wpforms-styled .wpforms-field .wpforms-error {
    color: #c92a32 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.domchr-wpforms-styled--quiet-card { --domchr-wpf-shadow: 0 18px 42px rgba(24, 31, 44, 0.08); }
.domchr-wpforms-styled--thin-line { --domchr-wpf-field-bg: #fff; --domchr-wpf-shadow: none; }
.domchr-wpforms-styled--soft-shadow { --domchr-wpf-border: #edf0f5; --domchr-wpf-shadow: 0 24px 60px rgba(17, 24, 39, 0.12); }
.domchr-wpforms-styled--executive { --domchr-wpf-field-bg: #f8f9fb; --domchr-wpf-border: #ccd3df; --domchr-wpf-shadow: 0 16px 32px rgba(12, 18, 28, 0.1); }
.domchr-wpforms-styled--executive .domchr-wpforms-styled__inner { border-top: 3px solid var(--domchr-wpf-accent); }
.domchr-wpforms-styled--compact-panel .domchr-wpforms-styled__inner { padding: 20px; }
.domchr-wpforms-styled--compact-panel .wpforms-form .wpforms-field { padding-bottom: 10px; }
.domchr-wpforms-styled--compact-panel .wpforms-form input[type="text"],
.domchr-wpforms-styled--compact-panel .wpforms-form input[type="tel"],
.domchr-wpforms-styled--compact-panel .wpforms-form input[type="email"],
.domchr-wpforms-styled--compact-panel .wpforms-form select { min-height: 46px !important; }
.domchr-wpforms-styled--split-line { --domchr-wpf-field-bg: #fff; --domchr-wpf-shadow: 0 10px 28px rgba(31, 41, 55, 0.08); }
.domchr-wpforms-styled--split-line .wpforms-form .wpforms-field { border-bottom: 1px solid #eef1f5; margin-bottom: 12px; padding-bottom: 12px; }
.domchr-wpforms-styled--glass-white { --domchr-wpf-surface: rgba(255, 255, 255, 0.88); --domchr-wpf-field-bg: rgba(246, 247, 249, 0.82); --domchr-wpf-shadow: 0 24px 48px rgba(20, 30, 44, 0.14); }
.domchr-wpforms-styled--glass-white .domchr-wpforms-styled__inner { backdrop-filter: blur(14px); }
.domchr-wpforms-styled--ink-minimal { --domchr-wpf-field-bg: #fff; --domchr-wpf-border: #1f2937; --domchr-wpf-shadow: none; }
.domchr-wpforms-styled--ink-minimal .wpforms-form button[type="submit"] { background: #1f2937 !important; border-color: #1f2937 !important; }
.domchr-wpforms-styled--accent-left .domchr-wpforms-styled__inner { border-left: 4px solid var(--domchr-wpf-accent); box-shadow: 0 18px 36px rgba(28, 35, 48, 0.09); }
.domchr-wpforms-styled--dense-business .domchr-wpforms-styled__inner { padding: 18px; box-shadow: 0 12px 26px rgba(20, 26, 38, 0.08); }
.domchr-wpforms-styled--dense-business .wpforms-form .wpforms-field { padding-bottom: 8px; }
.domchr-wpforms-styled--dense-business .wpforms-form input[type="text"],
.domchr-wpforms-styled--dense-business .wpforms-form input[type="tel"],
.domchr-wpforms-styled--dense-business .wpforms-form input[type="email"],
.domchr-wpforms-styled--dense-business .wpforms-form select { min-height: 44px !important; font-size: 14px !important; }
.domchr-wpforms-styled--dense-business .wpforms-form button[type="submit"] { min-height: 46px !important; }

@media (max-width: 767px) {
    .domchr-wpforms-styled__inner { padding: 20px; }
    .domchr-wpforms-styled .wpforms-form input[type="text"],
    .domchr-wpforms-styled .wpforms-form input[type="email"],
    .domchr-wpforms-styled .wpforms-form input[type="tel"],
    .domchr-wpforms-styled .wpforms-form input[type="number"],
    .domchr-wpforms-styled .wpforms-form select,
    .domchr-wpforms-styled .wpforms-form textarea { min-height: 50px !important; font-size: 14px !important; }
}

.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(239, 57, 66, 0.08);
    transform: translateX(2px);
}

.domchr-header-location__radio {
    position: relative;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border: 2px solid #ef3942;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(239, 57, 66, 0.08);
}

.domchr-header-location__item.is-active {
    background: rgba(239, 57, 66, 0.08);
}

.domchr-header-location__item.is-active .domchr-header-location__radio::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #ef3942;
}

.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, #ef3942);
    color: #fff;
    box-shadow: 0 12px 24px rgba(239, 57, 66, 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, #ef3942);
}

.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 #ef3942;
}

.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, #ef3942);
}

.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, #ef3942);
}

.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-ayax-search {
        padding: 14px;
        border-radius: 26px;
    }

    .domchr-ayax-search__item {
        grid-column: span var(--domchr-col-mobile, 12);
    }

    .domchr-ayax-search__item--price,
    .domchr-ayax-search__item--area,
    .domchr-ayax-search__item--submit {
        grid-column: 1 / -1;
    }

    .domchr-ayax-search__item--filters,
    .domchr-ayax-search__item--map {
        grid-column: span 6;
    }

    .domchr-ayax-trigger,
    .domchr-ayax-input-shell,
    .domchr-ayax-button,
    .domchr-ayax-link-button,
    .domchr-ayax-native-select select,
    .domchr-ayax-input {
        min-height: 66px;
    }

    .domchr-ayax-trigger__value,
    .domchr-ayax-input,
    .domchr-ayax-native-select select,
    .domchr-ayax-button,
    .domchr-ayax-link-button {
        font-size: 15px;
    }

    .domchr-ayax-trigger,
    .domchr-ayax-input-shell {
        padding: 12px 18px;
    }

    .domchr-ayax-input,
    .domchr-ayax-native-select select {
        padding: 0 18px;
    }

    .domchr-ayax-button,
    .domchr-ayax-link-button {
        padding: 0 18px;
    }

    .domchr-ayax-trigger[data-empty="true"] .domchr-ayax-trigger__label {
        font-size: 15px;
    }

    .domchr-ayax-search__item--price .domchr-ayax-trigger,
    .domchr-ayax-search__item--area .domchr-ayax-trigger {
        display: none;
    }

    .domchr-ayax-search__item--price .domchr-ayax-popover,
    .domchr-ayax-search__item--area .domchr-ayax-popover {
        position: static;
        top: auto;
        left: auto;
        z-index: 1;
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        display: block !important;
    }

    .domchr-ayax-search__item--price .domchr-ayax-range-grid,
    .domchr-ayax-search__item--area .domchr-ayax-range-grid {
        gap: 12px;
    }

    .domchr-ayax-popover {
        width: min(100%, calc(100vw - 28px));
    }

    .domchr-ayax-modal__grid,
    .domchr-ayax-modal__footer {
        grid-template-columns: 1fr;
        display: grid;
    }

    .domchr-ayax-search__item--filters .domchr-ayax-button,
    .domchr-ayax-search__item--map .domchr-ayax-link-button {
        min-height: 72px;
        font-size: 13px;
    }

    .domchr-ayax-search__item--price .domchr-ayax-range-grid,
    .domchr-ayax-search__item--area .domchr-ayax-range-grid,
    .domchr-ayax-modal .domchr-ayax-range-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .domchr-ayax-modal__dialog {
        width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
        margin: 8px auto;
        padding: 22px 16px 16px;
    }

    .domchr-ayax-modal__title {
        font-size: 24px;
    }

    .domchr-ayax-modal__section-title {
        font-size: 16px;
    }

    .domchr-ayax-modal .domchr-ayax-check-group {
        gap: 8px;
    }

    .domchr-ayax-modal .domchr-ayax-check__label {
        min-height: 38px;
        padding: 0 14px;
        font-size: 13px;
    }

    .domchr-ayax-button--ghost {
        width: 100%;
        min-width: 0;
    }

    .domchr-ayax-modal__footer .domchr-ayax-button {
        width: 100%;
    }

    .domchr-ayax-modal__footer .domchr-ayax-button--primary {
        min-width: 0;
    }

    .domchr-ayax-modal__footer {
        margin-top: 22px;
        padding-top: 6px;
        gap: 14px;
    }

    .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-blog-posts {
    --domchr-blog-accent: #ef3942;
    --domchr-blog-surface: #ffffff;
    --domchr-blog-text: #222a39;
    --domchr-blog-muted: #8b95a7;
    --domchr-blog-border: #dfe3eb;
    --domchr-blog-radius: 22px;
    --domchr-blog-columns: 3;
    width: 100%;
    color: var(--domchr-blog-text);
}

.domchr-blog-posts__grid {
    display: grid;
    grid-template-columns: repeat(var(--domchr-blog-columns), minmax(0, 1fr));
    gap: 20px;
}

.domchr-blog-posts__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--domchr-blog-border);
    border-radius: var(--domchr-blog-radius);
    background: var(--domchr-blog-surface);
    color: var(--domchr-blog-text);
    box-shadow: 0 16px 36px rgba(18, 24, 34, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.domchr-blog-posts__card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--domchr-blog-accent) 36%, var(--domchr-blog-border));
    box-shadow: 0 22px 46px rgba(18, 24, 34, 0.12);
}

.domchr-blog-posts__image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef1f5;
    text-decoration: none;
}

.domchr-blog-posts__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.domchr-blog-posts__card:hover .domchr-blog-posts__image img {
    transform: scale(1.045);
}

.domchr-blog-posts__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #eef1f5, #dfe4ec);
}

.domchr-blog-posts__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px;
}

.domchr-blog-posts__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    min-height: 20px;
    margin-bottom: 10px;
}

.domchr-blog-posts__category,
.domchr-blog-posts__date {
    color: var(--domchr-blog-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.domchr-blog-posts__category {
    color: var(--domchr-blog-accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.domchr-blog-posts__title {
    margin: 0;
    color: var(--domchr-blog-text);
    font-size: 21px;
    font-weight: 760;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.domchr-blog-posts__title a {
    color: inherit;
    text-decoration: none;
}

.domchr-blog-posts__title a:hover,
.domchr-blog-posts__title a:focus {
    color: var(--domchr-blog-accent);
}

.domchr-blog-posts__excerpt {
    margin: 12px 0 0;
    color: var(--domchr-blog-muted);
    font-size: 14px;
    line-height: 1.58;
}

.domchr-blog-posts__read {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 38px;
    margin-top: auto;
    padding: 16px 0 0;
    color: var(--domchr-blog-accent);
    font-size: 14px;
    font-weight: 760;
    line-height: 1;
    text-decoration: none;
}

.domchr-blog-posts__read::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.18s ease;
}

.domchr-blog-posts__read:hover::after {
    transform: translateX(3px);
}

.domchr-blog-posts__empty {
    grid-column: 1 / -1;
    padding: 22px;
    border: 1px solid var(--domchr-blog-border);
    border-radius: var(--domchr-blog-radius);
    background: var(--domchr-blog-surface);
    color: var(--domchr-blog-muted);
}

.domchr-blog-posts--large-feature .domchr-blog-posts__card:first-child {
    grid-column: span min(2, var(--domchr-blog-columns));
}
.domchr-blog-posts--large-feature .domchr-blog-posts__card:first-child .domchr-blog-posts__image { aspect-ratio: 16 / 8; }
.domchr-blog-posts--large-feature .domchr-blog-posts__card:first-child .domchr-blog-posts__title { font-size: 28px; }

.domchr-blog-posts--minimal-list .domchr-blog-posts__grid,
.domchr-blog-posts--compact-news .domchr-blog-posts__grid {
    grid-template-columns: 1fr;
}
.domchr-blog-posts--minimal-list .domchr-blog-posts__card,
.domchr-blog-posts--compact-news .domchr-blog-posts__card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    box-shadow: none;
}
.domchr-blog-posts--minimal-list .domchr-blog-posts__image,
.domchr-blog-posts--compact-news .domchr-blog-posts__image { aspect-ratio: auto; min-height: 150px; }

.domchr-blog-posts--image-overlay .domchr-blog-posts__card {
    min-height: 360px;
    justify-content: flex-end;
    background: #111827;
}
.domchr-blog-posts--image-overlay .domchr-blog-posts__image {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
}
.domchr-blog-posts--image-overlay .domchr-blog-posts__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 14, 22, 0.86), rgba(10, 14, 22, 0.12));
}
.domchr-blog-posts--image-overlay .domchr-blog-posts__body { position: relative; z-index: 1; }
.domchr-blog-posts--image-overlay .domchr-blog-posts__title,
.domchr-blog-posts--image-overlay .domchr-blog-posts__title a { color: #fff; }
.domchr-blog-posts--image-overlay .domchr-blog-posts__excerpt,
.domchr-blog-posts--image-overlay .domchr-blog-posts__date { color: rgba(255, 255, 255, 0.74); }

.domchr-blog-posts--business-grid .domchr-blog-posts__card { border-top: 4px solid var(--domchr-blog-accent); box-shadow: 0 12px 28px rgba(18, 24, 34, 0.07); }
.domchr-blog-posts--quiet-cards .domchr-blog-posts__card { box-shadow: none; background: #fafbfc; }
.domchr-blog-posts--accent-line .domchr-blog-posts__card { border-left: 4px solid var(--domchr-blog-accent); }
.domchr-blog-posts--dark-journal { --domchr-blog-surface: #172033; --domchr-blog-text: #fff; --domchr-blog-muted: #a7b0c0; --domchr-blog-border: rgba(255, 255, 255, 0.1); }
.domchr-blog-posts--dark-journal .domchr-blog-posts__image-placeholder { background: linear-gradient(135deg, #202a3a, #111827); }

.domchr-blog-posts--magazine-split .domchr-blog-posts__card {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
}
.domchr-blog-posts--magazine-split .domchr-blog-posts__image { aspect-ratio: auto; min-height: 260px; }

@media (max-width: 1024px) {
    .domchr-blog-posts { --domchr-blog-columns: 2; }
    .domchr-blog-posts--large-feature .domchr-blog-posts__card:first-child { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
    .domchr-blog-posts { --domchr-blog-columns: 1; }
    .domchr-blog-posts__body { padding: 18px; }
    .domchr-blog-posts__title { font-size: 19px; }
    .domchr-blog-posts--large-feature .domchr-blog-posts__card:first-child .domchr-blog-posts__title { font-size: 22px; }
    .domchr-blog-posts--minimal-list .domchr-blog-posts__card,
    .domchr-blog-posts--compact-news .domchr-blog-posts__card,
    .domchr-blog-posts--magazine-split .domchr-blog-posts__card {
        display: flex;
        flex-direction: column;
    }
    .domchr-blog-posts--minimal-list .domchr-blog-posts__image,
    .domchr-blog-posts--compact-news .domchr-blog-posts__image,
    .domchr-blog-posts--magazine-split .domchr-blog-posts__image {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }
}
.domchr-complex-properties {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
}

.domchr-complex-properties__card {
    overflow: hidden;
    border: 1px solid #dfe3eb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(18, 24, 34, 0.08);
}

.domchr-complex-properties__image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef1f5;
}

.domchr-complex-properties__image img,
.domchr-complex-properties__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.domchr-complex-properties__placeholder {
    background: linear-gradient(135deg, #eef1f5, #dfe4ec);
}

.domchr-complex-properties__body {
    padding: 20px;
}

.domchr-complex-properties__title {
    margin: 0;
    color: #222a39;
    font-size: 20px;
    font-weight: 760;
    line-height: 1.18;
}

.domchr-complex-properties__title a {
    color: inherit;
    text-decoration: none;
}

.domchr-complex-properties__address {
    margin-top: 10px;
    color: #8b95a7;
    font-size: 14px;
    line-height: 1.45;
}

.domchr-complex-properties__price {
    margin-top: 14px;
    color: #ef3942;
    font-size: 17px;
    font-weight: 760;
}

.domchr-complex-properties__link {
    display: inline-flex;
    margin-top: 16px;
    color: #ef3942;
    font-size: 14px;
    font-weight: 720;
    text-decoration: none;
}

.domchr-complex-properties--empty {
    display: block;
    padding: 22px;
    border: 1px solid #dfe3eb;
    border-radius: 18px;
    background: #fff;
    color: #8b95a7;
}

@media (max-width: 1024px) {
    .domchr-complex-properties {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .domchr-complex-properties {
        grid-template-columns: 1fr;
    }
}
.domchr-complex-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    min-height: 440px;
    overflow: hidden;
    border-radius: 34px;
    background: #151c2b;
    color: #fff;
}

.domchr-complex-hero__media {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.44;
}

.domchr-complex-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 18, 30, 0.9), rgba(12, 18, 30, 0.58), rgba(12, 18, 30, 0.18));
}

.domchr-complex-hero__content {
    position: relative;
    z-index: 1;
    align-self: end;
    max-width: 720px;
    padding: 56px;
}

.domchr-complex-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(239, 57, 66, 0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 760;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.domchr-complex-hero__title {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 780;
    line-height: 0.95;
    letter-spacing: -0.055em;
}

.domchr-complex-hero__address {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    font-weight: 650;
}

.domchr-complex-hero__description {
    max-width: 620px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 767px) {
    .domchr-complex-hero {
        min-height: 360px;
        border-radius: 24px;
    }
    .domchr-complex-hero__content {
        padding: 30px 22px;
    }
    .domchr-complex-hero__address,
    .domchr-complex-hero__description {
        font-size: 14px;
    }
}
/* ====== DOMCHR footer: лого+название в линию, соцсети под локациями ====== */
.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;}

/* ===== DOMCHR фильтр: UI fix — Inter + единые иконки + ровные кнопки ===== */
.domchr-ayax-search, .domchr-ayax-search button, .domchr-ayax-search input, .domchr-ayax-search a, .domchr-ayax-search select, .domchr-ayax-popover, .domchr-ayax-modal, .domchr-ayax-modal button, .domchr-ayax-modal input, .domchr-ayax-modal select{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;}
.domchr-ayax-button__icon,.domchr-ayax-link-button__icon,.domchr-ayax-button__search-icon{width:34px !important;height:34px !important;border-radius:50% !important;background-size:19px 19px !important;background-position:center !important;background-repeat:no-repeat !important;flex:0 0 auto !important;}
.domchr-ayax-button__icon,.domchr-ayax-link-button__icon{background-color:rgba(239,57,66,.12) !important;}
.domchr-ayax-button__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cline x1='3.5' y1='8.5' x2='20.5' y2='8.5' stroke='%23EF3942' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='3.5' y1='15.5' x2='20.5' y2='15.5' stroke='%23EF3942' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='8.5' r='2.7' fill='white' stroke='%23EF3942' stroke-width='2'/%3E%3Ccircle cx='15' cy='15.5' r='2.7' fill='white' stroke='%23EF3942' stroke-width='2'/%3E%3C/svg%3E") !important;}
.domchr-ayax-link-button__icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s6.5-5.8 6.5-11a6.5 6.5 0 1 0-13 0c0 5.2 6.5 11 6.5 11Z' stroke='%23EF3942' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='9.8' r='2.4' stroke='%23EF3942' stroke-width='2'/%3E%3C/svg%3E") !important;}
.domchr-ayax-button__search-icon{background-color:#ffffff !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='11' cy='11' r='6.3' stroke='%23EF3942' stroke-width='2.2'/%3E%3Cline x1='15.8' y1='15.8' x2='20.5' y2='20.5' stroke='%23EF3942' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") !important;}
.domchr-ayax-button--secondary,.domchr-ayax-link-button--secondary{justify-content:center !important;gap:10px !important;font-weight:600 !important;}
.domchr-ayax-button--primary{gap:12px !important;font-weight:600 !important;}
.domchr-ayax-button__title{font-weight:700 !important;}
.domchr-ayax-button__count{font-weight:500 !important;}

/* DOMCHR header menu tablet visibility */
@media (min-width: 768px) {
    #header-hz-elementor .elementor-element-jz2qj38rc .houzez-ele-menu-jz2qj38rc {
        display: block !important;
    }

    #header-hz-elementor .elementor-element-jz2qj38rc .houzez-ele-mobile-menu-jz2qj38rc {
        display: none !important;
    }

    #header-hz-elementor .elementor-element-jz2qj38rc .main-ele-nav {
        display: block !important;
        width: auto !important;
        height: auto !important;
    }

    #header-hz-elementor .elementor-element-jz2qj38rc .houzez-elementor-menu {
        display: flex !important;
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #header-hz-elementor .elementor-element-tlwrtcs5d {
        gap: 12px !important;
    }

    #header-hz-elementor .elementor-element-jz2qj38rc {
        flex: 1 1 auto !important;
        min-width: 0;
        width: auto !important;
    }

    #header-hz-elementor .elementor-element-jz2qj38rc .houzez-elementor-menu {
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 10px;
    }

    #header-hz-elementor .elementor-element-jz2qj38rc .houzez-elementor-menu .nav-link {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    #header-hz-elementor .elementor-element-jz2qj38rc .houzez-ele-menu-jz2qj38rc,
    #header-hz-elementor .elementor-element-jz2qj38rc .houzez-ele-mobile-menu-jz2qj38rc {
        display: none !important;
    }
}

/* Header contact button: remove outer glow */
.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;
}
