/*
 * EcoBrus Project Detail corrective composition.
 * Scoped to .project-detail-page / .project-detail-body for a reversible layer.
 */

.project-detail-page {
    --eco-ink: #24364f;
    --eco-muted: #617083;
    --eco-teal: #0ea498;
    --eco-teal-dark: #087d75;
    --eco-blue: #0871ad;
    --eco-line: #dbe4e8;
    --eco-soft: #f5f8f8;
    --eco-soft-blue: #edf4f7;
    --eco-radius: 16px;
    overflow: hidden;
    background: #fff;
    color: var(--eco-ink);
}

.project-detail-page .container {
    width: 100%;
    max-width: 1220px;
    padding-right: 24px;
    padding-left: 24px;
}

.project-detail-page a:focus-visible,
.project-detail-page button:focus-visible,
.project-detail-page input:focus-visible,
.project-detail-page [tabindex]:focus-visible {
    outline: 3px solid rgba(14, 164, 152, .3);
    outline-offset: 3px;
}

.project-detail-page .complete-set-new {
    padding-top: 72px;
    padding-bottom: 72px;
}

.project-detail-page .complete-set-new h2,
.project-detail-page .complete-set-new h1 {
    margin: 0 0 34px;
    color: var(--eco-ink);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.02em;
}

.project-detail-page .complete-set-new h2:after {
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 17px;
    border-radius: 2px;
    background: var(--eco-teal);
    content: "";
}

.project-detail-body .content > .container[itemscope][itemtype*="BreadcrumbList"] {
    padding-top: 18px;
}

.project-detail-body .breadcrumbs {
    padding-top: 28px;
}

.project-detail-body .header .current-city-active {
    color: #0ea498 !important;
}

.project-detail-body .header .current-city-active:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9c0 3.67-2.088 7.577-4.312 10.666A41.42 41.42 0 0 1 9 24.084a41.416 41.416 0 0 1-3.688-4.418C3.088 16.577 1 12.67 1 9a8 8 0 1 1 16 0z' stroke='%230EA498' stroke-width='2'/%3E%3Ccircle cx='9' cy='9' r='4' stroke='%230EA498' stroke-width='2'/%3E%3C/svg%3E");
}

/* Heading and product actions */
.project-detail-page .projects-section {
    margin: 0;
    padding: 24px 0 64px;
}

.project-detail-page .projects-section .complete-set-new {
    padding: 0;
}

.project-detail-page .projects-section_title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.project-detail-page .projects-section_title h1 {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--eco-ink);
    font-size: clamp(38px, 3.7vw, 46px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -.025em;
}

.project-detail-page .projects-section_title .ecobrus-favorite-button--detail,
.project-detail-page .projects-section_title .ecobrus-compare-button--detail {
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    border-radius: 10px;
}

.project-detail-page .projects-section_title .ecobrus-favorite-button--detail {
    grid-column: 2;
    grid-row: 2;
}

.project-detail-page .projects-section_title .ecobrus-compare-button--detail {
    grid-column: 3;
    grid-row: 2;
}

.project-detail-page .back-to {
    display: inline-flex;
    width: auto !important;
    min-width: 112px;
    max-width: none !important;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid var(--eco-line);
    border-radius: 10px;
    color: var(--eco-blue);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color .2s ease, background .2s ease, color .2s ease;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
}

.project-detail-page .back-to:hover {
    border-color: rgba(14, 164, 152, .35);
    background: rgba(14, 164, 152, .06);
    color: var(--eco-teal-dark);
}

.project-detail-page .back-to__arrow {
    margin-right: 7px;
    font-size: 18px;
    line-height: 1;
}

.project-detail-page .projects-section .descr-text {
    max-width: 860px;
    margin: 0 0 28px;
    color: var(--eco-muted);
    font-size: 17px;
    line-height: 1.55;
}

/* Shared gallery language */
.project-detail-page .projects-section_slider {
    margin: 0;
}

.project-detail-page .projects-section_slider .arrow-down {
    display: none !important;
}

.project-detail-page .slider-wrap-new {
    display: block;
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.project-detail-page .slider-wrap-new .slider-for {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--eco-radius);
    background: #fff;
}

.project-detail-page .projects-section .slider-for {
    aspect-ratio: 900 / 599;
}

.project-detail-page .slider-for .slick-list,
.project-detail-page .slider-for .slick-track,
.project-detail-page .slider-for .slick-slide,
.project-detail-page .slider-for .slick-slide > div,
.project-detail-page .slider-for .slick-slide > div > div {
    height: 100%;
}

.project-detail-page .slider-for img {
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.project-detail-page .slider-for .slick-prev,
.project-detail-page .slider-for .slick-next {
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(36, 54, 79, .12);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, .94);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px 18px;
    box-shadow: 0 5px 18px rgba(36, 54, 79, .09);
    opacity: 1;
}

