

/* Start:/bitrix/templates/ShenResidence/css/about.css?176191055524026*/
/* Font import (assuming Satoshi and Inter are available, otherwise fallback to sans-serif) */
@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

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

.hero {
    width: 1440px;
    margin: 115px auto 0;
    padding: 48px 0;
}

.hero-title-container {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.hero-dot {
    width: 8px;
    height: 8px;
}

.hero-title {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.88px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
}

.hero-main-text {
    width: 587px;
}

.hero-main-text h1 {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 55.68px;
    letter-spacing: -0.72px;
}

.hero-description {
    width: 396px;
}

.hero-description p {
    color: #646464;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.full-width-image-section {
    width: 100vw;
    height: 650px;
    margin: 109px 0 0;
}

.full-width-image {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.timeline {
    width: 1440px;
    margin: 0 auto;
    padding: 48px 0;
}

.timeline-title-container {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.timeline-dot {
    width: 8px;
    height: 8px;
}

.timeline-title {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.88px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.timeline-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
}

.timeline-main-text {
    width: 587px;
}

.timeline-main-text h1 {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 55.68px;
    letter-spacing: -0.72px;
}

.timeline-description {
    width: 396px;
}

.timeline-description p {
    color: #646464;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.timeline-section {
    width: 1440px;
    margin: 32px auto 250px;
}

.timeline-media {
    display: flex;
    width: 1440px;
    height: 693px;
    justify-content: center;
    align-items: flex-start;
    gap: 38px;
    flex-shrink: 0;
}

.timeline-video {
    width: 557px;
    height: 693px;
    border-radius: 4px;
    object-fit: cover;
}

.timeline-image {
    width: 845px;
    height: 693px;
    border-radius: 4px;
    object-fit: cover;
}

.timeline-progress {
    display: flex;
    justify-content: center;
    gap: 102px;
    margin-top: 102px;
}

.timeline-years {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 117px; 
}

.timeline-year {
    display: flex;
    width: 42px;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.year-text {
    color: rgba(47, 47, 47, 0.40);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap;
    width: auto;
}

.year-line-wrapper {
    position: relative;
    width: 2px;
    height: 32px;
    margin-top: 20px;
    z-index: 1;
}

.year-line {
    position: absolute;
    width: 2px;
    height: 32px;
    border-radius: 14px;
    background: #2D2D2D;
    top: 10px;
    transition: height 0.3s;
}

.timeline-year:hover .year-line,
.timeline-year.active .year-line {
    height: 80px;
    background: #4C8652;
}

.year-icon {
    width: 15px;
    height: 17px;
    margin-top: 20px;
    z-index: 2;
}

.timeline-year:hover .year-icon,
.timeline-year.active .year-icon {
    content: url('/bitrix/templates/ShenResidence/images/timeline-icon-hover.svg');
    position: relative;
    top: 50px;
}

.timeline-year .year-icon {
    position: relative;
    top: 0;
}

.milestone-group {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.milestone-line {
    width: 1.302px;
    height: 20.832px;
    border-radius: 18.228px;
    background: #2F2F2F;
}

.year-details {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    position: absolute;
    top: 200px;
    width: 450px;
    background: none;
}

.year-details.active {
    display: flex;
}

.year-details-title {
    color: #2D2D2D;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.year-details-description {
    color: rgba(45, 45, 45, 0.60);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.4px;
}

.client-focus {
    width: 100vw;
    padding: 96px 0;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    background: #EAEEF0;
}

.client-focus-container {
    display: flex;
    width: 1440px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    margin: 0 auto;
}

.client-focus-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.client-focus-title-container {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.client-focus-dot {
    width: 8px;
    height: 8px;
}

.client-focus-title {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.88px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.client-focus-main-text {
    margin-top: 25px;
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.72px;
}

.client-focus-description {
    margin-top: 17px;
    color: #646464;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.client-focus-gallery {
    width: 100%;
    height: 1182px;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.client-focus-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 1200px;
    gap: 14px;
}

.client-focus-image {
    width: 100%;
    flex: 1;
    object-fit: cover;
    border-radius: 4px;
}

.faq {
    width: 100vw;
    padding: 120px 0;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.faq-container {
    display: flex;
    width: 1440px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}

.faq-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 361px;
}

.faq-title-container {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.faq-dot {
    width: 8px;
    height: 8px;
}

.faq-title {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.88px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.faq-main-text {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.72px;
}

.faq-accordion {
    width: 660px;
    margin-top: 102px;
}

.faq-item {
    border: 1px solid #CBD5E1;
    border-top: none;
}

.faq-item:first-child {
    border-top: 1px solid #CBD5E1;
    border-radius: 4px 4px 0 0;
}

.faq-item:last-child {
    border-bottom: 1px solid #CBD5E1;
    border-radius: 0 0 4px 4px;
}

.faq-item.active:last-child {
    border-radius: 0;
}

.faq-question {
    display: flex;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
}

.faq-question-text {
    color: #0F172A;
    font-family: 'Satoshi', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.faq-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 24px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #FFF;
    flex-direction: column;
}

.faq-item.active .faq-answer {
    display: flex;
    border-top: 1px solid #CBD5E1;
}

.faq-answer-text {
    color: #64748B;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

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

    .hero {
        width: calc(100% - 32px);
        margin: 80px auto 0;
        padding: 32px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }

    .hero-title-container {
        justify-content: center;
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }

    .hero-main-text {
        width: 100%;
        max-width: 500px;
    }

    .hero-main-text h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .hero-description {
        width: 100%;
        max-width: 500px;
        margin-top: 16px;
    }

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

    .full-width-image-section {
        width: 100%;
        height: 500px;
        margin: 80px 0 0;
        margin-left: 0;
        margin-right: 0;
    }

    .full-width-image {
        height: 500px;
    }

    .timeline {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 32px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }

    .timeline-title-container {
        justify-content: center;
    }

    .timeline-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }

    .timeline-main-text {
        width: 100%;
        max-width: 500px;
    }

    .timeline-main-text h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .timeline-description {
        width: 100%;
        max-width: 500px;
        margin-top: 16px;
    }

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

    .timeline-section {
        width: calc(100% - 32px);
        max-width: 100%;
        margin: 24px auto 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }

    .timeline-media {
        width: 100%;
        height: auto;
        flex-direction: row;
        gap: 24px;
        justify-content: center;
    }

    .timeline-video {
        width: 45%;
        height: 400px;
        max-width: 100%;
    }

    .timeline-image {
        width: 45%;
        height: 400px;
        max-width: 100%;
    }

    .timeline-progress {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        margin-top: 48px;
        gap: 48px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .timeline-progress::-webkit-scrollbar {
        display: none;
    }

    .timeline-years {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        overflow-x: auto;
        overflow-y: hidden;
        min-height: 187px; /* Увеличено для полного отображения активного timeline-year */
        padding: 12px 16px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .timeline-years::-webkit-scrollbar {
        display: none;
    }

    .timeline-year {
        width: 42px;
        flex-shrink: 0;
    }

    .year-text {
        color: rgba(47, 47, 47, 0.40);
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        white-space: nowrap;
        width: auto;
    }

    .year-line-wrapper {
        position: relative;
        width: 2px;
        height: 32px;
        margin-top: 20px;
        z-index: 1;
    }

    .year-line {
        position: absolute;
        width: 2px;
        height: 32px;
        border-radius: 14px;
        background: #2D2D2D;
        top: 10px;
        transition: height 0.3s;
    }

    .timeline-year:hover .year-line,
    .timeline-year.active .year-line {
        height: 80px;
        background: #4C8652;
    }

    .year-icon {
        width: 15px;
        height: 17px;
        margin-top: 20px;
        z-index: 2;
    }

    .timeline-year:hover .year-icon,
    .timeline-year.active .year-icon {
        content: url('/bitrix/templates/ShenResidence/images/timeline-icon-hover.svg');
        position: relative;
        top: 50px;
    }

    .timeline-year .year-icon {
        position: relative;
        top: 0;
    }

    .milestone-group {
        gap: 12px;
        flex-shrink: 0;
    }

    .milestone-line {
        width: 1.302px;
        height: 20.832px;
        border-radius: 18.228px;
        background: #2F2F2F;
    }

    .year-details {
        width: 380px;
        max-width: 90%;
        margin-top: 24px;
        padding: 12px;
        background: none;
        position: relative;
        left: 0;
        top: auto;
    }

    .year-details-title {
        font-size: 14px;
        line-height: 18px;
    }

    .year-details-description {
        font-size: 13px;
        line-height: 18px;
    }

    .client-focus {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 64px 0;
        display: flex;
        align-items: center;
        overflow-x: hidden;
    }

    .client-focus-container {
        width: calc(100% - 32px);
        align-items: center;
        gap: 32px;
    }

    .client-focus-text {
        align-items: center;
        text-align: center;
    }

    .client-focus-title-container {
        justify-content: center;
    }

    .client-focus-main-text {
        font-size: 28px;
        line-height: 36px;
        margin-top: 20px;
    }

    .client-focus-description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    .client-focus-gallery {
        width: 100%;
        height: auto;
        flex-direction: row;
        gap: 6px;
    }

    .client-focus-column {
        height: 900px;
        gap: 10px;
    }

    .client-focus-image {
        border-radius: 3px;
        max-width: 100%;
    }

    .faq {
        width: 100%;
        padding: 80px 0;
        display: flex;
        align-items: center;
        overflow-x: hidden;
    }

    .faq-container {
        width: calc(100% - 32px);
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .faq-text {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .faq-title-container {
        justify-content: center;
    }

    .faq-main-text {
        font-size: 28px;
        line-height: 36px;
    }

    .faq-accordion {
        width: 100%;
        margin-top: 48px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question-text {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-icon {
        width: 16px;
        height: 16px;
    }

    .faq-answer {
        padding: 20px;
    }

    .faq-answer-text {
        font-size: 14px;
        line-height: 20px;
    }
}

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

    .hero {
        width: calc(100% - 32px);
        margin: 48px auto 0;
        padding: 24px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }

    .hero-title-container {
        justify-content: center;
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 16px;
    }

    .hero-main-text {
        width: 100%;
        max-width: 100%;
    }

    .hero-main-text h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .hero-description {
        width: 100%;
        margin-top: 12px;
    }

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

    .full-width-image-section {
        width: 100%;
        height: 300px;
        margin: 48px 0 0;
        margin-left: 0;
        margin-right: 0;
    }

    .full-width-image {
        height: 300px;
        max-width: 100%;
    }

    .timeline {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 24px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }

    .timeline-title-container {
        justify-content: center;
    }

    .timeline-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 16px;
    }

    .timeline-main-text {
        width: 100%;
        max-width: 100%;
    }

    .timeline-main-text h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .timeline-description {
        width: 100%;
        margin-top: 12px;
    }

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

    .timeline-section {
        width: calc(100% - 32px);
        max-width: 100%;
        margin: 16px auto 100px; 
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }

    .timeline-media {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
        justify-content: center;
    }

    .timeline-video {
        width: 100%;
        height: 300px;
        max-width: 100%;
    }

    .timeline-image {
        width: 100%;
        height: 300px;
        display: block;
        max-width: 100%;
    }

    .timeline-progress {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        margin-top: 24px;
        gap: 24px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .timeline-progress::-webkit-scrollbar {
        display: none;
    }

    .timeline-years {
        display: flex;
        flex-direction: row;
        align-items: center;
        min-height: 187px; /* Увеличено для полного отображения активного timeline-year */
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 1440px;
        padding: 0 16px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .timeline-years::-webkit-scrollbar {
        display: none;
    }

    .timeline-year {
        width: 42px;
        flex-shrink: 0;
    }

    .year-text {
        color: rgba(47, 47, 47, 0.40);
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        white-space: nowrap;
        width: auto;
    }

    .year-line-wrapper {
        position: relative;
        width: 2px;
        height: 32px;
        margin-top: 20px;
        z-index: 1;
    }

    .year-line {
        position: absolute;
        width: 2px;
        height: 32px;
        border-radius: 14px;
        background: #2D2D2D;
        top: 10px;
        transition: height 0.3s;
    }

    .timeline-year:hover .year-line,
    .timeline-year.active .year-line {
        height: 80px;
        background: #4C8652;
    }

    .year-icon {
        width: 15px;
        height: 17px;
        margin-top: 20px;
        z-index: 2;
    }

    .timeline-year:hover .year-icon,
    .timeline-year.active .year-icon {
        content: url('/bitrix/templates/shenResidence/images/timeline-icon-hover.svg');
        position: relative;
        top: 50px;
    }

    .timeline-year .year-icon {
        position: relative;
        top: 0;
    }

    .milestone-group {
        gap: 12px;
        flex-shrink: 0;
    }

    .milestone-line {
        width: 1.302px;
        height: 20.832px;
        border-radius: 18.228px;
        background: #2F2F2F;
    }

    .year-details {
        width: 450px;
        margin-top: 24px;
        padding: 12px;
        background: none;
        position: relative;
        left: 0;
        top: auto;
    }

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

    .year-details-description {
        font-size: 15px;
        line-height: 21px;
    }

    .client-focus {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 48px 0;
        display: flex;
        align-items: center;
        overflow-x: hidden;
    }

    .client-focus-container {
        width: calc(100% - 32px);
        align-items: center;
        gap: 24px;
    }

    .client-focus-text {
        align-items: center;
        text-align: center;
    }

    .client-focus-title-container {
        justify-content: center;
    }

    .client-focus-main-text {
        font-size: 24px;
        line-height: 32px;
        margin-top: 16px;
    }

    .client-focus-description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .client-focus-gallery {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 8px;
    }

    .client-focus-column {
        height: auto;
        gap: 8px;
    }

    .client-focus-image {
        height: 200px;
        width: 100%;
        border-radius: 2px;
        flex: none;
        max-width: 100%;
    }

    .faq {
        width: 100%;
        padding: 48px 0;
        display: flex;
        align-items: center;
        overflow-x: hidden;
    }

    .faq-container {
        width: calc(100% - 32px);
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .faq-text {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .faq-title-container {
        justify-content: center;
    }

    .faq-main-text {
        font-size: 24px;
        line-height: 32px;
    }

    .faq-accordion {
        width: 100%;
        margin-top: 24px;
    }

    .faq-question {
        padding: 16px;
    }

    .faq-question-text {
        font-size: 14px;
        line-height: 20px;
    }

    .faq-icon {
        width: 14px;
        height: 14px;
    }

    .faq-answer {
        padding: 16px;
    }

    .faq-answer-text {
        font-size: 13px;
        line-height: 18px;
    }
}
/* End */
/* /bitrix/templates/ShenResidence/css/about.css?176191055524026 */
