

/* Start:/local/templates/main/components/bitrix/news.list/completed-projects/style.css?17643178001840*/
.news__title-wrapper + .completed-projects {
    margin-top: 40px;
}

.completed-projects {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.completed-projects__item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(50% - 8px);
    background: #fff;
    border: 1px solid #e2e1e1;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

.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: 1200px) {

}
@media (max-width: 768px) {
    .completed-projects__item {
        width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/completed-projects/style.css?17643178001840 */
