.page-title {
    font-size: 2.2rem;
    color: #1e3a8a;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: normal;
}
.breadcrumbs {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 40px;
}
.breadcrumbs a {
    color: #3498db;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.news {
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.news__item {
    display: flex;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
    align-items: flex-start;
}

.news__item:last-child {
    border-bottom: none;
}
.news-ico {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-desc {
    flex-grow: 1;
}
.news-desc__date {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 6px;
}
.news-desc__date strong {
    color: #64748b;
    font-weight: bold;
}
.news-desc__title {
    font-size: 1.25rem;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
.news-desc__title a {
    color: #1e3a8a;
    font-weight: bold;
    text-decoration: none;
}
.news-desc__title a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}
.news-desc__text {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}
@media (max-width: 600px) {
    .news__item {
        flex-direction: column;
        gap: 15px;
    }
    .news-ico {
        width: 100%;
        height: 180px;
    }
    .page-title {
        font-size: 1.8rem;
    }
}
.about-page header {
    background-color: #ffffff;
}

.about-page .logo-text {
    color: #333333;
}

.about-page .header-bottom {
    background-color: #b0bec5;
    padding: 10px 20px;
    border-radius: 4px;
}

.about-page .header-bottom__nav li strong span {
    color: #ffffff;
}
.header-top,
.header-top .logo-text,
.header-top .contacts__signature span {
    color: #000000 !important;
}
.header-top__nav a,
.header-top .contacts__phone a {
    color: #000000 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}
.header-top__nav a:hover,
.header-top .contacts__phone a:hover {
    color: #999999 !important;
}
