

/* Start:/bitrix/templates/ShenResidence/css/amenities.css?176102905018930*/
/* 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;
}

.hero {
    width: 1440px;
    margin: 0 auto;
    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;
}

.slider-section {
    width: 100vw;
    padding: 110px 0 120px;
}

.slider-container {
    display: flex;
    align-items: center;
    overflow-x: hidden;
    width: calc(843px + 200px); /* Full first slide (843px) + partial second slide (200px) */
    margin-left: auto; /* Align to the right */
    margin-right: 0;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    width: 843px;
    height: 650px;
    border-radius: 4px;
    margin-right: 24px;
    flex-shrink: 0;
    object-fit: cover;
}

.services-section {
    width: 100vw;
    padding: 96px 0;
    background: #FFF;
}

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

.services-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    align-self: stretch;
}

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

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

.services-title {
    color: #2D2D2D;
    text-align: center;
    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;
}

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

.services-items {
    display: flex;
    padding: 48px 0;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
}

.service-icon {
    width: 64px;
    height: 64px;
}

.service-title {
    color: #000;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 166.667% */
    letter-spacing: -1.28px;
}

.service-description {
    color: #666;
    text-align: center;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
}

.premium-materials-section {
    width: 1440px;
    margin: 0 auto;
    padding: 120px 0 0;
}

.premium-materials-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

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

.premium-materials-dot {
    width: 8px;
    height: 8px;
}

.premium-materials-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;
}

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

.materials-showcase-section {
    width: 1440px;
    height: 736px;
    padding: 120px 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    margin: 0 auto;
}

.materials-showcase-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.materials-image {
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    object-fit: cover;
}

.materials-details {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.materials-images {
    display: flex;
    gap: 20px;
}

.materials-sub-image {
    height: 356px;
    flex: 1 0 0;
    border-radius: 4px;
    object-fit: cover;
}

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

.kids-section {
    width: 1440px;
    margin: 0 auto;
    padding: 60px 0;
}

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

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

.kids-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;
}

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

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

.kids-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;
}

.kids-description {
    width: 396px;
}

.kids-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;
}

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

