.zl-home {
    --zl-ink: #172b38;
    --zl-muted: #607481;
    --zl-pine: #15679a;
    --zl-pine-dark: #0c466b;
    --zl-gold: #2196e0;
    --zl-sand: #f3f7fa;
    --zl-mist: #eaf5fc;
    --zl-line: #dbe7ef;
    --zl-white: #fff;
    color: var(--zl-ink);
    background: var(--zl-white);
    font-family: inherit;
    overflow: clip;
}

.zl-home *,
.zl-home *::before,
.zl-home *::after {
    box-sizing: border-box;
}

.zl-home h1,
.zl-home h2,
.zl-home h3,
.zl-home p,
.zl-home figure,
.zl-home ol,
.zl-home ul {
    margin-top: 0;
}

.zl-home h1,
.zl-home h2,
.zl-home h3 {
    color: var(--zl-ink);
    font-family: inherit;
}

.zl-home a {
    color: inherit;
}

.zl-home img {
    display: block;
    height: auto;
    max-width: 100%;
}

.front_page .header-cabinet,
.front_page .header-compare,
.front_page .header-cart {
    display: none !important;
}

.front_page .header__main-part {
    --fill_dark_light: #203540;
    --fill_dark_light_hover: #15679a;
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(23, 43, 56, .08) !important;
    backdrop-filter: blur(14px);
}

.front_page .header__main-part .btn,
.front_page .header-button .btn {
    background: #15679a !important;
    border-color: #15679a !important;
}

@media (min-width: 992px) {
    .front_page .header__main-part .logo img {
        content: url('/upload/CAllcorp3Stroy/0ef/sj83tkbo5fv3yvpl218s2d4xnzdxwocf/logo.png');
    }

    .front_page .header__main-part .header-menu__link,
    .front_page .header__main-part .header-menu__title,
    .front_page .header__main-part .menu-light-text,
    .front_page .header__main-part .banner-light-text {
        color: #203540 !important;
    }

    .front_page .header__main-part .header-menu__item--more-items > .header-menu__dropdown-menu {
        --fill_dark_light: var(--white_text_black);
        --fill_dark_light_hover: var(--white_text_black);
    }

    .front_page .header__main-part .header-menu__item--more-items > .header-menu__dropdown-menu > .header-menu__item > .header-menu__link,
    .front_page .header__main-part .header-menu__item--more-items > .header-menu__dropdown-menu > .header-menu__item > .header-menu__link .header-menu__title {
        color: var(--white_text_black) !important;
    }
}

.zl-eyebrow {
    margin-bottom: 14px;
    color: var(--zl-pine);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.zl-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 10px;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.zl-button:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

.zl-button--primary {
    color: #fff !important;
    background: var(--zl-pine);
    border-color: var(--zl-pine);
}

.zl-button--primary:hover {
    background: var(--zl-pine-dark);
    border-color: var(--zl-pine-dark);
}

.zl-button--text {
    min-height: 44px;
    padding-right: 6px;
    padding-left: 6px;
    color: var(--zl-ink) !important;
    background: transparent;
}

.zl-button--text:hover {
    color: var(--zl-pine) !important;
}

.zl-button:focus-visible,
.zl-home a:focus-visible,
.zl-home button:focus-visible,
.zl-home select:focus-visible,
.zl-home summary:focus-visible {
    outline: 3px solid rgba(33, 150, 224, .48);
    outline-offset: 3px;
}

.zl-hero {
    position: relative;
    padding: 58px 0 54px;
    background: var(--zl-sand);
}

.zl-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    height: 100%;
    border-left: 1px solid rgba(23, 43, 56, .06);
    content: "";
    pointer-events: none;
}

.zl-hero__inner {
    position: relative;
    display: grid;
    grid-template-areas:
        "copy visual"
        "search search"
        "quick quick";
    grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
    gap: 28px 54px;
    align-items: center;
}

.zl-hero__copy {
    grid-area: copy;
    padding: 34px 0 26px;
}

.zl-hero h1 {
    max-width: 680px;
    margin-bottom: 22px;
    font-size: clamp(42px, 4vw, 66px);
    font-weight: 620;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.zl-hero__lead {
    max-width: 610px;
    margin-bottom: 0;
    color: #455a68;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.55;
}

.zl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 21px;
    align-items: center;
    margin-top: 28px;
}

