

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/show_more/style.css?1781603942130*/
.load_more {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17816034874253*/
.projects-gallery {
    padding: 80px 0;
    background: var(--bg-light, #f5f6f8);
    font-family: 'Inter', Arial, sans-serif;
}

.projects-header {
    margin-bottom: 50px;
    text-align: center;
}

.projects-title {
    font-weight: 400;
    font-size: 28px;
    color: #1a1a1a;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
}

.projects-title-accent {
    color: #ff7a00;
}

.projects-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
}

.projects-filter {
    text-align: center;
    margin-bottom: 50px;
}

.filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-item {
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    cursor: pointer;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.filter-item:hover {
    color: #ff7a00;
}

.filter-item.active {
    color: #ff7a00;
    border-bottom-color: #ff7a00;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.grid-item {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.grid-item.hidden {
    display: none;
}

.project-card {
    display: block;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.project-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e0e0e0;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.overlay-icon {
    font-size: 48px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
}

.project-info {
    padding: 20px 25px 25px;
}

.project-name {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.project-desc {
    font-size: 14px;
    color: #666666;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.project-link {
    font-size: 13px;
    font-weight: 600;
    color: #ff7a00;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.project-link:after {
    content: '→';
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.project-card:hover .project-link:after {
    transform: translateX(4px);
}

.projects-loadmore {
    text-align: center;
}

.btn-outline {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 16px 48px;
    background: #ff7a00;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    display: inline-block;
}

.btn-outline:hover {
    background: #e05d00;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .projects-title {
        font-size: 22px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .filter-list {
        gap: 8px 20px;
    }

    .filter-item {
        font-size: 13px;
    }

    .btn-outline {
        padding: 14px 32px;
        font-size: 14px;
        width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/show_more/style.css?1781603942130 */
/* /local/templates/main/components/bitrix/news/projects/bitrix/news.list/.default/style.css?17816034874253 */
