

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pager/style.css?169713954536*/
.pagination{
    margin-top: 50px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/project.filter/style.css?17079855094060*/
.list-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 32px;
}
@media (max-width: 1023px) {
    .list-wrap {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 998px) {
    .list-wrap {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        margin-bottom: 24px;
    }
}

.list-item {
    position: relative;
    display: flex;
    align-items: stretch;
    background: #000;
    color: #fff;
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.18);
    text-align: left;
    width: 100%;
    min-height: 230px;
    border-radius: 0.6rem;
}
@media (max-width: 998px) {
    .list-item {
        min-height: 160px;
    }
}
.list-item::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(97deg, #000 -49.21%, rgba(0, 0, 0, 0.00) 140.19%);
}
@media (max-width: 998px) {
    .list-item::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(97deg, #000 -49.21%, rgba(0, 0, 0, 0.00) 140.19%);
    }
}
.list-item__in {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 998px) {
    .list-item__in {
        width: 100%;
        padding: 16px;
    }
}
.list-item__title {
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 18px;
}
@media (max-width: 1200px) {
    .list-item__title {
        height: 2.4em;
    }
}
@media (max-width: 998px) {
    .list-item__title {
        margin: 0 0 12px;
        font-size: 24px;
    }
}
.list-item__address {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 18px;
    overflow: hidden;
}
@media (max-width: 998px) {
    .list-item__address {
        margin-bottom: 12px;
    }
}
.list-item__tags {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 85%;
    padding: 0;
    margin: auto 0 0 0;
    list-style: none;
}
@media (max-width: 1279px) {
    .list-item__tags {
        max-width: 90%;
    }
}
@media (max-width: 998px) {
    .list-item__tags {
        max-width: 100%;
    }
}
.list-item__tags-item {
    padding: 6px 16px;
    margin: 0 8px 8px 0;
    border-radius: 24px;
    border: 1px solid rgba(37, 40, 38, 0.50);
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(2px);
    color: #252826;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}
@media (max-width: 998px) {
    .list-item__tags-item {
        padding: 4px 8px;
        margin: 0 4px 4px 0;
    }
}
.list-item__tags-item:last-child {
    margin: 0;
}
.list-item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1023px) {
    .list-item__bottom {
        flex-wrap: wrap;
    }
}
.list-item__detail {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
@media (max-width: 1023px) {
    .list-item__detail {
        width: 100%;
        flex-wrap: wrap;
    }
}
.list-item__detail li {
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1023px) {
    .list-item__detail li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }
}
.list-item__btn {
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    background: #ff7a03;
    border-radius: 20px;
}

/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pager/style.css?169713954536 */
/* /local/templates/.default/components/bitrix/news.list/project.filter/style.css?17079855094060 */