/* Tablet styles (768px–991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hero {
        width: 100%;
        padding: 40px 24px;
    }

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

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

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

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

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

    .hero-description {
        width: 100%;
        text-align: center;
    }

    .slider-section {
        padding: 60px 24px;
    }

    .slider-container {
        width: 100%;
        margin-left: 0;
    }

    .slide {
        width: 100%;
        height: 500px;
        margin-right: 16px;
    }

    .services-section {
        padding: 60px 24px;
    }

    .services-container {
        width: 100%;
        gap: 32px;
    }

    .services-header {
        gap: 16px;
    }

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

    .services-main-text {
        font-size: 28px;
        line-height: 40px;
    }

    .services-items {
        flex-direction: row;
        gap: 24px;
        padding: 32px 0;
    }

    .service-item {
        flex: 1 0 0;
    }

    .service-icon {
        width: 56px;
        height: 56px;
    }

    .service-title {
        font-size: 20px;
        line-height: 32px;
    }

    .premium-materials-section {
        width: 100%;
        padding: 60px 24px 0;
    }

    .premium-materials-container {
        align-items: center;
        gap: 16px;
    }

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

    .premium-materials-main-text {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }

    .materials-showcase-section {
        width: 100%;
        padding: 60px 24px;
        height: auto;
    }

    .materials-showcase-container {
        flex-direction: column;
        gap: 16px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

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

    .materials-details {
        width: 100%;
        max-width: 100%;
    }

    .materials-images {
        gap: 16px;
        width: 100%;
        max-width: 100%;
    }

    .materials-sub-image {
        height: 250px;
        width: calc(50% - 8px);
        max-width: calc(50% - 8px);
        flex: 0 0 auto;
    }

    .materials-description {
        width: 100%;
        max-width: 100%;
    }

    .kids-section {
        width: 100%;
        padding: 40px 24px;
    }

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

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

    .kids-content {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .kids-main-text {
        width: 100%;
        text-align: center;
    }

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

    .kids-description {
        width: 100%;
        text-align: center;
    }

    .full-width-image-section {
        padding: 40px 24px;
        height: auto;
    }

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

/* Small desktop styles (992px–1439px) */
@media screen and (min-width: 992px) and (max-width: 1439px) {
    .hero {
        width: 100%;
        padding: 48px 32px;
    }

    .hero-content {
        gap: 24px;
    }

    .hero-main-text {
        width: 50%;
    }

    .hero-description {
        width: 40%;
    }

    .slider-section {
        padding: 80px 32px;
    }

    .slider-container {
        width: 100%;
        margin-left: 0;
    }

    .slide {
        width: 70%;
        height: 550px;
        margin-right: 20px;
    }

    .services-section {
        padding: 80px 32px;
    }

    .services-container {
        width: 100%;
        gap: 40px;
    }

    .services-header {
        gap: 20px;
    }

    .services-items {
        gap: 32px;
    }

    .premium-materials-section {
        width: 100%;
        padding: 80px 32px 0;
    }

    .premium-materials-container {
        gap: 20px;
    }

    .materials-showcase-section {
        width: 100%;
        padding: 80px 32px;
        height: auto;
    }

    .materials-showcase-container {
        gap: 16px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

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

    .materials-details {
        max-width: 100%;
    }

    .materials-sub-image {
        height: 300px;
        max-width: calc(50% - 8px);
        flex: 0 0 auto;
    }

    .materials-description {
        max-width: 100%;
    }

    .kids-section {
        width: 100%;
        padding: 48px 32px;
    }

    .kids-content {
        gap: 24px;
    }

    .kids-main-text {
        width: 50%;
    }

    .kids-description {
        width: 40%;
    }

    .full-width-image-section {
        padding: 48px 32px;
        height: auto;
    }

    .full-width-image {
        height: 550px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        width: 100%;
        padding: 48px 16px 24px;
    }

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

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

    .hero-content {
        margin-top: 8px;
        flex-direction: column;
        gap: 24px;
    }

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

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

    .hero-description {
        width: 100%;
        text-align: center;
    }

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

    .slider-section {
        padding: 24px 16px;
    }

    .slider-container {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .slider {
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .slide {
        width: 100%;
        height: 300px;
        margin-right: 0;
    }

    .slide:nth-child(n+3) {
        display: none;
    }

    .services-section {
        display: flex;
        padding: 48px 16px;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
    }

    .services-container {
        width: 100%;
        gap: 24px;
    }

    .services-header {
        display: flex;
        padding: 0 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
    }

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

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

    .services-items {
        display: flex;
        padding: 24px 0;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        align-self: stretch;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 12px;
        align-self: stretch;
    }

    .service-icon {
        width: 48px;
        height: 48px;
    }

    .service-title {
        color: #000;
        text-align: center;
        font-family: 'Satoshi', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 133.333% */
    }

    .service-description {
        color: #666;
        text-align: center;
        font-family: 'Satoshi', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 131.25% */
    }

    .premium-materials-section {
        width: 100%;
        padding: 48px 16px 0;
    }

    .premium-materials-container {
        align-items: center;
        gap: 8px;
    }

    .premium-materials-title-container {
        justify-content: center;
    }

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

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

    .materials-showcase-section {
        width: 100%;
        padding: 24px 16px;
        height: auto;
    }

    .materials-showcase-container {
        display: flex;
        padding: 24px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
    }

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

    .materials-details {
        width: 100%;
        align-self: stretch;
    }

    .materials-images {
        display: flex;
        gap: 16px;
        width: 100%;
    }

    .materials-sub-image {
        height: 192px;
        width: calc(50% - 8px); /* Делим ширину на две равные части с учётом gap 16px */
        flex: 0 0 auto;
    }

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

    .kids-section {
        width: 100%;
        padding: 48px 16px 0 16px;
    }

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

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

    .kids-content {
        flex-direction: column;
        gap: 24px;
    }

    .kids-main-text {
        width: 100%;
        text-align: center;
    }

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

    .kids-description {
        width: 100%;
        text-align: center;
    }

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

    .full-width-image-section {
        padding: 24px 16px;
        height: auto;
    }

    .full-width-image {
        height: 406px;
        border-radius: 4px;
    }
}
/* End */
/* /bitrix/templates/ShenResidence/css/amenities.css?176102905018930 */