.zl-home .zl-hero__catalog-note {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin: 16px 0 0;
    color: var(--zl-muted);
    font-size: 14px;
}

.zl-hero__catalog-note strong {
    color: var(--zl-ink);
    font-size: 21px;
    font-weight: 720;
}

.zl-hero__visual {
    position: relative;
    grid-area: visual;
    min-width: 0;
    margin-bottom: 0;
}

.zl-hero__visual img {
    width: 100%;
    height: clamp(400px, 36vw, 510px);
    aspect-ratio: 1.36 / 1;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 26px 70px rgba(22, 43, 56, .14);
}

.zl-hero__visual figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 2px;
    max-width: calc(100% - 36px);
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 8px;
    color: #fff;
    background: rgba(12, 70, 107, .84);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .15);
    backdrop-filter: blur(12px);
}

.zl-hero__visual figcaption span {
    opacity: .78;
    font-size: 10px;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.zl-hero__visual figcaption strong {
    font-size: 13px;
    line-height: 1.3;
}

.zl-search {
    position: relative;
    z-index: 3;
    display: grid;
    grid-area: search;
    grid-template-columns: minmax(190px, .82fr) repeat(3, minmax(160px, 1fr)) minmax(180px, .82fr);
    gap: 0;
    align-items: stretch;
    padding: 9px;
    border: 1px solid rgba(23, 43, 56, .11);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(21, 103, 154, .13);
}

.zl-search__heading {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 10px 17px 10px 12px;
}

.zl-search__heading div {
    display: grid;
    gap: 2px;
}

.zl-search__heading strong {
    color: var(--zl-ink);
    font-size: 14px;
    line-height: 1.25;
}

.zl-search__heading span:not(.zl-search__icon) {
    color: var(--zl-muted);
    font-size: 11px;
    line-height: 1.25;
}

.zl-search__icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--zl-pine);
    font-size: 21px;
}

.zl-search__field {
    position: relative;
    display: grid;
    align-content: center;
    padding: 8px 35px 8px 18px;
    border-left: 1px solid var(--zl-line);
}

.zl-search__field > span {
    margin-bottom: 3px;
    color: var(--zl-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.25;
    text-transform: uppercase;
}

.zl-search__field select {
    width: 100%;
    min-height: 30px;
    margin: 0;
    padding: 0 18px 0 0;
    border: 0;
    border-radius: 0;
    color: var(--zl-ink);
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 620;
    line-height: 1.25;
    cursor: pointer;
    appearance: auto;
}

.zl-search__submit-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    align-content: center;
    padding-left: 8px;
}

.zl-search__submit {
    width: 100%;
    justify-content: space-between;
}

.zl-search__submit [data-zl-result-count] {
    display: inline-grid;
    min-width: 29px;
    min-height: 25px;
    place-items: center;
    padding: 2px 7px;
    border-radius: 7px;
    color: var(--zl-pine-dark);
    background: #fff;
    font-size: 12px;
}