.project-detail-page .slider-for .slick-prev {
    left: 18px;
}

.project-detail-page .slider-for .slick-next {
    right: 18px;
}

.project-detail-page .slider-wrap-new .slider-nav {
    float: none;
    width: 100%;
    margin-top: 10px;
}

.project-detail-page .slider-wrap-new .slider-nav_item,
.project-detail-page .project-new-furnish-houses .slider-wrap-new .slider-nav_item,
.project-detail-page .project-new-builded-houses .slider-wrap-new .slider-nav_item {
    width: auto;
    height: 108px;
    margin: 0 5px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 10px;
    background: var(--eco-soft);
    cursor: pointer;
}

.project-detail-page .slider-wrap-new .slick-current .slider-nav_item {
    border-color: var(--eco-teal);
}

.project-detail-page .slider-wrap-new .slider-nav_item span,
.project-detail-page .project-new-furnish-houses .slider-wrap-new .slider-nav_item span,
.project-detail-page .project-new-builded-houses .slider-wrap-new .slider-nav_item span {
    display: block;
    width: 100%;
    height: 100%;
}

.project-detail-page .slider-nav_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product summary */
.project-detail-page .projects-section_wrap_new {
    margin-top: 24px;
}

.project-detail-page .projects-section_sheet-new {
    width: 100%;
    margin: 0;
    padding: 28px;
    border: 1px solid var(--eco-line);
    border-radius: var(--eco-radius);
    background: var(--eco-soft);
}

.project-detail-page .projects-section_sheet-new .projects-section_sheet-option {
    display: grid;
    width: 100%;
    padding: 0;
    grid-template-columns: minmax(250px, .78fr) minmax(0, 2.22fr);
    gap: 28px;
    align-items: stretch;
}

.project-detail-page .projects-section_sheet-new .projects-section_sheet-option > .project-summary__commercial {
    display: flex;
    width: 100%;
    min-width: 0;
    padding-right: 28px;
    border-right: 1px solid var(--eco-line);
    flex-direction: column;
    justify-content: center;
    justify-self: stretch;
}

.project-detail-page .projects-section_sheet-new .project-summary__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 26px;
    width: 100%;
    min-width: 0;
    align-content: center;
    font-size: 15px;
    line-height: 1.35;
}

.project-detail-page .projects-section_sheet-new .projects-section_sheet-option > .project-summary__metrics {
    display: grid;
    width: 100%;
    position: static;
}

.project-detail-page .project-summary__metrics .project-summary__metric:last-child {
    grid-column: span 2;
}

