/* ===== HERO СЕКЦИЯ ===== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 800px;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #1a2a1f;
}

.hero p {
    font-size: 18px;
    color: #4a5b4a;
    margin-bottom: 30px;
    max-width: 600px;
    font-weight: 400;
}

/* ===== БЕГУЩАЯ СТРОКА ===== */
.marquee-tags {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 18px 0;
    border-top: 1px solid #eef2ee;
    border-bottom: 1px solid #eef2ee;
    overflow: hidden;
    z-index: 1;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: inline-flex;
    white-space: nowrap;
    animation: scrollTags 20s linear infinite;
    width: auto;
}

.marquee-content span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #2c5e2a;
    margin-right: 48px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.marquee-content span:before {
    content: '•';
    margin-right: 20px;
    color: #b8d0b8;
    font-size: 20px;
    vertical-align: middle;
}

.marquee-content span:first-child:before {
    display: none;
}

/* ===== ПРОЕКТЫ ГОРИЗОНТАЛЬНЫЕ (если используются) ===== */
.projects-horizontal {
    margin-top: 50px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.projects-track {
    display: flex;
    gap: 20px;
    animation: scrollProjects 50s linear infinite;
    width: fit-content;
}

.projects-track:hover {
    animation-play-state: paused;
}

/* ===== ТЕНДЕРЫ ===== */
.tender-section {
    background-color: #ffffff;
}

.tender-block {
    background: #ffffff;
    padding: 48px;
    border-radius: 24px;
    border: 1px solid #eef2ee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    text-align: center;
}

.tender-block p {
    font-size: 16px;
    color: #4a5b4a;
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto;
}

/* ===== КОНТАКТЫ ===== */
.contact-section {
    background: #f7f8f7;
    padding: 70px 0 40px;
}

.contact-header {
    text-align: center;
    margin-bottom: 48px;
}

.contact-header h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1a2a1f;
}

.contact-header p {
    font-size: 16px;
    color: #6b7a6b;
    max-width: 600px;
    margin: 0 auto;
}

.contact-new-grid {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.05);
}

.contact-left {
    flex: 1;
    min-width: 280px;
}

.contact-logo {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef2ee;
}

.logo-big {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2c5e2a;
    margin-bottom: 6px;
}

.logo-inn {
    font-size: 14px;
    color: #8a9a8a;
}

.license-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.license-btn {
    background: #f8faf8;
    border: 1px solid #e0e8e0;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #2c5e2a;
    cursor: default;
    text-align: center;
    transition: all 0.2s;
    width: fit-content;
}

.license-btn:hover {
    background: #eef4ee;
    border-color: #2c5e2a;
}

.download-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.download-btn {
    background: #e31e24;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
}

.download-btn:hover {
    background: #c41a1f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(227, 30, 36, 0.3);
}

.contact-right {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

.contact-list li {
    font-size: 16px;
    color: #2c5e2a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-list li a {
    color: #e31e24;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-list li a:hover {
    color: #c41a1f;
}

.social-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-btn {
    background: #f8faf8;
    border: 1px solid #e0e8e0;
    padding: 10px 22px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #2c5e2a;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
}

.social-btn:hover {
    background: #2c5e2a;
    color: white;
    border-color: #2c5e2a;
}

.contact-copyright {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #eef2ee;
    margin-top: 20px;
}

.contact-copyright p {
    font-size: 13px;
    color: #8a9a8a;
    line-height: 1.5;
}

/*

@media (max-width: 768px) {
    .contact-new-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .contact-left {
        text-align: center;
    }
    
    .license-buttons {
        align-items: center;
    }
    
    .license-btn {
        width: 100%;
        max-width: 280px;
    }
    
    .contact-right {
        align-items: center;
        text-align: center;
    }
    
    .contact-list li {
        justify-content: center;
    }
    
    .social-buttons {
        justify-content: center;
    }
    
    .logo-big {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 40px 0;
    }
    
    .license-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
    
    .social-btn {
        padding: 6px 16px;
        font-size: 13px;
    }
    
    .contact-list li {
        font-size: 14px;
    }
}
*/
/* ===== НОВЫЙ БЛОК: ПОСТАВКИ ГРАНИТА ===== */
.supply-projects {
    padding: 80px 0;
    background: #ffffff;
}

.supply-projects h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 500;
    color: #1a2a1f;
    letter-spacing: -0.02em;
}