.zl-search__map-button {
    min-height: 27px;
    padding: 2px 8px;
    border: 0;
    color: var(--zl-pine);
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.zl-quick-search {
    display: flex;
    grid-area: quick;
    flex-wrap: wrap;
    gap: 7px 17px;
    align-items: center;
    padding: 0 9px;
    color: var(--zl-muted);
    font-size: 13px;
}

.zl-quick-search > span {
    font-weight: 700;
}

.zl-quick-search button {
    padding: 2px 0;
    border: 0;
    border-bottom: 1px solid rgba(21, 103, 154, .34);
    color: var(--zl-pine);
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.zl-quick-search button:hover {
    border-color: var(--zl-pine);
}

.zl-section {
    padding: 104px 0;
}

.zl-section__head {
    display: flex;
    gap: 42px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 37px;
}

.zl-section__head > div:first-child {
    max-width: 800px;
}

.zl-section__head h2,
.zl-process h2,
.zl-faq h2,
.zl-seo-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(31px, 3vw, 45px);
    font-weight: 620;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.zl-section__head p:not(.zl-eyebrow) {
    max-width: 690px;
    margin-bottom: 0;
    color: var(--zl-muted);
    font-size: 16px;
    line-height: 1.6;
}

.zl-section__head--compact > p {
    max-width: 410px !important;
}

.zl-section__head-link {
    flex: 0 0 auto;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(21, 103, 154, .35);
    color: var(--zl-pine) !important;
    font-weight: 700;
    text-decoration: none;
}

.zl-view-switch {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    flex: 0 0 auto;
    padding: 4px;
    border: 1px solid var(--zl-line);
    border-radius: 10px;
    background: #fff;
}

.zl-view-switch button {
    min-width: 100px;
    min-height: 40px;
    padding: 8px 15px;
    border: 0;
    border-radius: 7px;
    color: var(--zl-muted);
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.zl-view-switch button[aria-selected="true"] {
    color: #fff;
    background: var(--zl-pine);
}

.zl-section--projects {
    border-top: 1px solid rgba(21, 103, 154, .08);
    border-bottom: 1px solid rgba(21, 103, 154, .08);
    background: #f1f8fc;
}

.zl-project-grid {
    display: grid;
    min-height: 610px;
    grid-template-columns: minmax(0, 1.42fr) minmax(330px, .82fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.zl-project-card {
    position: relative;
    min-width: 0;
    min-height: 290px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 14px;
    background: var(--zl-pine-dark);
    box-shadow: 0 18px 44px rgba(23, 43, 56, .1);
}

.zl-project-card--featured {
    grid-row: 1 / span 2;
}

.zl-project-card > a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: inherit;
    align-items: flex-end;
    color: #fff !important;
    text-decoration: none;
}

.zl-project-card__image,
.zl-project-card__image::after {
    position: absolute;
    inset: 0;
}

.zl-project-card__image {
    display: block;
    overflow: hidden;
}

.zl-project-card__image::after {
    background: linear-gradient(180deg, rgba(7, 25, 36, .04) 24%, rgba(7, 31, 47, .86) 100%);
    content: "";
}

.zl-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.zl-project-card:hover .zl-project-card__image img {
    transform: scale(1.025);
}

.zl-project-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
}

.zl-project-card--featured .zl-project-card__body {
    max-width: 760px;
    padding: 38px;
}

.zl-project-card__label {
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.zl-project-card h3 {
    max-width: 720px;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(23px, 2.1vw, 34px);
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.zl-project-card:not(.zl-project-card--featured) h3 {
    font-size: clamp(19px, 1.55vw, 25px);
}

.zl-project-card__summary {
    display: -webkit-box;
    max-width: 680px;
    overflow: hidden;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zl-project-card:not(.zl-project-card--featured) .zl-project-card__summary {
    font-size: 12px;
    -webkit-line-clamp: 1;
}

.zl-project-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 17px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    font-weight: 680;
}

.zl-project-card__facts > span + span::before {
    margin-right: 17px;
    color: #8fd0f5;
    content: "·";
}

.zl-project-card__footer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 11px 22px;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .24);
}

.zl-project-card__footer strong {
    color: #fff;
    font-size: 18px;
}

.zl-project-card__footer > span {
    color: #fff;
    font-size: 13px;
    font-weight: 720;
}

.zl-project-card__footer i {
    display: inline-block;
    margin-left: 6px;
    font-style: normal;
    transition: transform .2s ease;
}

.zl-project-card:hover .zl-project-card__footer i {
    transform: translateX(3px);
}

.zl-lot-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
}

.zl-lot-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--zl-line);
    border-radius: 14px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.zl-lot-card:hover {
    border-color: rgba(21, 103, 154, .35);
    box-shadow: 0 15px 38px rgba(23, 43, 56, .08);
    transform: translateY(-2px);
}

.zl-lot-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--zl-mist);
}

.zl-lot-card__image img {
    width: 100%;
    aspect-ratio: 1.52 / 1;
    object-fit: cover;
    transition: transform .45s ease;
}

.zl-lot-card:hover .zl-lot-card__image img {
    transform: scale(1.025);
}

.zl-lot-card__status {
    position: absolute;
    top: 13px;
    left: 13px;
    padding: 6px 9px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 7px;
    color: var(--zl-ink);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    backdrop-filter: blur(8px);
}

.zl-lot-card__body {
    padding: 20px 20px 21px;
}

.zl-lot-card__place {
    margin-bottom: 8px;
    color: var(--zl-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.35;
}

.zl-lot-card h3 {
    min-height: 2.7em;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 680;
    line-height: 1.35;
}

.zl-lot-card h3 a {
    text-decoration: none;
}

.zl-lot-card h3 a:hover {
    color: var(--zl-pine);
}

.zl-lot-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 13px;
    align-items: baseline;
    padding-top: 14px;
    border-top: 1px solid var(--zl-line);
}

