.pageContent,
.top {
    padding-top: 0 !important;
}
body .top__breadcrumbs,
.top__row {
    display: none !important;
}

.landSelectPage {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: "Manrope";
}

.landSelectPage h2 {
    margin: 0;
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 2rem;
}
.landSelectPage h2 span {
    color: #1AA98D;
}

.landSelectPage__block {
    padding: 5rem 0;
    position: relative;
}
.landSelectPage__block._variants {
    padding-top: 0;
}
.landSelectPage__block._promo,
.landSelectPage__block._form,
.landSelectPage__block._area {
    color: #fff;
}
.landSelectPage__block._promo:before,
.landSelectPage__block._form:before,
.landSelectPage__block._area:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: calc(var(--vw,1vw) * 100);
    transform: translateX(-50%);
    z-index: 0;
    background: rgba(81, 170, 149, 1);
}
.landSelectPage__block._promo:before {
    background-image: url("images/bg.jpg?v2");
    background-size: cover;
    background-position: bottom center;

}

.landSelectPage__block._promo>*,
.landSelectPage__block._form>*,
.landSelectPage__block._area>* {
    position: relative;
}

.landSelectPromo {
    padding: 3rem 0 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 700px;
}
.landSelectPromo__sub {
    font-size: 1.25rem;
    font-weight: 500;

}
.landSelectPromo__title {
    font-size: 4.125rem;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
}
.landSelectPromo__desc {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
}
.landSelectPromo__btn {
    max-width: 300px;
}

.landSelectInfo {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 2rem;
    align-items: center;
}

.landSelectInfo__title {
    padding-bottom: 0 !important;
}
.landSelectInfo__media {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.landSelectInfo__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    object-fit: cover;
}
.landSelectInfo__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 0.25rem;
}

.landSelectInfo__lead {
    padding: 1.5rem 1.75rem;
    border-radius: 1.125rem;
    background: #f3f3f3;
    color: #4D4B4C;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.45;
}
.landSelectInfo__text {
    color: #4D4B4C;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}
.landSelectInfo__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.5rem;
}
.landSelectInfo__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    background: #1AA98D;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: .25s;
}
.landSelectInfo__btn:hover {
    opacity: 0.9;
}
.landSelectInfo__btn._alt {
    background: #EAF3BB;
    color: #1A6B55;
}
.landSelectInfo__btn._alt:hover {
    opacity: 0.9;
}

@media (max-width: 1200px) {
    .landSelectInfo {
        gap: 2.5rem;
    }
    .landSelectInfo__title {
        font-size: 2.25rem;
    }
}
@media (max-width: 991px) {
    .landSelectInfo {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .landSelectInfo__media {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
}
@media (max-width: 576px) {
    .landSelectInfo__media {
        grid-template-columns: 1fr;
    }
    .landSelectInfo__title {
        font-size: 1.75rem;
    }
    .landSelectInfo__lead,
    .landSelectInfo__text {
        font-size: 1rem;
    }
    .landSelectInfo__actions {
        flex-direction: column;
    }
    .landSelectInfo__btn {
        width: 100%;
    }
}

.landSelectChecklist {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 3rem;
    align-items: start;
}

.landSelectChecklist__media {
    position: relative;
    border-radius: 1.875rem;
    overflow: hidden;
}

.landSelectChecklist__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.landSelectChecklist__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem 1.75rem 1.75rem;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.15;
}

.landSelectChecklist__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 0.25rem;
}

.landSelectChecklist__sub {
    margin-bottom: 0.75rem;
    color: #1AA98D;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.landSelectChecklist__title {
    padding-bottom: 1.75rem !important;
}

.landSelectChecklist__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.landSelectChecklist__item {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0 1.25rem;
    padding: 1.125rem 0;
    border-bottom: 1px solid #E8E8E8;
}

.landSelectChecklist__item:first-child {
    border-top: 1px solid #E8E8E8;
}

.landSelectChecklist__num {
    padding-top: 0.1rem;
    color: #1AA98D;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Oswald";
}

