/* Стили header для страницы История */

/* Уникальный фон header для История */
.site-header {
	background-image: url('../../Img/History/Header/Header_background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Стили для шапки истории */
.header-extra-inner {
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.header-line {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

.header-years {
    font-size: 72px;
    font-weight: 300;
    color: #ffffff;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    backdrop-filter: blur(20px);
}

.header-years #years-counter {
    font-size: 72px;
    font-weight: 300;
}

.years-label {
    font-size: 72px;
    font-weight: 300;
    color: #ffffff;
}

.header-center-text {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.header-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    width: 100%;
}

.breadcrumbs {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: left;
	padding-left: 100px;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs a:hover {
    color: #ffffff;
}

.header-description {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    flex: 1;
    margin: 0 auto;
    max-width: 600px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .header-extra-inner {
        padding: 60px 0;
    }
    
    .header-years {
        font-size: 48px;
    }
    
    .header-years #years-counter {
        font-size: 48px;
    }
    
    .years-label {
        font-size: 48px;
    }
    
    .header-center-text {
        font-size: 20px;
    }
    
    .header-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
	.breadcrumbs {
		text-align: center;
		padding-left: 0;
		max-width: 200px;
		margin: 0 auto;
	}
    
    .header-description {
        text-align: center;
        margin: 0;
    }
    
    .header-description {
        font-size: 18px;
        margin: 0;
    }
    
    .breadcrumbs {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .header-extra-inner {
        padding: 40px 0;
    }
    
    .header-years {
        font-size: 36px;
    }
    
    .header-years #years-counter {
        font-size: 36px;
    }
    
    .years-label {
        font-size: 36px;
    }
    
    .header-center-text {
        font-size: 18px;
    }
    
    .header-description {
        font-size: 16px;
    }
    
	.breadcrumbs {
		font-size: 12px;
		max-width: 150px;
	}
}
