

/* Start:/local/templates/main/components/bitrix/news.list/main_projects/style.css?17648290152491*/
.news__title-wrapper + .completed-projects {
    margin-top: 40px;
}

.completed-projects {

}

.completed-projects .js-controls {
    margin-top: 16px;
}

.completed-projects .content__list-btn {
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
}

.completed-projects .content__list-btn > * {
    margin: 0 !important;
}

.completed-projects__slider {
    margin-top: 50px;
}

.completed-projects__items {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.completed-projects__items .slick-list {
    margin: 0 -8px;
}

.completed-projects__items .slick-track {
    display: flex;
    align-items: stretch;
}

.completed-projects__items .slick-slide {
    padding: 0 8px;
    height: auto;
    display: flex;
}

.completed-projects__items .slick-slide > div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.completed-projects__item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e1e1;
    border-radius: 16px;
}

.completed-projects__image {
    display: block;
    position: relative;
}

.completed-projects__image:after {
    content: '';
    display: block;
    padding-top: 50.847%;
}

.completed-projects__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.completed-projects__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
}

.completed-projects__preview {
    flex: 1;
}

.completed-projects__preview, .completed-projects__detail {
    color: var(--black-dark);
    font-size: 17px;
    font-weight: 400;
    line-height: 170%;
    overflow: auto;
}

.completed-projects__preview.hide, .completed-projects__detail.hide {
    display: none;
}

.completed-projects__more {
    display: inline-flex;
    color: var(--green-dark);
    font-size: 17px;
    font-weight: 400;
    line-height: 170%;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.completed-projects__more:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .completed-projects__item {
        width: 100%;
    }
}


/* End */
/* /local/templates/main/components/bitrix/news.list/main_projects/style.css?17648290152491 */
