

/* Start:/bitrix/templates/ShenResidence/css/styles.css?176129453528883*/
/* Font import (assuming Satoshi is available, otherwise fallback to sans-serif) */
@import url('https://fonts.cdnfonts.com/css/satoshi');

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    padding: 0;
}

body {
    margin: 20px 0 0;
    background: #FAFAFA;
    overflow-x: hidden;
}

.hero {
    display: flex;
    height: 1009px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 22px;
    padding: 12px 54px 0 97px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url('/bitrix/templates/ShenResidence/images/heroImages.svg') lightgray 50% / cover no-repeat;
    margin: 0 auto;
    position: relative;
    margin: 20px 20px 0 20px;
}

#header-container {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
}

.button-container {
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}

.button-main {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: #2D2D2D;
    color: #FFF;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    min-width: fit-content;
}

.button-icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #2D2D2D;
    transform: translateX(-8px);
    transition: transform 0.3s ease;
}

.button-icon img {
    width: 24px;
    height: 24px;
}

.button-container:hover .button-icon {
    transform: translateX(4px);
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.hero-text {
    display: flex;
    width: 520px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.hero-text h1 {
    color: #FFF;
    font-family: 'Satoshi', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 14px;
}

.hero-text p {
    color: #FFF;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    width: 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.hero-button {
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.hero-button.active {
    opacity: 0.38;
}

.features {
    display: flex;
    width: 1440px;
    padding: 48px 0;
    flex-direction: column;
    align-items: flex-start;
    margin: 32px auto 0;
}

.features-title {
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    margin-bottom: 32px;
}

.toggle-text {
    color: #2D2D2D;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.toggle {
    display: flex;
    width: 68px;
    height: 34px;
    padding: 2px 36px 2px 2px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 18px;
    background: #E1E1E1;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25) inset;
    border: none;
    cursor: pointer;
    position: relative;
}

.toggle-switch {
    width: 30px;
    height: 30px;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    transition: transform 0.3s ease;
}

.toggle.active .toggle-switch {
    transform: translateX(32px);
}

.features-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.features-content:nth-child(4) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
    align-self: stretch;
}

.feature-image {
    width: 595px;
}

.feature-details {
    display: flex;
    padding: 5px 0 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6.4px;
    align-self: stretch;
}

.feature-details.right-align {
    display: flex;
    padding: 5px 0 0 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 6.4px;
    align-self: stretch;
}

.feature-number {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.feature-title {
    color: #01653C;
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.feature-description {
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.apartments {
    display: flex;
    padding: 60px 0;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin: 32px auto 0;
    width: 1440px;
}

.apartments-header {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
}

.apartment-title {
    width: 792px;
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.apartment-space {
    width: 238px;
    color: #535862;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.apartment-area {
    width: 166px;
    color: #535862;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.apartment-empty {
    flex: 1;
}

.apartment-space-label,
.apartment-area-label {
    display: none;
}

.apartment-item {
    display: flex;
    height: 96px;
    padding: 12px 0 24px 0;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid rgba(45, 45, 45, 0.15);
    margin-top: 32px;
    position: relative;
}

.apartment-item .apartment-title {
    width: 792px;
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.apartment-item:hover .apartment-title {
    color: #01653C;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.apartment-item .apartment-space {
    width: 238px;
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.apartment-item .apartment-area {
    width: 166px;
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.apartment-item .button-container {
    flex: 1;
}

.preview-image {
    width: 250px;
    height: 198px;
    position: absolute;
    display: none;
    z-index: 10;
}

.apartment-item:hover .preview-image {
    display: block;
}

.apartment-item .button-container:hover ~ .preview-image {
    display: none;
}

.building-scheme {
    display: flex;
    width: 1440px;
    padding: 60px 0;
    flex-direction: column;
    align-items: flex-start;
    margin: 32px auto 0;
}

.scheme-title {
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.scheme-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.scheme-list {
    display: flex;
    padding-left: 33px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-left: 1px solid #01653C;
}

.scheme-item {
    display: flex;
    width: 592px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.scheme-item-title {
    color: #2D2D2D;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.scheme-item.active .scheme-item-title {
    color: #01653C;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.scheme-item-description {
    display: none;
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.scheme-item.active .scheme-item-description {
    display: block;
}

.scheme-image {
    width: 646px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scheme-image-content {
    width: 560px;
    height: 400px;
}

.benefits {
    display: flex;
    width: 1440px;
    padding: 60px 0;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    margin: 32px auto 0;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.benefit-title {
    color: #000;
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -1.28px;
}

.benefit-description {
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.tax-program {
    color: #4C8652;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.difference {
    display: flex;
    width: 1440px;
    padding: 60px 0;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin: 32px auto 0;
    position: relative;
}

.difference-title {
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.difference-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 36px 0 80px 0;
    align-items: flex-end;
    gap: 36px;
    align-self: stretch;
    border-bottom: 1px solid rgba(102, 102, 102, 0.15);
    background: #FAFAFA;
    position: sticky;
    z-index: 10;
}

.difference-content:nth-child(2) {
    top: 70px;
}

.difference-content:nth-child(3) {
    top: 140px;
}

.difference-content:nth-child(4) {
    top: 210px;
}

.difference-content:nth-child(5) {
    top: 280px;
}

.difference-content:nth-child(6) {
    top: 350px;
}

.difference-text {
    display: flex;
    width: 800px;
    height: 447px;
    flex-direction: column;
    justify-content: space-between;
}

.difference-location {
    color: #070707;
    font-family: 'Satoshi', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    align-self: flex-start;
}

.difference-description {
    width: 480px;
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    align-self: flex-end;
}

.difference-image {
    width: 442px;
    height: 447px;
}

.highlight {
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.conditions-title {
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.conditions-list {
    list-style-type: disc;
    padding-left: 20px;
    color: #666;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.attention {
    color: #98989A;
    font-family: 'Satoshi', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/* Tablet styles (769px to 1440px) */
@media (min-width: 769px) and (max-width: 1440px) {
    body {
        margin: 16px;
        padding: 0;
    }

    .hero {
        width: calc(100% - 32px);
        height: 800px;
        padding: 12px 40px 0 60px;
        margin: 16px auto 0;
        border-radius: 18px;
    }

    #header-container {
        width: calc(100% - 32px);
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hero-text {
        width: 40%;
    }

    .hero-text h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 12px;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    .hero-buttons {
        width: 32px;
        gap: 24px;
    }

    .hero-button {
        width: 32px;
        height: 32px;
    }

    .features {
        width: calc(100% - 32px);
        padding: 32px 0;
        margin: 24px auto 0;
    }

    .features-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }

    .toggle-container {
        gap: 12px;
        margin-bottom: 24px;
    }

    .toggle {
        width: 60px;
        height: 30px;
        padding: 2px 32px 2px 2px;
    }

    .toggle-switch {
        width: 26px;
        height: 26px;
    }

    .toggle.active .toggle-switch {
        transform: translateX(28px);
    }

    .feature-image {
        width: 100%;
        max-width: 500px;
    }

    .apartments {
        width: calc(100% - 32px);
        padding: 40px 0;
        margin: 24px auto 0;
    }

    .apartments-header {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
        align-self: stretch;
    }

    .apartments-header .apartment-title {
        width: 50%;
        font-size: 14px;
        line-height: 18px;
    }

    .apartments-header .apartment-space {
        width: 20%;
        font-size: 13px;
        line-height: 18px;
    }

    .apartments-header .apartment-area {
        width: 15%;
        font-size: 13px;
        line-height: 18px;
    }

    .apartments-header .apartment-empty {
        flex: 1;
    }

    .apartment-item {
        height: 80px;
        padding: 10px 0 20px 0;
        margin-top: 24px;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: stretch;
    }

    .apartment-item .apartment-title {
        width: 50%;
        font-size: 16px;
        line-height: 22px;
    }

    .apartment-item:hover .apartment-title {
        font-size: 16px;
        line-height: 22px;
    }

    .apartment-item .apartment-space-container {
        display: flex;
        justify-content: space-between;
        width: 20%;
    }

    .apartment-item .apartment-space {
        width: auto;
        font-size: 14px;
        line-height: 20px;
        text-align: right;
    }

    .apartment-item .apartment-area-container {
        display: flex;
        justify-content: space-between;
        width: 15%;
    }

    .apartment-item .apartment-area {
        width: auto;
        font-size: 14px;
        line-height: 20px;
        text-align: right;
    }

    .apartment-item .button-container {
        flex: 1;
    }

    .apartment-item .apartment-space-label,
    .apartment-item .apartment-area-label {
        display: none;
    }

    .preview-image {
        width: 200px;
        height: 158px;
    }

    .building-scheme {
        width: calc(100% - 32px);
        padding: 40px 0;
        margin: 24px auto 0;
    }

    .scheme-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }

    .scheme-content {
        flex-direction: row;
        gap: 24px;
    }

    .scheme-list {
        width: 50%;
        padding-left: 24px;
    }

    .scheme-item {
        width: 100%;
    }

    .scheme-item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .scheme-item.active .scheme-item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .scheme-item-description {
        font-size: 14px;
        line-height: 20px;
    }

    .scheme-image {
        width: 50%;
        height: 320px;
    }

    .scheme-image-content {
        width: 100%;
        height: 320px;
    }

    .benefits {
        width: calc(100% - 32px);
        padding: 40px 0;
        margin: 24px auto 0;
        flex-wrap: wrap;
        gap: 32px;
    }

    .benefit-item {
        flex: 1 0 45%;
        gap: 20px;
    }

    .benefit-title {
        font-size: 36px;
        line-height: 44px;
    }

    .benefit-description {
        font-size: 14px;
        line-height: 20px;
    }

    .tax-program {
        font-size: 14px;
        line-height: 20px;
    }

    .difference {
        width: calc(100% - 32px);
        padding: 40px 0;
        margin: 24px auto 0;
    }

    .difference-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 24px;
    }

    .difference-content {
        padding: 24px 0 60px 0;
        gap: 24px;
    }

    .difference-text {
        width: 60%;
        height: auto;
    }

    .difference-location {
        font-size: 20px;
        line-height: 26px;
    }

    .difference-description {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .difference-image {
        width: 40%;
        height: auto;
    }

    .highlight {
        font-size: 14px;
        line-height: 20px;
    }

    .conditions-title {
        font-size: 14px;
        line-height: 20px;
    }

    .conditions-list {
        font-size: 14px;
        line-height: 20px;
    }

    .attention {
        font-size: 11px;
        line-height: 15px;
    }
}

/* Mobile styles (max-width: 768px) */
@media (max-width: 768px) {
    body {
        margin: 0;
        padding: 0;
    }

    .hero {
        height: 756px;
        padding: 12px 16px;
        border-radius: 22px;
        margin: 24px 16px 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url('/bitrix/templates/ShenResidence/images/heroImages.svg') lightgray 50% / cover no-repeat;
    }

    #header-container {
        width: 100%;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-content {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
        height: 100%;
    }

    .hero-text {
        width: 100%;
        align-items: flex-start;
    }

    .hero-text h1 {
        color: #FFF;
        font-family: 'Satoshi', sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 48px;
        margin-bottom: 14px;
    }

    .hero-text p {
        color: #FFF;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .hero-buttons {
        width: 36px;
        flex-direction: column;
        align-items: flex-end;
        gap: 36px;
    }

    .hero-button {
        width: 36px;
        height: 36px;
    }

    .features {
        width: 100%;
        padding: 24px 16px;
        margin: 24px 0 0;
    }

    .features-title {
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    .toggle-container {
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .toggle-text {
        color: #2D2D2D;
        text-align: center;
        font-family: 'Satoshi', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .toggle {
        width: 68px;
        height: 34px;
        padding: 2px 36px 2px 2px;
    }

    .toggle-switch {
        width: 30px;
        height: 30px;
    }

    .toggle.active .toggle-switch {
        transform: translateX(32px);
    }

    .features-content {
        align-items: flex-start;
    }

    .features-content:nth-child(4) {
        align-items: flex-end;
    }

    .feature-image {
        width: 100%;
        height: auto;
    }

    .feature-details {
        align-items: flex-start;
    }

    .feature-details.right-align {
        align-items: flex-end;
    }

    .feature-title {
        font-size: 20px;
        line-height: 24px;
    }

    .feature-description {
        font-size: 14px;
        line-height: normal;
    }

    .apartments {
        width: 100%;
        padding: 24px 16px;
        margin: 24px 0 0;
    }

    .apartments-header {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .apartments-header .apartment-title {
        width: 100%;
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
    }

    .apartments-header .apartment-space,
    .apartments-header .apartment-area {
        display: none;
    }

    .apartment-empty {
        display: none;
    }

    .apartment-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        height: auto;
        padding: 12px 0 24px 0;
        margin-top: 24px;
    }

    .apartment-item .apartment-title {
        width: 100%;
        color: #2D2D2D;
        font-family: 'Satoshi', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        order: 0;
    }

    .apartment-item:hover .apartment-title {
        color: #01653C;
        font-family: 'Satoshi', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .apartment-item .preview-image {
        display: block;
        position: static;
        width: 100%;
        height: auto;
        order: 1;
    }

    .apartment-item .apartment-space-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        order: 2;
    }

    .apartment-item .apartment-space-label {
        color: #535862;
        font-family: 'Satoshi', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
    }

    .apartment-item .apartment-space {
        width: auto;
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .apartment-item .apartment-space:last-child {
        color: #666;
        text-align: right;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .apartment-item .apartment-area-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        order: 3;
        margin-top: 7px;
    }

    .apartment-item .apartment-area-label {
        color: #535862;
        font-family: 'Satoshi', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
    }

    .apartment-item .apartment-area {
        width: auto;
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .apartment-item .apartment-area:last-child {
        color: #666;
        text-align: right;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .apartment-item .button-container {
        width: 100%;
        justify-content: flex-end;
        order: 4;
    }

    .building-scheme {
        width: 100%;
        padding: 24px 16px;
        margin: 24px 0 0;
    }

    .scheme-title {
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
        margin-bottom: 32px;
    }

    .scheme-content {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .scheme-list {
        padding-left: 33px;
        width: 100%;
    }

    .scheme-item {
        width: 100%;
    }

    .scheme-item-title {
        color: #2D2D2D;
        font-family: 'Satoshi', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .scheme-item.active .scheme-item-title {
        color: #01653C;
        font-family: 'Satoshi', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .scheme-item-description {
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    .scheme-image {
        width: 100%;
        height: auto;
        justify-content: flex-end;
        margin-top: 32px;
    }

    .scheme-image-content {
        width: 100%;
        height: auto;
    }

    .benefits {
        width: 100%;
        padding: 24px 16px;
        flex-direction: column;
        gap: 32px;
        margin: 24px 0 0;
    }

    .benefit-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        margin-top: 32px;
    }

    .benefit-title {
        color: #000;
        font-family: 'Satoshi', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: -1.28px;
    }

    .benefit-description {
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    .tax-program {
        font-size: 16px;
        line-height: 21px;
    }

    .difference {
        width: 100%;
        padding: 24px 16px;
        margin: 24px 0 0;
    }

    .difference-title {
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
        margin-bottom: 32px;
    }

    .difference-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        padding: 16px 0 32px 0;
        position: static;
    }

    .difference-content:nth-child(2),
    .difference-content:nth-child(3),
    .difference-content:nth-child(4),
    .difference-content:nth-child(5),
    .difference-content:nth-child(6) {
        top: 0;
    }

    .difference-text {
        width: 100%;
        height: auto;
        align-items: flex-start;
        justify-content: space-between;
    }

    .difference-location {
        color: #070707;
        font-family: 'Satoshi', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        align-self: flex-start;
    }

    .difference-description {
        width: 100%;
        color: #666;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        align-self: flex-end;
    }

    .difference-image {
        width: 100%;
        height: auto;
    }

    .highlight {
        font-size: 16px;
        line-height: 21px;
    }

    .conditions-title {
        font-size: 16px;
        line-height: 21px;
    }

    .conditions-list {
        font-size: 16px;
        line-height: 21px;
        padding-left: 20px;
    }

    .attention {
        font-size: 12px;
        line-height: 16px;
    }
}
/* End */


/* Start:/bitrix/templates/ShenResidence/css/header.css?17611229468941*/
/* Font import (assuming Satoshi is available, otherwise fallback to sans-serif) */
@import url('https://fonts.cdnfonts.com/css/satoshi');

.header {
    display: flex;
    width: 1440px;
    padding: 8px 8px 8px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    border: 1px solid rgba(233, 233, 233, 0.20);
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(4px);
    margin: 32px auto 0;
    position: relative;
    box-sizing: border-box;
}

.logo img {
    width: 48px;
    height: 60px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 40px;
}

.menu a {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.menu-item {
    position: relative;
}

.menu-link {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.submenu {
    display: none;
    position: absolute;
    top: 210%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 347px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0 0 12px 12px;
    border: 1px solid rgba(233, 233, 233, 0.40);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.80);
    z-index: 1000;
}

.submenu.active {
    display: inline-flex;
}

.submenu-item {
    display: flex;
    width: 347px;
    text-decoration: none;
}

.submenu-content {
    display: flex;
    width: 347px;
    padding: 0 16px;
    align-items: center;
}

.submenu-content-bottom {
    height: 94px;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 12px 12px;
}

.submenu-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.submenu-title {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.submenu-description {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.submenu-image img {
    width: 157.5px;
    height: 94px;
    flex-shrink: 0;
}

.submenu-icon img {
    width: 20px;
    height: 20px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.language-selector {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.mobile-language-selector {
    display: none;
}

.language-icon {
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid rgba(233, 233, 233, 0.40);
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.language-dropdown.active {
    display: flex;
    flex-direction: column;
}

.language-option {
    padding: 8px 16px;
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.language-option:hover {
    background: rgba(233, 233, 233, 0.40);
}

.button-container {
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}

.button-main {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: #2D2D2D;
    color: #FFF;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.button-icon {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #2D2D2D;
    transform: translateX(-8px);
    transition: transform 0.3s ease;
}

.button-icon img {
    width: 24px;
    height: 24px;
}

.button-container:hover .button-icon {
    transform: translateX(4px);
}

.hamburger-menu {
    display: none;
}

.hamburger-icon {
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FAFAFA;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
    border-radius: 0 0 12px 12px;
    border: 1px solid rgba(233, 233, 233, 0.40);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.mobile-menu.active {
    display: flex;
}

.mobile-header {
    display: none;
}

.mobile-menu-item {
    display: flex;
    height: auto;
    margin-top: 4px;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    color: #535862;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.mobile-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.dropdown-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.dropdown-icon.rotated {
    transform: rotate(180deg);
}

.mobile-submenu {
    display: none;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
    padding: 4px 0;
}

.mobile-submenu.active {
    display: flex;
}

.mobile-submenu-item {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    text-decoration: none;
    color: #535862;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.mobile-submenu-item img {
    width: 20px;
    height: 20px;
}

.mobile-button {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.mobile-button .button-main {
    flex: 1;
}

/* Tablet styles (769px to 1440px) */
@media (min-width: 769px) and (max-width: 1440px) {
    .header {
        width: calc(100% - 32px);
        padding: 6px 6px 6px 20px;
        border-radius: 32px;
        margin: 24px auto 0;
    }

    .logo img {
        width: 50px;
        height: 40px;
    }

    .menu {
        gap: 16px;
        height: 36px;
    }

    .menu a,
    .menu-link {
        font-size: 14px;
        line-height: 20px;
    }

    .submenu {
        width: 300px;
        top: 150%;
        border-radius: 0 0 10px 10px;
    }

    .submenu-item {
        width: 300px;
    }

    .submenu-content {
        width: 300px;
        padding: 0 12px;
    }

    .submenu-content-bottom {
        height: 80px;
        border-radius: 0 0 10px 10px;
    }

    .submenu-title {
        font-size: 13px;
    }

    .submenu-description {
        font-size: 14px;
        line-height: 20px;
    }

    .submenu-image img {
        width: 135px;
        height: 80px;
    }

    .submenu-icon img {
        width: 18px;
        height: 18px;
    }

    .header-right {
        gap: 16px;
    }

    .language-icon {
        width: 40px;
        height: 40px;
    }

    .language-dropdown {
        border-radius: 10px;
    }

    .language-option {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .button-main {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .button-icon {
        width: 36px;
        height: 36px;
    }

    .button-icon img {
        width: 20px;
        height: 20px;
    }

    .hamburger-menu {
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-header {
        display: none;
    }

    .mobile-language-selector {
        display: none;
    }
}

/* Mobile styles (max-width: 768px) */
@media (max-width: 768px) {
    .header {
        width: calc(100% - 32px);
        padding: 6px 16px 6px 16px;
        justify-content: space-between;
        align-items: center;
        border-radius: 22px;
        border-bottom: 1px solid rgba(233, 233, 233, 0.40);
        background: rgba(255, 255, 255, 0.40);
        box-sizing: border-box;
        margin-top: 16px;
    }

    .logo img {
        width: 50px;
        height: 40px;
    }

    .menu {
        display: none;
    }

    .header-right {
        display: none;
    }

    .mobile-language-selector {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: 10px;
    }

    .hamburger-menu {
        display: flex;
        align-items: center;
    }

    .mobile-menu {
        width: calc(100% - 32px);
        left: 16px;
        border-radius: 0 0 22px 22px;
        border-top: none;
    }
}
/* End */


/* Start:/bitrix/templates/ShenResidence/css/footer.css?17610248515751*/
/* Font import (assuming Satoshi is available, otherwise fallback to sans-serif) */
@import url('https://fonts.cdnfonts.com/css/satoshi');

.footer {
    display: flex;
    height: 444px;
    padding: 0 240px;
    justify-content: center;
    align-items: center;
    background: #EAEEF0;
}

.footer-content {
    width: 1440px;
    height: 444px;
    flex-shrink: 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.footer-contact-title {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-contact-email {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}

.footer-contact-phone {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.footer-contact-address {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.footer-social-icons {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
}

.social-icon {
    width: 20px;
    height: 20px;
}

.footer-experience {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    align-self: stretch;
}

.footer-experience-text {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-external {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.footer-external-title {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-external-terms {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}

.footer-external-policy {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
    margin-top: 126px;
}

.footer-copyright {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Скрываем mobile-only элементы в десктопной версии */
.mobile-only {
    display: none;
}

/* Tablet styles (769px to 1440px) */
@media (min-width: 769px) and (max-width: 1440px) {
    .footer {
        height: 360px;
        padding: 0 40px;
    }

    .footer-content {
        width: calc(100% - 32px);
        height: 360px;
    }

    .footer-top {
        margin-top: 60px;
        gap: 24px;
    }

    .footer-contact-title {
        font-size: 14px;
    }

    .footer-contact-email {
        font-size: 14px;
        margin-top: 20px;
    }

    .footer-contact-phone {
        font-size: 14px;
        margin-top: 10px;
    }

    .footer-contact-address {
        font-size: 14px;
        margin-top: 10px;
    }

    .footer-social-icons {
        gap: 10px;
        margin-top: 10px;
    }

    .social-icon {
        width: 18px;
        height: 18px;
    }

    .footer-experience {
        gap: 18px;
    }

    .footer-experience-text {
        font-size: 24px;
        line-height: 30px;
    }

    .footer-external-title {
        font-size: 14px;
    }

    .footer-external-terms {
        font-size: 14px;
        margin-top: 20px;
    }

    .footer-external-policy {
        font-size: 14px;
        margin-top: 10px;
    }

    .footer-bottom {
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .footer-copyright {
        font-size: 13px;
    }

    .mobile-only {
        display: none;
    }
}

/* Мобильные стили (адаптация для экранов <= 768px) */
@media (max-width: 768px) {
    .footer {
        height: auto;
        padding: 42px 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        background: #EAEEF0;
    }

    .footer-content {
        width: 100%;
        height: auto;
        flex-shrink: unset;
    }

    /* Скрываем десктопную структуру */
    .footer-top {
        display: none;
    }

    /* Показываем мобильную структуру */
    .mobile-only {
        display: flex;
    }

    .footer-experience.mobile-only {
        flex-direction: column;
        align-items: center;
        gap: 21px;
        align-self: stretch;
    }

    .footer-experience-text {
        font-size: 24px;
        line-height: 30px;
    }

    .footer-middle.mobile-only {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        margin-top: 48px;
        width: 100%;
        gap: 12px;
    }

    .footer-middle .footer-contact,
    .footer-middle .footer-external {
        flex: 1;
        align-items: flex-start;
    }

    .footer-bottom {
        margin-top: 24px;
        margin-bottom: 0;
    }
}
/* End */
/* /bitrix/templates/ShenResidence/css/styles.css?176129453528883 */
/* /bitrix/templates/ShenResidence/css/header.css?17611229468941 */
/* /bitrix/templates/ShenResidence/css/footer.css?17610248515751 */
