.posts-header {
    position: relative;
}

.posts-header img {
	width: 100%;
	height: 33vh;
	object-fit: cover;
	object-position: center;
}

.posts-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #5a634d1a, #000000e5);
    z-index: 1;
}

.title_overlay .entry-title {
    position: absolute;
    bottom: 1rem;
    color: #FFF;
    z-index: 5;
    font-size: 3rem;
}

.site-content {
    padding: 3rem 0;
}

.page-title,
.page-title span {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.archive_posts {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    gap: 1rem;
}

.archive_posts .post-thumbnail {
    width: 100%;
    height: 20rem;
    display: block;
    overflow: hidden;
}

.archive_posts article {
    width: calc(33.33% - 1rem);
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.title_posts {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    padding: 1rem;
}

.title_posts::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #0000, #030303cc);	
}

.title_posts > * {
    z-index: 50;
}

.posts_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.archive_posts .post-thumbnail:hover .posts_img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.single_post h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.single_post ul li {
	background: top left / contain no-repeat url('https://stroy-drevo.ru/wp-content/uploads/2025/12/check-ul-008000.svg');
	background-size: 1.5rem;
	padding-left: 2rem;
}

.bold_p {
    color: #fff;
    font-weight: 600;
}

.small_p {
    color: #FFF;
    font-size: 0.8rem;
}

.other_posts,
.like_works {
    padding: 3rem 0;
}

.other_posts {
    background: #F7F7F6;
}

@media screen and (max-width: 1020px) {
.archive_posts article {
    width: calc(50% - 1rem);
}
.title_overlay .entry-title,
.page-title,
.page-title span {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 600px) {
.archive_posts article {
    width: 100%;
}

.title_overlay .entry-title,
.page-title,
.page-title span {
    font-size: 2rem;
}

.site-content {
    padding: 1.5rem 0;
}
}

@media screen and (max-width: 440px) {
.archive_posts .post-thumbnail {
    height: 16rem;
}

.single_post h4 {
    font-size: 1.25rem;
}
}