

/* Start:/local/templates/7hills_main/components/bitrix/news.list/client-stories/style.css?17543080802617*/
.clients-story-swiper {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.clients-story-swiper .swiper-wrapper {
    display: flex;
    width: 100%;
}

.clients-story-swiper .swiper-slide {
    width: calc((100% - 60px) / 3) !important;
    margin-right: 30px;
}

.clients-cases-and-stories__subtitle {
    margin-top: 60px;
    max-width: 726px;
}

.clients-story-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.clients-story-card__content button{
    width: 100%;
    margin-top: auto;
}

.clients-story-card__content .btn.black.show-less {
    background: transparent;
    justify-content: flex-start;
    margin: 0;
    padding: 10px;
    text-decoration: underline;
    cursor: pointer;
    color: var(--neutral-700);
}

.clients-story-card__title-context{
    color: var(--neutral-700);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
}

.clients-story-card__title-context p{
    text-align: start;
    line-height: 130%;
}

.clients-story-card__title-context ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding-inline-start: 1.5rem
}

.clients-story-card__title-context li{
    text-align: start;
    line-height: 130%;
}

.clients-story-card__expanded-content {
    overflow: hidden;
}

.clients-story-card__expanded-content .title--h3 {
    display: none;
}

.clients-story-card__expanded-content .story-popup__subtitle {
    margin-bottom: 10px;
}

.clients-story-card__expanded-content ul {
    margin-bottom: 20px;
}

@media (max-width: 1500px) {

    .clients-story-swiper .swiper-slide {
        width: calc((100% - 40px) / 3) !important;
        margin-right: 20px;
    }
}

@media (max-width: 1140px) {
    .clients-story-swiper {
        overflow: hidden;
    }

    .clients-story-swiper .swiper-slide {
        width: 100% !important;
        margin-right: 0;
    }
    
    .clients-story-card {
        height: 100%;
    }
    
    .clients-story-card img {
        height: auto;
    }
    
    .clients-story-card__expanded-content ul {
        margin-bottom: 15px;
    }
}

@media (max-width: 920px) {
    .clients-story-card__content {
        max-height: 100%;
    }

    .for-residents-arrows {
        display: none;
    }

    .clients-story-swiper .swiper-wrapper {
        flex-direction: column;
    }

    .clients-story-swiper .swiper-slide {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .clients-story-swiper .swiper-slide:last-child {
        margin-bottom: 0;
    }
}
/* End */
/* /local/templates/7hills_main/components/bitrix/news.list/client-stories/style.css?17543080802617 */