.zl-lot-card__facts strong {
    color: var(--zl-ink);
    font-size: 16px;
}

.zl-lot-card__facts span {
    color: var(--zl-pine);
    font-size: 13px;
    font-weight: 700;
}

.zl-lot-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 13px;
    margin: 12px 0 0;
    padding: 0;
    color: var(--zl-muted);
    font-size: 12px;
    list-style: none;
}

.zl-lot-card__tags li + li::before {
    margin-right: 13px;
    color: var(--zl-gold);
    content: "·";
}

.zl-section__footer-link {
    margin-top: 35px;
    text-align: center;
}

.zl-section__footer-link a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(21, 103, 154, .35);
    color: var(--zl-pine);
    font-weight: 720;
    text-decoration: none;
}

.zl-map-panel {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid var(--zl-line);
    border-radius: 16px;
    background: #dcebf5 url('/bitrix/templates/aspro-allcorp3stroy/images/map-preview.webp') center / cover no-repeat;
}

.zl-map-panel[hidden] {
    display: none;
}

.zl-map-panel__canvas {
    width: 100%;
    height: 560px;
}

.zl-map-panel__preview {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 40px;
    color: #fff;
    background: rgba(12, 70, 107, .8);
    text-align: center;
    backdrop-filter: blur(4px);
}

.zl-map-panel__preview[hidden] {
    display: none;
}

.zl-map-panel__preview > div {
    max-width: 520px;
}

.zl-map-panel__preview > div > span {
    display: block;
    margin-bottom: 12px;
    color: #9dd7f6;
    font-size: 40px;
}

.zl-map-panel__preview strong {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(24px, 3vw, 36px);
    letter-spacing: -.025em;
}

.zl-map-panel__preview p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.6;
}

.zl-map-panel__preview .zl-button--primary {
    color: var(--zl-ink) !important;
    background: #fff;
    border-color: #fff;
}

.zl-map-panel__error {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    margin: 0;
    padding: 14px 16px;
    border-radius: 8px;
    color: var(--zl-ink);
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    font-size: 13px;
}

.zl-map-panel__error a {
    color: var(--zl-pine);
    font-weight: 700;
}

.zl-section--districts {
    background: var(--zl-sand);
}

.zl-district-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 19px;
}

.zl-district-card {
    min-width: 0;
}

.zl-district-card > a {
    display: grid;
    height: 100%;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    border: 1px solid rgba(23, 43, 56, .1);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.zl-district-card > a:hover {
    border-color: rgba(21, 103, 154, .36);
    box-shadow: 0 14px 34px rgba(23, 43, 56, .08);
    transform: translateY(-2px);
}

.zl-district-card__image {
    position: relative;
    display: block;
    min-height: 205px;
    overflow: hidden;
    background: var(--zl-mist);
}

.zl-district-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.zl-district-card > a:hover .zl-district-card__image img {
    transform: scale(1.03);
}

.zl-district-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 24px 22px;
}

