

/* Start:/local/templates/barkli/components/bitrix/news.list/projects/style.css?176564815511591*/
/* ===== PROJECTS PAGE - PREMIUM DESIGN ===== */
.projects-page {
    color: #ffffff;
}

/* ===== PROJECT BANNER (Первый проект - 2 колонки 50/50) ===== */
.project-banner {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.project-banner__row {
    display: flex;
    width: 100%;
}

.project-banner__col {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

.project-banner__col--left {
    padding: 80px 60px 80px 120px;
}

.project-banner__col--right {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


/* Маска поверх фото */
.project-banner__mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; /* ❗ чтобы не мешала кликам */
    opacity: 1; /* если нужно — регулируй */
}

/* Если нужен синий градиент поверх */
.project-banner__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;

    pointer-events: none;
}


.project-banner__content {
    max-width: 600px;
}

.project-banner__title {
    font-size: 45px;
    padding-top: 20px;
    font-family: "SangBleu Sunrise", serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 32px;
    letter-spacing: -0.5px;
    opacity: 0;
}

.project-banner__text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0;
    font-family: "Isabella Sans", sans-serif;
    font-weight: 300;
}

.project-banner__buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    opacity: 0;
}

.project-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    transform: scale(1.1);
}

.project-banner__info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
    opacity: 0;
}

.project-banner__name {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.project-banner__address {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    opacity: 0.9;
    font-family: "Isabella Sans", sans-serif;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ===== BUTTONS - PREMIUM STYLE ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 1px;
    font-family: "Isabella Sans", sans-serif;
}

.btn--primary {
    padding: 16px 40px;
    background: #0066ff;
    color: #ffffff;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn--primary:hover {
    background: #0052cc;
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.3);
}

.btn--play {
    width: 56px;
    height: 56px;
    padding: 0;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.btn--play:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

/* ===== PROJECT FEATURED (Второй проект с SVG маской) ===== */
.project-featured {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
}

.project-featured__wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}

.project-featured__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.project-banner__mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.project-featured__content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px;
    width: 100%;
    padding: 48px 60px;
    background: rgba(10, 25, 53, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.project-featured__title {
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.project-featured__text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 32px;
    opacity: 0.85;
    font-family: "Isabella Sans", sans-serif;
    font-weight: 300;
}

.project-featured__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.project-featured__address {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    opacity: 0.75;
    font-family: "Isabella Sans", sans-serif;
}

.project-featured__address svg {
    opacity: 0.6;
}

.project-featured__links {
    display: flex;
    gap: 32px;
    align-items: center;
}

.project-featured__link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: "Isabella Sans", sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.project-featured__link:hover {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.project-featured__link--main {
    color: #ffffff;
    font-weight: 500;
}

/* ===== PROJECTS SECTION ===== */
.projects-section {
    padding: 100px 0 120px;
    background: #0a1935;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-title {
    font-family: "SangBleu Sunrise", serif;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    opacity: 0;
}

.section-subtitle {
    font-family: "Isabella Sans", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    margin: 0 0 80px;
    opacity: 0;
    width: 100%;
    font-weight: 300;
}

/* ===== PROJECTS TABS - PREMIUM ===== */
.projects-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    opacity: 0;
}

.projects-tab {
    padding: 12px 32px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    letter-spacing: 0.5px;
    font-family: "Isabella Sans", sans-serif;
}

.projects-tab:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
}

.projects-tab.active {
    background: #0066ff;
    border-color: #0066ff;
    color: #ffffff;
}

/* ===== PROJECTS GRID - PREMIUM ===== */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: rgba(255, 255, 255, 0.05);
}

.project-card {
    position: relative;
    background: #0a1935;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    opacity: 0;
}

.project-card:hover {
    transform: scale(1.02);
    z-index: 10;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.project-card[style*="display: none"] {
    display: none !important;
}

.project-card__image {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0.8);
}

.project-card:hover .project-card__image img {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.project-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 25, 53, 0.95) 0%, rgba(10, 25, 53, 0.4) 60%, transparent 100%);
}

.project-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 32px;
    z-index: 2;
}

.project-card__title {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 16px;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.project-card__address {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    opacity: 0.8;
    font-family: "Isabella Sans", sans-serif;
}

.project-card__address svg {
    flex-shrink: 0;
    opacity: 0.6;
}

/* ===== RESPONSIVE - PREMIUM ===== */
@media (max-width: 1400px) {
    .container {
        padding: 0 30px;
    }
}

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

    .project-banner__col--left {
        padding: 60px 40px 60px 80px;
    }

    .project-banner__title {
        font-size: 44px;
    }

    .section-title {
        font-size: 36px;
    }

    .project-featured__content {
        max-width: 800px;
        padding: 40px 50px;
    }
}

@media (max-width: 992px) {
    .project-banner__row {
        flex-direction: column;
        min-height: auto;
    }

    .project-banner__content {
        padding-bottom: 40px;
    }

    .project-banner__col {
        width: 100%;
    }

    .project-banner__col--left {
        padding: 60px 30px;
        min-height: 60vh;
    }

    .project-banner__col--right {
        min-height: 50vh;
    }

    .project-banner__title {
        font-size: 38px;
        line-height: 1.6;
    }

    .project-featured__title {
        font-size: 36px;
    }

    .project-featured__content {
        padding: 40px;
        bottom: 40px;
    }

    .project-featured__controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .project-card__image {
        height: 380px;
    }
}


@media (max-width: 768px) {
    .projects-section {
        padding: 60px 0 80px;
    }

    .container {
        padding: 0 20px;
    }

    .project-banner__title {
        padding-left: 20px;
        margin-top: 100px;
        font-size: 32px;
    }

    .project-banner__row {
        flex-direction: column;
    }

    .project-banner__text {
        padding: 0 20px;
    }


    .project-banner__col--left {
        padding: 0px;
    }

    .project-banner__col--right {
        position: relative;
        height: 60vh;
        min-height: 360px;
    }

    .project-banner__image {
        position: absolute;
        inset: 0;
        transform: none; /* ❗ */
    }

    .project-banner__mask {
        opacity: 0.9;
    }

    .section-title {
        font-size: 32px;
        padding: 20px 20px 0 20px;
    }

    .section-subtitle {
        margin-bottom: 50px;
        padding: 20px;
    }

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

    .project-featured__content {
        padding: 30px 24px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        transform: none;
        max-width: none;
    }

    .project-featured__links {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

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

    .project-card__image {
        height: 350px;
    }

    .project-card__content {
        padding: 30px 24px;
    }

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

@media (max-width: 480px) {
    .project-banner__title {
        font-size: 28px;

    }

    .project-banner__buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn--primary {
        margin: 0 auto;
    }

    .projects-tabs {
        gap: 10px;
    }

    .projects-tab {
        font-size: 12px;
        padding: 10px 20px;
    }

    .project-card__image {
        height: 300px;
    }
}

/* End */
/* /local/templates/barkli/components/bitrix/news.list/projects/style.css?176564815511591 */
