

/* Start:/local/templates/main/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17709026031599*/

.projects.list .projects__card{
    border: none;
    height: auto;
    padding: 0;
    max-width: calc(50% - 30px);
}
.projects.list .projects__card__image {
    height: 550px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #DEDEDE;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 110%;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    transition: background-size 1s ease;
}
.projects.list .projects__card__info {
    position: relative;
    width: 100%;
    margin-top: 20px;
    top: 0;
    left: 0;
}
.projects__card__info__availability{
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 5px 15px;
    border: 1px solid #28336E;
    border-radius: 20px;
    color: #28336E;
}
.projects.list .projects__card::before {
    display: none;
}

.projects.list .projects__card__image::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    height: 50%;
    background: linear-gradient(0deg, #28336E, rgba(255,255,255,0));
    border-radius: 20px;
    z-index: 1;
}
.projects.list .projects__card__image__info {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    padding: 30px;
    display: flex;
    gap: 20px;
    z-index: 2;
    justify-content: end;
    font-size: 20px;
    font-weight: 200;
    align-items: anchor-center;
}
.projects__card__image__info__price {
    padding: 4px 15px;
    background: white;
    border-radius: 20px;
}
/* End */
/* /local/templates/main/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17709026031599 */