.zl-district-card__meta {
    margin-bottom: 9px;
    color: var(--zl-pine);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.zl-district-card__body strong {
    margin-bottom: 9px;
    color: var(--zl-ink);
    font-size: 18px;
    line-height: 1.25;
}

.zl-district-card__body > span:last-child {
    color: var(--zl-muted);
    font-size: 12px;
    line-height: 1.5;
}

.zl-process {
    color: #fff;
    background: var(--zl-pine-dark);
}

.zl-process__layout {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: 72px;
    align-items: start;
}

/* Aspro adds clearfix pseudo-elements to .maxwidth-theme. In a grid they
   become anonymous items and push the real content into the wrong cells. */
.zl-process__layout::before,
.zl-process__layout::after,
.zl-faq__layout::before,
.zl-faq__layout::after,
.zl-seo-copy__layout::before,
.zl-seo-copy__layout::after {
    display: none !important;
    content: none !important;
}

.zl-process .zl-eyebrow {
    color: #9dd7f6;
}

.zl-process h2,
.zl-process h3 {
    color: #fff;
}

.zl-process__intro > p:not(.zl-eyebrow) {
    max-width: 580px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    line-height: 1.65;
}

.zl-process__intro > a {
    display: inline-flex;
    gap: 9px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.zl-process__steps {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zl-process__steps li {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 20px;
    padding: 27px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.zl-process__steps li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.zl-process__steps > li > span {
    color: #9dd7f6;
    font-size: 13px;
    font-weight: 750;
    letter-spacing: .08em;
}

.zl-process__steps h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 650;
}

.zl-process__steps p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.65;
}

.zl-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

.zl-article-card {
    min-width: 0;
}

.zl-article-card__image {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: var(--zl-mist);
}

.zl-article-card__image img {
    width: 100%;
    aspect-ratio: 1.62 / 1;
    object-fit: cover;
    transition: transform .4s ease;
}

.zl-article-card:hover .zl-article-card__image img {
    transform: scale(1.025);
}

.zl-article-card > div {
    padding: 18px 4px 0;
}

.zl-article-card > div > span {
    display: block;
    margin-bottom: 7px;
    color: var(--zl-pine);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.zl-article-card h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.4;
}

.zl-article-card h3 a {
    text-decoration: none;
}

.zl-article-card__link {
    color: var(--zl-pine) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.zl-faq {
    background: #f1f7fb;
}

.zl-faq__layout {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 75px;
}

.zl-faq__layout > div:first-child > p:not(.zl-eyebrow) {
    max-width: 480px;
    color: var(--zl-muted);
    font-size: 15px;
    line-height: 1.65;
}

.zl-faq__items {
    border-top: 1px solid rgba(23, 43, 56, .16);
}

.zl-faq details {
    border-bottom: 1px solid rgba(23, 43, 56, .16);
}

.zl-faq summary {
    position: relative;
    padding: 23px 44px 23px 0;
    color: var(--zl-ink);
    font-size: 17px;
    font-weight: 680;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
}

.zl-faq summary::-webkit-details-marker {
    display: none;
}

.zl-faq summary::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    color: var(--zl-pine);
    content: "+";
    font-size: 23px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.zl-faq details[open] summary::after {
    content: "−";
}

.zl-faq details p {
    max-width: 760px;
    margin-bottom: 0;
    padding: 0 44px 23px 0;
    color: var(--zl-muted);
    font-size: 14px;
    line-height: 1.7;
}

.zl-seo-copy {
    padding-top: 84px;
    padding-bottom: 84px;
}

.zl-seo-copy__layout {
    display: grid;
    grid-template-columns: minmax(270px, .63fr) minmax(0, 1.37fr);
    gap: 70px;
}

.zl-seo-copy h2 {
    max-width: 430px;
    font-size: clamp(28px, 2.5vw, 39px);
}

.zl-seo-copy__layout > div p {
    max-width: 920px;
    color: var(--zl-muted);
    font-size: 14px;
    line-height: 1.75;
}

.zl-seo-copy nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 24px;
}

.zl-seo-copy nav a {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(21, 103, 154, .28);
    color: var(--zl-pine);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .zl-hero__inner {
        grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr);
        gap: 26px 36px;
    }

    .zl-search {
        grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(170px, .75fr);
    }

    .zl-search__heading {
        display: none;
    }

    .zl-search__field:first-of-type {
        border-left: 0;
    }

    .zl-lot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zl-project-grid {
        min-height: 800px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: minmax(460px, 1.35fr) minmax(300px, 1fr);
    }

    .zl-project-card--featured {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .zl-district-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zl-process__layout,
    .zl-faq__layout,
    .zl-seo-copy__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

    .zl-process__intro,
    .zl-faq__layout > div:first-child {
        max-width: 720px;
    }
}

@media (max-width: 991px) {
    .zl-hero {
        padding-top: 42px;
    }

    .zl-hero__inner {
        grid-template-areas:
            "copy"
            "search"
            "quick"
            "visual";
        grid-template-columns: minmax(0, 1fr);
        gap: 25px;
    }

    .zl-hero__copy {
        padding: 17px 0 0;
    }

    .zl-hero h1 {
        max-width: 760px;
    }

    .zl-hero__visual img {
        height: clamp(340px, 52vw, 470px);
        max-height: 470px;
        aspect-ratio: 1.65 / 1;
    }

    .zl-section {
        padding: 82px 0;
    }

}

@media (max-width: 767px) {
    .front_page .header-search {
        display: none !important;
    }

    .zl-hero {
        padding: 26px 0 38px;
    }

    .zl-hero::before {
        display: none;
    }

    .zl-hero__inner {
        gap: 21px;
    }

    .zl-hero__copy {
        padding-top: 13px;
    }

    .zl-eyebrow {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .zl-hero h1 {
        margin-bottom: 16px;
        font-size: clamp(35px, 10.5vw, 46px);
        line-height: 1.03;
    }

    .zl-hero__lead {
        font-size: 16px;
        line-height: 1.5;
    }

    .zl-hero__actions {
        margin-top: 21px;
    }

    .zl-home .zl-hero__catalog-note {
        margin-top: 14px;
    }

    .zl-search {
        grid-template-columns: minmax(0, 1fr);
        padding: 8px;
        border-radius: 13px;
    }

    .zl-search__field {
        min-height: 64px;
        padding-right: 17px;
        border-top: 1px solid var(--zl-line);
        border-left: 0;
    }

    .zl-search__field:first-of-type {
        border-top: 0;
    }

    .zl-search__submit-wrap {
        grid-template-columns: minmax(0, 1fr) 92px;
        gap: 5px;
        padding: 8px 0 0;
    }

    .zl-search__map-button {
        min-height: 50px;
        border: 1px solid var(--zl-line);
        border-radius: 9px;
    }

    .zl-quick-search {
        gap: 8px 13px;
        padding: 0 2px;
        font-size: 12px;
    }

    .zl-hero__visual img {
        height: min(84vw, 390px);
        max-height: none;
        aspect-ratio: 1.2 / 1;
        border-radius: 13px;
    }

    .zl-hero__visual figcaption {
        right: 10px;
        bottom: 10px;
    }

    .zl-section {
        padding: 67px 0;
    }

    .zl-section__head {
        display: grid;
        gap: 22px;
        margin-bottom: 28px;
    }

    .zl-section__head h2,
    .zl-process h2,
    .zl-faq h2,
    .zl-seo-copy h2 {
        margin-bottom: 12px;
        font-size: clamp(29px, 8.2vw, 37px);
    }

    .zl-section__head p:not(.zl-eyebrow) {
        font-size: 14px;
        line-height: 1.6;
    }

    .zl-view-switch {
        width: 100%;
    }

    .zl-view-switch button {
        width: 100%;
    }

    .zl-lot-grid {
        width: calc(100% + 32px);
        grid-auto-columns: minmax(80vw, 1fr);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 14px;
        margin-right: -16px;
        margin-left: 0;
        padding: 0 16px 12px 0;
        overflow-x: auto;
        scroll-padding-left: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .zl-lot-card {
        scroll-snap-align: start;
    }

    .zl-lot-card h3 {
        min-height: auto;
    }

    .zl-project-grid {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        gap: 14px;
    }

    .zl-project-card,
    .zl-project-card--featured {
        min-height: 330px;
        grid-column: auto;
        grid-row: auto;
    }

    .zl-project-card--featured {
        min-height: min(124vw, 520px);
    }

    .zl-project-card__body,
    .zl-project-card--featured .zl-project-card__body {
        padding: 25px 22px;
    }

    .zl-project-card h3,
    .zl-project-card:not(.zl-project-card--featured) h3 {
        font-size: 24px;
    }

    .zl-project-card__summary,
    .zl-project-card:not(.zl-project-card--featured) .zl-project-card__summary {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }

    .zl-map-panel,
    .zl-map-panel__canvas {
        min-height: 480px;
        height: 480px;
    }

    .zl-map-panel__preview {
        padding: 24px;
    }

    .zl-district-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 13px;
    }

    .zl-district-card > a {
        grid-template-columns: 39% 61%;
    }

    .zl-district-card__image {
        min-height: 176px;
    }

    .zl-district-card__body {
        padding: 19px 17px;
    }

    .zl-district-card__body strong {
        font-size: 16px;
    }

    .zl-process__layout,
    .zl-faq__layout,
    .zl-seo-copy__layout {
        gap: 31px;
    }

    .zl-process__steps li {
        grid-template-columns: 44px 1fr;
        gap: 11px;
        padding: 22px 0;
    }

    .zl-article-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 29px;
    }

    .zl-faq summary {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 15px;
    }

    .zl-seo-copy {
        padding-top: 62px;
        padding-bottom: 62px;
    }
}

@media (max-width: 420px) {
    .zl-hero__actions .zl-button--primary {
        width: 100%;
    }

    .zl-district-card__body > span:last-child {
        display: none;
    }

    .zl-district-card__image {
        min-height: 145px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .zl-home *,
    .zl-home *::before,
    .zl-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
