

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936*/

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
    width: auto;
}

.pagination__item {
    display: inline-flex;
}

.pagination__link,
.pagination__current,
.pagination__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 1;
    user-select: none;
    text-decoration: none;
    transition: color 200ms ease;
}

.pagination__link {
    color: #1f2937;
}

.pagination__link:hover {
    color: #9ca3af;
}

.pagination__current {
    color: #1c7ed6;
    font-weight: 600;
}

.pagination__next {
    min-width: auto;
    font-size: 18px;
    color: #1f2937;
}

.pagination__next:hover {
    color: #9ca3af;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/projects/style.css?17743569873008*/
.projects {
    background: #fff;
}

.projects__tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 6px;
    margin-bottom: 40px;
    background: #f3f5f7;
    border-radius: 10px;
}

.projects__tab {
    min-height: 46px;
    padding: 11px 18px;
    border: 0;
    background: transparent;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #2f3b52;
    transition: .2s ease;
}

.projects__tab.active {
    background: #fff;
    color: #2f3b52;
    box-shadow: 0 4px 14px rgba(35, 38, 42, 0.08);
    font-weight: 600;
}

.projects__pane {
    display: none;
}

.projects__pane.active {
    display: block;
}

.project-card {
    position: relative;
    display: block;
    height: 330px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

.project-card__image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .4s ease;
}

.project-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .28) 0%, rgba(0, 0, 0, .52) 100%);
}

.project-card__top {
    position: absolute;
    top: 34px;
    left: 34px;
    right: 34px;
    z-index: 2;
}

.project-card__status {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1.2;
    color: #4d8fff;
}

.project-card__status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.project-card__content {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    z-index: 2;
    display: block;
}

.project-card__title {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
}

.project-card__text {
    display: block;
    max-width: 60%;
    font-size: 16px;
    line-height: 1.4;
    color: #4d8fff;
}

.project-card__image {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.project-card:hover .project-card__image img {
    transform: scale(1.04);
}

@media (max-width: 991.98px) {
   
    .project-card__top {
        top: 24px;
        left: 24px;
        right: 24px;
    }

    .project-card__content {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

    .project-card__title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .projects__tabs {
        display: flex;
        width: 100%;
    }

    .projects__tab {
        flex: 1 1 auto;
        padding: 10px 16px;
        font-size: 16px;
        text-align: center;
    }

    .project-card {
        min-height: 300px;
    }

    .project-card__title {
        font-size: 24px;
    }

    .project-card__text {
        font-size: 15px;
        max-width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936 */
/* /local/templates/main/components/bitrix/news.list/projects/style.css?17743569873008 */
