.section-title, 
.cat-name, 
.widget-title, 
.lenta-title {
    font-size: 16px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111 !important;
    background: transparent !important;
    border-bottom: 2px solid #0056b3;
    padding: 0 0 8px 0 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1;
    display: block;
    width: 100%;
}

.slider-wrapper-fix {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.swiper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    height: auto;
    position: relative;
}

.hero-post {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

.hero-link-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
    text-decoration: none !important;
    overflow: hidden;
}

.hero-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0;
    display: block;
    transition: transform 0.5s ease;
}

.hero-link-wrap:hover .hero-img {
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.hero-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 3;
    color: #fff;
}

.hero-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.cat-label, 
.cat-label a {
    background: #0056b3;
    color: #fff !important;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-meta .hero-date {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px;
    margin-left: 5px;
}

.hero-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-title a {
    color: #fff !important;
}

.hero-excerpt {
    display: none;
}

.swiper-button-next, 
.swiper-button-prev {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.3);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    backdrop-filter: blur(2px);
    transition: 0.2s;
    z-index: 10;
}

.swiper-pagination {
    bottom: 15px !important;
    z-index: 10;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6) !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.read-more-wrap {
    display: none;
}

.lenta-col {
    border-right: 1px solid #f3f4f6;
    padding-right: 20px;
}

.lenta-item {
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 60px;
}

.lenta-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
    flex-shrink: 0;
    line-height: 1;
}

.l-date {
    font-weight: 800;
    color: #0056b3;
    font-size: 13px;
    margin-bottom: 3px;
}

.l-time {
    font-size: 10px;
    color: #9ca3af;
    font-weight: 500;
}

.lenta-link {
    font-size: 14px;
    line-height: 1.35;
    color: #374151;
    font-weight: 500;
}

.lenta-item.is-important-news .lenta-link {
    font-weight: 800 !important;
    color: #000 !important;
}

.cat-block {
    margin-top: 30px;
    margin-bottom: 40px;
}

.cat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.cat-img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
}

.cat-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

.cat-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-date {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.dt-date {
    font-weight: 700;
    color: #555;
}

.dt-time {
    color: #999;
}

.dt-sep {
    margin: 0 4px;
    color: #ccc;
}

.sidebar-box {
    background: #fff;
    padding: 0;
    margin-bottom: 40px;
}

.sidebar-item {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 12px;
    align-items: flex-start;
    position: relative;
}

.side-thumb-link {
    display: block;
    position: relative;
    background-color: #f4f4f4;
    width: 90px;
    height: 65px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.side-thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 0;
}

.side-content {
    flex-grow: 1;
    min-width: 0;
}

.side-title {
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 1.35;
    margin: 0 0 4px 0;
    color: #111;
}

.side-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-meta {
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.s-date {
    color: #444;
    font-weight: 700;
}

.s-time {
    color: #999;
    font-weight: 500;
}

.single-grid {
    margin-top: 30px;
    grid-template-columns: 2fr 1fr;
    display: grid;
    gap: 40px;
}

.sidebar-col {
    width: 100% !important;
    min-width: 100% !important;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
