

/* Start:/bitrix/templates/ShenResidence/css/privacy.css?17610307486666*/
/* 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: 0;
    background: #FAFAFA;
    overflow-x: hidden;
}

.privacy-hero-section {
    width: 1440px;
    margin: 115px auto 0;
}

.privacy-hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}

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

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

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

.privacy-main-text {
    color: #2D2D2D;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 55.68px; /* 116% */
    letter-spacing: -0.72px;
}

.privacy-content-section {
    display: flex;
    padding: 60px 0 100px;
}

.privacy-content-container {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.privacy-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.privacy-item-title {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.privacy-item-description {
    color: #2D2D2D;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* Tablet styles (768px–991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .privacy-hero-section {
        width: 100%;
        margin: 20px auto 0;
        padding: 40px 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        max-width: 100%;
        box-sizing: border-box;
    }

    .privacy-hero-container {
        gap: 16px;
        width: 100%;
        max-width: 100%;
    }

    .privacy-title-container {
        gap: 10px;
    }

    .privacy-title {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.8px;
    }

    .privacy-main-text {
        font-size: 36px;
        line-height: 42px;
    }

    .privacy-content-section {
        padding: 48px 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .privacy-content-container {
        width: 100%;
        max-width: 100%;
        gap: 20px;
        box-sizing: border-box;
    }

    .privacy-item {
        gap: 8px;
        width: 100%;
        max-width: 100%;
    }

    .privacy-item-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .privacy-item-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

/* Small desktop styles (992px–1439px) */
@media screen and (min-width: 992px) and (max-width: 1439px) {
    .privacy-hero-section {
        width: 100%;
        margin: 22px auto 0;
        padding: 48px 32px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .privacy-hero-container {
        gap: 20px;
        width: 100%;
        max-width: 100%;
    }

    .privacy-title-container {
        gap: 10px;
    }

    .privacy-title {
        font-size: 14px;
        line-height: 19.88px;
        letter-spacing: 2.1px;
    }

    .privacy-main-text {
        font-size: 40px;
        line-height: 48px;
    }

    .privacy-content-section {
        padding: 56px 32px;
    }

    .privacy-content-container {
        width: 100%;
        max-width: 100%;
        gap: 20px;
        box-sizing: border-box;
    }

    .privacy-item {
        gap: 8px;
        width: 100%;
        max-width: 100%;
    }

    .privacy-item-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .privacy-item-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
}

/* Mobile styles */
@media screen and (max-width: 767px) {
    .privacy-hero-section {
        width: 100%;
        margin: 0;
        padding: 48px 16px 1.25px 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        max-width: 100%;
        box-sizing: border-box;
    }

    .privacy-hero-container {
        gap: 8px;
        width: 100%;
        max-width: 100%;
    }

    .privacy-title-container {
        gap: 8px;
    }

    .privacy-title {
        color: #2D2D2D;
        font-family: 'Satoshi', sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px; /* 140% */
        letter-spacing: 2.1px;
        text-transform: uppercase;
    }

    .privacy-main-text {
        color: #2D2D2D;
        text-align: center;
        font-family: 'Satoshi', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 125% */
        letter-spacing: -0.72px;
    }

    .privacy-content-section {
        display: flex;
        padding: 48px 16px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
    }

    .privacy-content-container {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
        box-sizing: border-box;
    }

    .privacy-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        width: 100%;
        max-width: 100%;
    }

    .privacy-item-title {
        color: #2D2D2D;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }

    .privacy-item-description {
        color: #2D2D2D;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
    }
}
/* End */
/* /bitrix/templates/ShenResidence/css/privacy.css?17610307486666 */