.project-detail-page .project-summary__metric {
    display: flex;
    float: none;
    flex-direction: column;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.project-detail-page .project-summary__metric > span:first-child {
    min-width: 0;
    margin-bottom: 3px;
    color: var(--eco-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.project-detail-page .project-summary__metric > span:first-child:before {
    display: none;
}

.project-detail-page .projects-section_sheet-new .option-floor > span:first-child:before,
.project-detail-page .projects-section_sheet-new .option-roof > span:first-child:before {
    background-color: transparent;
    mix-blend-mode: multiply;
}

.project-detail-page .project-summary__metric > span:nth-child(2) {
    color: var(--eco-ink);
    font-size: 18px;
    font-weight: 600;
}

.project-detail-page .project-summary__metric--price > span:nth-child(2) {
    color: #111;
    font-size: 29px;
    font-weight: 700;
    white-space: nowrap;
}

.project-detail-page .projects-section_sheet-new .project-summary__action {
    display: flex;
    width: 100%;
    margin-top: 22px;
    align-items: stretch;
    justify-content: flex-start;
}

.project-detail-page .projects-section_wrap_new .btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 10px;
    background: var(--eco-teal);
    color: #fff;
    float: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.project-detail-page .projects-section_wrap_new .btn-green:hover {
    background: var(--eco-teal-dark);
}

.project-detail-page .wrap-for-share-and-print {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 12px;
}

.project-detail-page .projects-section_sheet-new .printer-link {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    color: var(--eco-blue);
    font-size: 14px;
    font-weight: 500;
}

/* Floorplans */
.project-detail-page .complete-set-new-plan {
    background: #f6f9f9;
}

.project-detail-page .plain-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.project-detail-page .plain-wrap .plain-item {
    position: relative;
    min-width: 0;
    padding: 22px;
    border: 0;
    border-radius: var(--eco-radius);
    background: #fff;
}

.project-detail-page .plain-wrap .plain-item:only-child {
    grid-column: 1 / -1;
    max-width: none;
}

.project-detail-page .plain-item-floor {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    margin-bottom: 10px;
    padding: 4px 9px;
    border: 1px solid rgba(14, 164, 152, .26);
    border-radius: 7px;
    color: var(--eco-teal-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.project-detail-page .plain-wrap .plain-item .plain-item-image {
    width: 100%;
    height: 560px;
    border: 0;
    background: #fff;
}

.project-detail-page .plain-wrap .plain-item .plain-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-detail-page .plain-item-descr {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--eco-line);
    color: var(--eco-ink);
}

.project-detail-page .plain-item-descr-title {
    margin: 0;
    color: var(--eco-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}

.project-detail-page .plain-item-descr-value {
    color: var(--eco-ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

.project-detail-page .plain-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 24px;
    align-items: center;
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 24px 0 0;
    padding: 24px 26px;
    border: 1px solid #d9e6e9;
    border-radius: 14px;
    background: var(--eco-soft-blue);
}

.project-detail-page .plain-form-title {
    margin: 0;
    color: var(--eco-ink);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.project-detail-page .plain-form-descr {
    max-width: 720px;
    margin: 0;
    color: var(--eco-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.project-detail-page .plain-form-button {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 210px;
    height: auto;
    min-height: 48px;
    margin: 0;
    padding: 12px 18px;
    border-radius: 9px;
    background: var(--eco-teal);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

/* Equipment */
.project-detail-page .equipment {
    background: #fff;
}

.project-detail-page .equipment-descr {
    max-width: 880px;
    margin: -16px 0 28px;
    color: var(--eco-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
}

.project-detail-page .equipment .table-section {
    overflow: auto;
    border: 1px solid var(--eco-line);
    border-radius: var(--eco-radius);
    background: #fff;
}

.project-detail-page .equipment-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.project-detail-page .equipment-table tr th,
.project-detail-page .equipment-table tr td {
    padding: 20px 18px;
    border-right: 1px solid rgba(219, 228, 232, .75);
    border-bottom: 1px solid rgba(219, 228, 232, .75);
    background: #fff;
    color: var(--eco-ink);
    font-size: 15px;
    line-height: 1.5;
    vertical-align: top;
}

.project-detail-page .equipment-table tr th {
    position: sticky;
    top: 0;
    z-index: 2;
    color: var(--eco-ink);
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.project-detail-page .equipment-table tr td:nth-child(2),
.project-detail-page .equipment-table tr th:nth-child(2) {
    background: #fafbfb;
}

.project-detail-page .equipment-table tr td:nth-child(3),
.project-detail-page .equipment-table tr th:nth-child(3) {
    background: #f1f6f8;
}

.project-detail-page .equipment-table tr td:nth-child(4),
.project-detail-page .equipment-table tr th:nth-child(4) {
    background: #eaf7f5;
}

.project-detail-page .equipment-table .table-section_title td {
    padding-top: 24px;
    padding-bottom: 10px;
    color: var(--eco-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.project-detail-page .equipment-table .table-section_box {
    border: 0;
}

.project-detail-page .equipment-buttons-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.project-detail-page .equipment-collapse,
.project-detail-page .equipment-download-link {
    display: inline-flex;
    width: auto;
    height: auto;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 9px;
}

.project-detail-page .equipment-collapse {
    border: 1px solid var(--eco-line);
    background: #fff;
}

.project-detail-page .equipment-collapse a {
    color: var(--eco-blue);
    font-size: 15px;
    font-weight: 600;
}

.project-detail-page .equipment-download-link {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.project-detail-page .equipment-download-link a {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border-radius: 10px;
    background: var(--eco-teal);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    user-select: none;
}

.project-detail-page .equipment-download-link a:hover,
.project-detail-page .equipment-download-link a:focus-visible {
    background: var(--eco-teal-dark);
    color: #fff;
    text-decoration: none;
}

.project-detail-page .equipment-download-link a::before {
    position: static;
    top: auto;
    left: auto;
    width: 20px;
    height: 20px;
    margin: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 20px;
}

.project-detail-page .project-equipment-mobile {
    display: none;
}

/* Preserve the package-difference semantics without legacy neon markers. */
.project-detail-page mark.marker-blue,
.project-detail-page mark.marker-green {
    padding: 0 .12em;
    border-radius: 3px;
    color: inherit;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.project-detail-page mark.marker-blue {
    background: #e7f1f7;
}

.project-detail-page mark.marker-green {
    background: #e2f3ee;
}

/* Editorial and video */
.project-detail-page .about-project {
    min-height: 0;
    background: #fff;
}

.project-detail-page .complete-set.about-project:before {
    display: none;
}

.project-detail-page .about-project > .container {
    position: relative;
    z-index: 2;
}

.project-detail-page .about-project-descr {
    max-width: 860px;
    color: var(--eco-ink);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.35;
}

.project-detail-page .about-project-content {
    max-width: 850px;
    min-height: 0;
    margin-top: 28px;
    color: var(--eco-ink);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.62;
}

.project-detail-page .about-project-content p {
    margin: 0 0 18px;
}

.project-detail-page .about-project-content li {
    margin-bottom: 6px;
}

.project-detail-page .project-video {
    padding-top: 0;
    padding-bottom: 0;
}

.project-detail-page .project-video-wrap {
    width: 100%;
    max-width: 1040px;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-top: 0;
    overflow: hidden;
    border-radius: var(--eco-radius);
    filter: none;
    background: #111;
}

.project-detail-page .project-video-wrap figure,
.project-detail-page .project-video-wrap iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}

/* Included features */
.project-detail-page .additional-features {
    padding-top: 78px;
    padding-bottom: 64px;
}

.project-detail-page .additional-features h2 {
    text-transform: none;
}

.project-detail-page .additional-features-not-yet {
    background: var(--eco-soft);
}

.project-detail-page .project-additional-features-wrap {
    margin-top: 0;
}

.project-detail-page .project-additional-features-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.project-detail-page .additional-features-not-yet .project-additional-features-tab {
    width: auto;
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--eco-line);
    border-radius: 13px;
    background: #fff;
    transition: border-color .2s ease, transform .2s ease;
}

.project-detail-page .additional-features-not-yet .project-additional-features-tab:hover,
.project-detail-page .additional-features-not-yet .project-additional-features-tab.active {
    border-color: rgba(14, 164, 152, .5);
    background: #fff;
}

.project-detail-page .project-additional-features-tab-image {
    width: 58px;
    height: 58px;
    margin: 0 0 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.project-detail-page .project-additional-features-tab-title {
    height: auto;
    color: var(--eco-ink);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.project-detail-page .project-additional-features-tabs-content.active {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.project-detail-page .project-additional-tab-content-item,
.project-detail-page .project-additional-tab-content-item:nth-child(2n) {
    width: auto;
    min-height: 72px;
    height: auto;
    margin: 0;
    padding: 20px 54px 20px 20px;
    border: 1px solid var(--eco-line);
    border-radius: 12px;
    background: #fff;
}

.project-detail-page .project-additional-tab-content-question {
    position: static;
    width: 100%;
    color: var(--eco-ink);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
}

.project-detail-page .project-additional-tab-content-question:before {
    right: 18px;
    top: 26px;
}

.project-detail-page .project-additional-tab-content-item.active {
    padding-bottom: 20px;
}

.project-detail-page .project-additional-tab-content-item.active .project-additional-tab-content-question:after {
    display: none;
}

.project-detail-page .project-additional-tab-content-answer,
.project-detail-page .project-additional-tab-content-item.active .project-additional-tab-content-answer {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 14px;
    padding: 14px 0 0;
    border-top: 1px solid var(--eco-line);
    background: transparent;
    color: var(--eco-muted);
    font-size: 15px;
    line-height: 1.55;
}

.project-detail-page .additional-features-yet {
    padding-top: 0;
}

.project-detail-page .additional-features-yet .project-additional-features-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-detail-page .additional-features-yet .project-additional-features {
    width: auto;
    height: auto;
    min-height: 260px;
    padding: 24px;
    border: 1px solid var(--eco-line);
    border-radius: 13px;
    background: #fff;
}

.project-detail-page .additional-features-yet .project-additional-features-tab-title {
    color: var(--eco-ink);
    font-size: 18px;
    line-height: 1.3;
}

.project-detail-page .additional-features-yet .project-additional-features-tab-descr {
    color: var(--eco-muted);
    font-size: 14px;
    line-height: 1.5;
}

.project-detail-page .additional-features .equipment-download-link {
    display: flex;
    width: fit-content;
    margin: 28px auto 0;
}

/* Built and finish galleries */
.project-detail-page .project-new-builded-houses {
    padding-top: 0;
    background: #fff;
}

.project-detail-page .project-new-builded-houses .projects-section_slider,
.project-detail-page .project-new-furnish-houses .projects-section_slider {
    margin-top: 0;
}

.project-detail-page .project-new-builded-houses .slider-for,
.project-detail-page .project-new-furnish-houses .slider-for {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 970 / 550;
}

.project-detail-page .project-new-builded-houses .plain-form {
    background: var(--eco-soft-blue);
}

.project-detail-page .project-new-furnish-houses {
    padding-top: 0;
}

/* Shared advantages */
.project-detail-page .new-benefits-wrap .benefits {
    margin: 0;
    padding: 96px 0 82px;
    background: var(--eco-soft);
}

.project-detail-page .new-benefits-wrap .benefits .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 14px;
}

.project-detail-page .new-benefits-wrap .benefits .row:before,
.project-detail-page .new-benefits-wrap .benefits .row:after {
    display: none;
    content: none;
}

.project-detail-page .new-benefits-wrap .benefits .row > div {
    width: auto;
    padding: 0;
}

    .project-detail-page .new-benefits-wrap .benefits_box {
    width: 100%;
    min-height: 210px;
    margin: 0;
    padding: 88px 22px 22px;
    border: 1px solid var(--eco-line);
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 8px 24px rgba(34, 56, 72, .04);
}

.project-detail-page .new-benefits-wrap .benefits_box:after {
    top: 25px;
    left: 22px;
}

.project-detail-page .new-benefits-wrap .benefits_box_title {
    color: var(--eco-ink);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.32;
}

.project-detail-page .new-benefits-wrap .benefits_box_text {
    color: var(--eco-muted);
    font-size: 15px;
    line-height: 1.5;
}

/* Why frame */
.project-detail-page .project-frame {
    padding: 0 0 78px;
}

.project-detail-page .project-frame-wrap {
    width: 100%;
    height: auto;
    min-height: 390px;
    padding: 48px;
    border: 1px solid var(--eco-line);
    border-radius: var(--eco-radius);
    background-color: var(--eco-soft);
    background-position: right center;
    background-size: auto 100%;
}

.project-detail-page .project-frame-wrap h2 {
    font-size: 38px;
}

.project-detail-page .frame-advantages-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 220px));
    gap: 24px 42px;
    width: 500px;
    max-width: 55%;
}

.project-detail-page .frame-advantage,
.project-detail-page .frame-advantage:nth-child(2n) {
    width: auto;
    margin: 0;
}

.project-detail-page .frame-advantage-title {
    color: var(--eco-ink);
    font-size: 17px;
    line-height: 1.35;
}

.project-detail-page .frame-advantage-descr {
    color: var(--eco-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* Related projects and taxonomy */
.project-detail-page .similar_houses_wrapper_card {
    padding-top: 0;
}

.project-detail-page #similar_houses_wrapper .catalog-blocks_wrap {
    margin: 0;
}

.project-detail-page #similar_houses_wrapper .similar-houses-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
}

.project-detail-page #similar_houses_wrapper .similar-houses-grid:before,
.project-detail-page #similar_houses_wrapper .similar-houses-grid:after {
    display: none;
    content: none;
}

.project-detail-page #similar_houses_wrapper .similar-houses-grid > div[class*="col-"] {
    display: flex;
    float: none;
    width: auto;
    min-width: 0;
    padding: 0;
}

.project-detail-page #similar_houses_wrapper .similar-houses-grid > div[class*="col-"] > div {
    display: flex;
    width: 100%;
}

.project-detail-page #similar_houses_wrapper .preview-object {
    border-radius: 14px;
    overflow: hidden;
}

.project-detail-page #similar_houses_wrapper .preview-object > a:first-child,
.project-detail-page #similar_houses_wrapper .preview-object > a:first-child img {
    display: block;
    width: 100%;
}

.project-detail-page #similar_houses_wrapper .preview-object > a:first-child img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.project-detail-page .project-also {
    padding: 54px 0;
    background: #fff;
}

.project-detail-page .project-also .tags-row {
    margin-top: 0;
}

.project-detail-page .project-also .tags-row > .container {
    padding: 0;
}

.project-detail-page .project-also .tags-block {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.project-detail-page .project-also .tags-block-item {
    margin: 0;
}

.project-detail-page .project-also .tags-block-link,
.project-detail-page .project-also .tags-block-more {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--eco-line);
    border-radius: 9px;
    background: #fff;
    color: var(--eco-blue);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* Lead and catalogue CTA */
.project-detail-page .project-like {
    padding: 0 0 72px;
    background: #fff;
}

.project-detail-page .project-like-wrap {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.55fr);
    gap: 32px 44px;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding: 38px;
    border: 1px solid #d6e6e5;
    border-radius: var(--eco-radius);
    background: #eaf6f4;
    margin-right: auto;
    margin-left: auto;
}

.project-detail-page .project-like-copy {
    min-width: 0;
}

.project-detail-page .project-like-wrap h2 {
    margin: 0 0 4px;
    color: var(--eco-ink);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
    text-align: left;
}

.project-detail-page .project-like-wrap .project-like-descr {
    color: var(--eco-muted);
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
}

.project-detail-page .project-like-form {
    min-width: 0;
}

.project-detail-page .project-like-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    gap: 12px;
    align-items: center;
}

.project-detail-page .project-like-wrap .form-block_row {
    margin: 0;
}

.project-detail-page .project-like-wrap .form-block_inp {
    width: 100%;
}

.project-detail-page .project-like-wrap input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid var(--eco-line);
    border-radius: 9px;
    background: #fff;
    font-size: 15px;
}

.project-detail-page .project-like-wrap .form-block_agree {
    margin: 12px 0 0;
}

.project-detail-page .project-like-wrap button {
    width: auto;
    min-width: 220px;
    min-height: 50px;
    margin: 0;
    border-radius: 9px;
    background: var(--eco-teal);
    font-size: 16px;
}

.project-detail-page .project-detail-catalogue-cta .preview-catalog {
    margin: 0;
}

@media (max-width: 1199px) {
    .project-detail-page .projects-section_sheet-new .project-summary__metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .project-detail-page .projects-section_title {
        grid-template-columns: minmax(0, 1fr) auto auto;
    }

    .project-detail-page .projects-section_title h1 {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .project-detail-page .back-to {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: start;
    }

    .project-detail-page .projects-section_title .ecobrus-favorite-button--detail {
        grid-column: 2;
        grid-row: 3;
    }

    .project-detail-page .projects-section_title .ecobrus-compare-button--detail {
        grid-column: 3;
        grid-row: 3;
    }

    .project-detail-page .projects-section_sheet-new .projects-section_sheet-option {
        grid-template-columns: 1fr;
    }

    .project-detail-page .projects-section_sheet-new .projects-section_sheet-option > .project-summary__commercial {
        padding: 0 0 24px;
        border-right: 0;
        border-bottom: 1px solid var(--eco-line);
    }

    .project-detail-page .projects-section_sheet-new .project-summary__action {
        max-width: 320px;
    }

    .project-detail-page .projects-section_sheet-new .project-summary__metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .project-detail-page .projects-section_sheet-new .project-summary__action {
        justify-content: flex-start;
    }

    .project-detail-page .plain-wrap .plain-item .plain-item-image {
        height: 350px;
    }

    .project-detail-page .project-additional-features-tabs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .project-detail-page .additional-features-yet .project-additional-features-tabs,
    .project-detail-page .new-benefits-wrap .benefits .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-detail-page .project-like-wrap {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .project-detail-body .content {
        padding-top: 16px;
    }

    .project-detail-page .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .project-detail-body .content > .container[itemscope][itemtype*="BreadcrumbList"] {
        padding-top: 14px;
    }

    .project-detail-body .breadcrumbs {
        padding-top: 18px;
    }

    .project-detail-page .complete-set-new,
    .project-detail-page .additional-features,
    .project-detail-page .project-like {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .project-detail-page .project-video,
    .project-detail-page .additional-features-yet,
    .project-detail-page .project-new-builded-houses,
    .project-detail-page .project-new-furnish-houses,
    .project-detail-page .project-like {
        padding-top: 0;
    }

    .project-detail-page .complete-set-new h2 {
        margin-bottom: 25px;
        font-size: 29px;
        line-height: 1.12;
    }

    .project-detail-page .projects-section {
        padding-top: 10px;
    }

    .project-detail-page .projects-section_title {
        grid-template-columns: 1fr auto auto;
        gap: 8px;
        margin-bottom: 18px;
    }

    .project-detail-page .projects-section_title h1 {
        font-size: 35px;
        line-height: 1.08;
    }

    .project-detail-page .back-to {
        min-height: 40px;
        padding: 7px 10px;
    }

    .project-detail-page .projects-section_title .ecobrus-favorite-button--detail,
    .project-detail-page .projects-section_title .ecobrus-compare-button--detail {
        min-width: 40px;
        min-height: 40px;
    }

    .project-detail-page .projects-section_title .ecobrus-favorite-button__label,
    .project-detail-page .projects-section_title .ecobrus-compare-button__label {
        display: none;
    }

    .project-detail-page .projects-section .descr-text {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .project-detail-page .projects-section .slider-for {
        width: 100%;
        height: auto;
        aspect-ratio: 900 / 599;
    }

    .project-detail-page .slider-for .slick-prev,
    .project-detail-page .slider-for .slick-next {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .project-detail-page .slider-for .slick-prev {
        left: 8px;
    }

    .project-detail-page .slider-for .slick-next {
        right: 8px;
    }

    .project-detail-page .slider-wrap-new .slider-nav_item,
    .project-detail-page .project-new-furnish-houses .slider-wrap-new .slider-nav_item,
    .project-detail-page .project-new-builded-houses .slider-wrap-new .slider-nav_item {
        width: auto;
        max-width: none;
        height: 62px;
        min-height: 0;
        margin: 0 3px;
        border-radius: 8px;
    }

    .project-detail-page .projects-section_sheet-new {
        padding: 20px;
    }

    .project-detail-page .projects-section_sheet-new .projects-section_sheet-option {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .project-detail-page .projects-section_sheet-new .projects-section_sheet-option > .project-summary__commercial {
        padding-bottom: 18px;
    }

    .project-detail-page .projects-section_sheet-new .project-summary__metrics {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 14px;
    }

    .project-detail-page .projects-section_sheet-new .project-summary__action {
        display: block;
        max-width: none;
    }

    .project-detail-page .project-summary__metric > span:first-child {
        font-size: 11px;
    }

    .project-detail-page .project-summary__metric > span:nth-child(2) {
        font-size: 16px;
    }

    .project-detail-page .project-summary__metric--price > span:nth-child(2) {
        font-size: 22px;
    }

    .project-detail-page .projects-section_wrap_new .btn-green {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        font-size: 16px;
    }

    .project-detail-page .wrap-for-share-and-print {
        position: static;
        top: auto;
        align-items: flex-start;
        margin-top: 12px;
    }

    .project-detail-page .wrap-for-share-and-print .social-share {
        display: none;
    }

    .project-detail-page .plain-wrap {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .project-detail-page .plain-wrap .plain-item {
        margin: 0;
        padding: 14px;
    }

    .project-detail-page .plain-wrap .plain-item:only-child {
        max-width: none;
    }

    .project-detail-page .plain-wrap .plain-item .plain-item-image {
        height: 410px;
    }

    .project-detail-page .plain-item-descr-value {
        font-size: 19px;
    }

    .project-detail-page .plain-form {
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
        margin: 18px 0 0;
        padding: 20px;
    }

    .project-detail-page .plain-form-title {
        font-size: 20px;
    }

    .project-detail-page .plain-form-descr {
        font-size: 14px;
    }

    .project-detail-page .plain-form-button {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        min-width: 0;
        margin-top: 6px;
    }

    .project-detail-page .equipment-descr {
        margin-top: -8px;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .project-detail-page .equipment .table-section {
        display: none;
        margin-top: 14px;
        border-radius: 12px;
    }

    .project-detail-page .equipment .table-section.is-mobile-comparison-open {
        display: block;
    }

    .project-detail-page .equipment-table {
        min-width: 760px;
    }

    .project-detail-page .equipment-collapse {
        display: none;
    }

    .project-detail-page .project-equipment-mobile {
        display: block;
    }

    .project-detail-page .project-equipment-tabs {
        display: flex;
        width: 100%;
        padding: 4px;
        overflow-x: auto;
        border: 1px solid var(--eco-line);
        border-radius: 11px;
        background: var(--eco-soft);
        scrollbar-width: none;
    }

    .project-detail-page .project-equipment-tabs::-webkit-scrollbar {
        display: none;
    }

    .project-detail-page .project-equipment-tab {
        flex: 1 0 auto;
        min-height: 42px;
        padding: 8px 13px;
        border: 0;
        border-radius: 8px;
        background: transparent;
        color: var(--eco-muted);
        font-size: 14px;
        font-weight: 600;
    }

    .project-detail-page .project-equipment-tab[aria-selected="true"] {
        background: #fff;
        color: var(--eco-teal-dark);
        box-shadow: 0 2px 8px rgba(36, 54, 79, .09);
    }

    .project-detail-page .project-equipment-panels {
        margin-top: 14px;
        overflow: hidden;
        border: 1px solid var(--eco-line);
        border-radius: 12px;
        background: #fff;
    }

    .project-detail-page .project-equipment-panel__group {
        margin: 0;
        padding: 18px 16px 8px;
        color: var(--eco-teal-dark);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .055em;
        text-transform: uppercase;
    }

    .project-detail-page .project-equipment-panel__row {
        display: grid;
        grid-template-columns: minmax(120px, .8fr) minmax(0, 1.2fr);
        gap: 12px;
        padding: 13px 16px;
        border-bottom: 1px solid var(--eco-line);
    }

    .project-detail-page .project-equipment-panel__row:last-child {
        border-bottom: 0;
    }

    .project-detail-page .project-equipment-panel__label {
        color: var(--eco-muted);
        font-size: 13px;
        line-height: 1.4;
    }

    .project-detail-page .project-equipment-panel__value {
        min-width: 0;
        color: var(--eco-ink);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.45;
    }

    .project-detail-page .project-equipment-compare-toggle {
        display: inline-flex;
        width: 100%;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
        padding: 10px 14px;
        border: 1px solid var(--eco-line);
        border-radius: 9px;
        background: #fff;
        color: var(--eco-blue);
        font-size: 14px;
        font-weight: 600;
    }

    .project-detail-page .equipment-buttons-wrap {
        justify-content: stretch;
        margin-top: 14px;
    }

    .project-detail-page .equipment-download-link {
        width: 100%;
        background: transparent;
    }

    .project-detail-page .equipment-download-link a {
        width: 100%;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

    .project-detail-page .about-project-descr {
        font-size: 21px;
    }

    .project-detail-page .about-project-content {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.62;
    }

    .project-detail-page .project-video .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .project-detail-page .project-video h2 {
        padding: 0;
    }

    .project-detail-page .project-video-wrap {
        height: auto;
    }

    .project-detail-page .project-additional-features-tabs,
    .project-detail-page .additional-features-not-yet .project-additional-features-tabs,
    .project-detail-page .additional-features-yet .project-additional-features-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .project-detail-page .additional-features-not-yet .project-additional-features-tab {
        display: block;
        width: auto;
        height: auto;
        min-height: 150px;
        margin: 0;
        padding: 16px;
    }

    .project-detail-page .additional-features-not-yet .project-additional-features-tab-image {
        width: 44px;
        height: 44px;
        margin: 0 0 12px;
    }

    .project-detail-page .additional-features-not-yet .project-additional-features-tab-title {
        margin: 0;
        font-size: 14px;
        line-height: 1.35;
    }

    .project-detail-page .project-additional-features-tabs-content.active {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        margin: -2px 0 0;
    }

    .project-detail-page .project-additional-tab-content-item,
    .project-detail-page .project-additional-tab-content-item:nth-child(2n) {
        width: 100%;
        min-height: 64px;
        padding: 16px 46px 16px 16px;
    }

    .project-detail-page .project-additional-tab-content-question {
        font-size: 14px;
    }

    .project-detail-page .project-additional-tab-content-question:before {
        right: 14px;
        top: 20px;
    }

    .project-detail-page .additional-features-yet .project-additional-features {
        display: block;
        width: auto;
        min-height: 220px;
        margin: 0;
        padding: 16px;
    }

    .project-detail-page .additional-features-yet .project-additional-features-tab-image {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
    }

    .project-detail-page .additional-features-yet .project-additional-features-tab-text-wrap {
        width: auto;
        margin: 0;
    }

    .project-detail-page .additional-features-yet .project-additional-features-tab-title {
        font-size: 15px;
    }

    .project-detail-page .additional-features-yet .project-additional-features-tab-descr {
        font-size: 13px;
    }

    .project-detail-page .project-new-builded-houses .slider-for,
    .project-detail-page .project-new-furnish-houses .slider-for {
        width: 100%;
        height: auto;
        aspect-ratio: 970 / 550;
    }

    .project-detail-page .new-benefits-wrap .benefits .row {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .project-detail-page .new-benefits-wrap .benefits .col-sm-3 {
        width: auto;
        height: auto;
        margin: 0;
    }

.project-detail-page .new-benefits-wrap .benefits_box {
        width: 100%;
        min-height: 0;
        padding: 24px 20px 22px 78px;
    }

    .project-detail-page .new-benefits-wrap .benefits_box:after {
        top: 24px;
        left: 22px;
    }

    .project-detail-page .new-benefits-wrap .benefits_box_title,
    .project-detail-page .new-benefits-wrap .benefits_box_text {
        width: auto;
    }

    .project-detail-page .new-benefits-wrap .benefits_box_title {
        font-size: 18px;
    }

    .project-detail-page .new-benefits-wrap .benefits_box_text {
        font-size: 15px;
    }

    .project-detail-page .project-frame {
        padding-bottom: 54px;
    }

    .project-detail-page .complete-set.complete-set-new.project-frame .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .project-detail-page .project-frame-wrap {
        min-height: 0;
        padding: 26px 20px 230px;
        border-radius: 14px;
        background-position: center bottom;
        background-size: 100% auto;
    }

    .project-detail-page .project-frame-wrap h2 {
        font-size: 29px;
    }

    .project-detail-page .frame-advantages-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
        width: auto;
        max-width: none;
    }

    .project-detail-page .frame-advantage {
        margin: 0;
    }

    .project-detail-page .similar_houses_wrapper_card {
        padding-top: 54px;
    }

    .project-detail-page #similar_houses_wrapper .similar-houses-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .project-detail-page .project-also {
        padding: 44px 0;
    }

    .project-detail-page .project-also .tags-block {
        flex-wrap: nowrap;
        padding-bottom: 4px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .project-detail-page .project-also .tags-block::-webkit-scrollbar {
        display: none;
    }

    .project-detail-page .project-also .tags-block-item {
        flex: 0 0 auto;
    }

    .project-detail-page .project-like .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .project-detail-page .project-like-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto;
        padding: 24px 18px;
    }

    .project-detail-page .project-like-wrap h2 {
        padding: 0;
        font-size: 29px;
        text-align: left;
    }

    .project-detail-page .project-like-wrap .project-like-descr {
        padding: 0;
        text-align: left;
    }

    .project-detail-page .project-like-fields {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .project-detail-page .project-like-wrap .form-block_row,
    .project-detail-page .project-like-wrap .form-block_agree,
    .project-detail-page .project-like-wrap button {
        width: 100%;
    }

    .project-detail-page .project-like-wrap input {
        width: 100%;
        border-radius: 9px !important;
    }

    .project-detail-page .project-like-wrap button {
        min-width: 0;
    }

}

@media print {
    .project-detail-page .project-equipment-mobile,
    .project-detail-page .back-to,
    .project-detail-page .ecobrus-favorite-button--detail,
    .project-detail-page .ecobrus-compare-button--detail {
        display: none !important;
    }
}