.landSelectChecklist__body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.landSelectChecklist__name {
    color: rgba(87, 87, 86, 1);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
}

.landSelectChecklist__desc {
    color: rgba(112, 112, 109, 1);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.45;
}

@media (max-width: 1200px) {
    .landSelectChecklist {
        gap: 2.5rem;
    }

    .landSelectChecklist__caption {
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) {
    .landSelectChecklist {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .landSelectChecklist__media img {
        aspect-ratio: 16 / 11;
    }

    .landSelectChecklist__caption {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .landSelectChecklist__caption {
        padding: 2rem 1.25rem 1.25rem;
        font-size: 1.125rem;
    }

    .landSelectChecklist__title {
        font-size: 1.75rem;
    }

    .landSelectChecklist__item {
        grid-template-columns: 2.5rem minmax(0, 1fr);
        gap: 0 1rem;
        padding: 1rem 0;
    }

    .landSelectChecklist__name {
        font-size: 1rem;
    }

    .landSelectChecklist__desc {
        font-size: 0.9375rem;
    }
}

.landSelectVariants {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.landSelectVariants__sub {
    margin-bottom: 0.75rem;
    color: #64b9a7;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landSelectVariants__title {
    max-width: 780px;
    padding-bottom: 2rem !important;
    color: #4d4b4c;
}

.landSelectVariants__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.landSelectVariants__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.85rem 1.6rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #4d4b4c;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .25s, color .25s, box-shadow .25s;
}

.landSelectVariants__tab:hover {
    background: rgba(26, 169, 141, 0.08);
}

.landSelectVariants__tab.is-active {
    background: #58b79f;
    color: #fff;
    box-shadow: 0 0.625rem 1.5rem rgba(88, 183, 159, 0.2);
}

.landSelectVariants__tabsContent {
    width: 100%;
}

.landSelectVariants__panel {
    display: none;
    flex-direction: column;
    gap: 0.76rem;
    padding-bottom: 1.5rem;
}

.landSelectVariants__panel.is-active {
    display: flex;
}

.landSelectVariants__desc {
    color: #70706d;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
}

.landSelectVariants__projects {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-bottom: 2rem;
}

.landSelectVariants__project {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.7rem 1.1rem;
    border-radius: 1rem;
    background: #f5f7f6;
    color: #4d4b4c;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
}

.catalog-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 14px;
}
.catalog-section .product-item-line-card {
    max-width: calc(33.33333333333333333% - 10px);
    width: 100%;
    /* aspect-ratio: 1 / 1.2; */
}

@media (min-width: 701px) and (max-width: 1000px) {
    .catalog-section .product-item-line-card {
        max-width: calc(50% - 5px);
        width: 100%;
    }
}

@media (min-width: 100px) and (max-width: 700px) {
    .catalog-section .product-item-line-card {
        max-width: calc(100%);
        width: 100%;
    }
}

@media (max-width: 991px) {
    .landSelectVariants__title {
        max-width: 100%;
    }

    .landSelectVariants__tab {
        font-size: 1rem;
    }

    .landSelectVariants__desc {
        font-size: 1rem;
    }
    .grid2__item {
        min-height: 150px;
    }
}

@media (max-width: 576px) {
    .landSelectVariants__title {
        padding-bottom: 1.5rem !important;
        font-size: 1.75rem;
    }

    .landSelectVariants__tabs {
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .landSelectVariants__tab {
        min-height: 2.9rem;
        padding: 0.75rem 1.15rem;
        font-size: 0.9375rem;
    }

    .landSelectVariants__panel {
        gap: 1rem;
    }
    .landSelectPromo__title {
        font-size: 2.25rem;
        line-height: 1.3;
    }
    .landSelectForm .form__wrapper {
        gap: 0 !important;
    }
    .landSelectForm .form__footer {
        margin-top: 0!important;
    }
    .landSelectPage__block {
        padding: 3rem 0;
    }

    .landSelectPromo {
        padding: 1rem 0 0rem;
    }

}