.supply-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}

.supply-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eef2ee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.supply-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
    border-color: #d4e0d4;
}

.supply-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f7f5;
}

.supply-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.supply-card:hover .supply-image img {
    transform: scale(1.03);
}

.supply-details {
    padding: 24px 28px 28px;
    background: #ffffff;
}

.supply-details h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1a2a1f;
    border-left: 3px solid #2c5e2a;
    padding-left: 16px;
}

.supply-details .detail-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    gap: 8px;
}

.supply-details .detail-label {
    font-weight: 600;
    color: #2c5e2a;
    min-width: 90px;
    letter-spacing: 0.3px;
}

.supply-details .detail-value {
    color: #4a5b4a;
    flex: 1;
}

/* ===== СЛАЙДЕР ПРОЕКТОВ (НАЗВАНИЕ НАД ФОТО) ===== */
.projects-slider-section {
    background: #ffffff;
}

.projects-slider-container {
    width: 100%;
}

.project-slide {
    transition: opacity 0.3s ease;
}

/* Контейнер для всего блока проектов */
.project-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Заголовок проекта - НАД фото и описанием, без сдвига */
.project-main-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #1a2a1f;
    letter-spacing: -0.02em;
    text-align: left;
    width: 100%;
    position: relative;
    left: 0;
    transform: none;
}


/* Контейнер с фото и описанием - по центру */
.project-content {
    display: flex;
    gap: 0px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

/* ГАЛЕРЕЯ (ФОТО) */
.project-gallery {
    order: 1;
    width: 700px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gallery-main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f5f7f5;
    width: 700px;
    height: 380px;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
    will-change: transform;
}

.gallery-main:hover img {
    transform: scale(1.05);
    opacity: 0.92;
}

/* СТРЕЛКИ */
.gallery-arrow {
    width: 48px;
    height: 48px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #2d2d2d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.gallery-arrow:hover {
    background: #f5f5f5;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border-color: #ccc;
}

/* ОПИСАНИЕ (БЕЛЫЙ ФОН, БЕЗ ТЁМНОГО ЗАДНИКА) */
.project-info {
    order: 2;
    width: 480px;
    height: 380px;
    background: #ffffff;
    padding: 24px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: visible;
}

/* Стили для строк внутри блока */
.project-info .detail-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.4;
    gap: 8px;
    padding: 0;
    min-height: 60px;
}

.project-info .detail-label {
    font-weight: 700;
    color: #000000;
    min-width: auto;
    letter-spacing: 0.3px;
    flex-shrink: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.project-info .detail-label::after {
    content: ":";
    margin-right: 4px;
}

.project-info .detail-value {
    color: #000000;
    flex: 1;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Плавная смена проекта */
.project-slide {
    transition: opacity 0.3s ease;
}

/* АДАПТАЦИЯ ДЛЯ ПЛАНШЕТОВ 
@media (max-width: 1100px) {
    .project-gallery {
        flex: 0 0 500px;
    }
    
    .project-info {
        flex: 0 0 370px;
    }
    
    .gallery-main {
        height: 320px;
    }
    
    .project-info {
        height: 320px;
    }
}

@media (max-width: 992px) {
    .project-content {
        flex-direction: column;
        gap: 32px;
        min-height: auto;
        align-items: center;
    }
    
    .project-gallery {
        flex: 0 0 auto;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .project-info {
        flex: 0 0 auto;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        height: auto;
        min-height: 280px;
    }
    
    .project-main-title {
        font-size: 28px;
        margin-bottom: 24px;
        text-align: left;
        margin-left: 20px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .project-gallery {
        gap: 12px;
    }
    
    .gallery-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .project-info {
        padding: 20px;
    }
    
    .project-info .detail-row {
        margin-bottom: 14px;
        padding: 8px 0;
    }
    
    .project-info .detail-label {
        min-width: 85px;
    }
    
    .project-main-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .project-gallery {
        gap: 8px;
    }
    
    .gallery-arrow {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
    
    .project-info .detail-row {
        flex-direction: column;
        gap: 6px;
        margin-bottom: 16px;
    }
    
    .project-info .detail-label {
        min-width: auto;
    }
    
    .project-main-title {
        font-size: 22px;
    }
}
*/