.container-store{
	margin:10rem auto 2.5rem;
}

.button_container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button_container-list{
    list-style: none;
    display: flex;
	gap:8px;
	width: fit-content;
    padding: 0;
	flex-wrap: wrap;
    justify-content: center;
}

.store_btn{
     display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    gap: 9px;
    background: #8D7961;
    border-radius: 8px;
    height: stretch;
    transition: all .2s;
    width: 182px;
}

.store_btn img{
	max-width:28px;
}

.store_btn:hover{ 
	background: #89673d;
}


.button_container-title{
    font-size: 20px;
    color: #8D7961;
    font-weight: 700;
    line-height: 100%;
}


.btn_text{
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 9px;
    line-height: 1;
}

.btn_text span{
    font-weight: 700;
    font-size: 20px;
}


.single-sidebar{
    max-width: 384px;
}



.blog-active-filter__title{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--wp--preset--color--black);
}

.blog-active-filter__title a{
    color: rgba(141, 121, 97, 0.65);
    font-size: 2rem;
    font-weight: 500;
}


.blog_filter-wrapper{
	  margin: 4rem 0 3.5rem;
} 

.blog-filter{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 0;
	margin: 0;
	list-style:none;
}


.filter-btn{
    border-radius: 100px;
    padding: 6px 22px;
    background: rgba(141, 121, 97, 0.15);
    color: rgba(141, 121, 97, 0.65);
	border: 2px solid #ffffff00;
	transition: all .2s;
}

.filter-btn:hover{
	color: #8b5897;
}

.filter-btn.is-active{
   
    background: transparent;
    color: #8b5897;
    border-color: #8b5897;
}



.mobile_filter-btn,
.filter-btn svg{
	display:none;
}

.blog-cards{
	display: flex;
    list-style: none;
    padding: 0;
	overflow: hidden;
	gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
}


.blog_card{
    display: flex;
    flex-direction: column;
    align-items: start;
	 max-width: 384px;
}

.categoty_badge{
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--wp--preset--color--white);
	padding: 6px 16px;
    border-radius: 0 12px 12px 0;
	margin-bottom: -14px;
    z-index: 1;
} 


.cat-finance{
	 background: #75a14f;
}

.cat-sovet{
	 background: #8b5897;
}
.cat-news{
	 background: #6667ab;
}

.cat-cards{
	 background: #cec153;
}

.cat-zaim{
	 background: #b28330;
}

.card_img{
	overflow: hidden;
    max-height: 192px;
    width: 100%;
	height: 100%;
}


.card_img img{
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
	object-fit: cover;
}


.blog_card-info{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 100%;
    padding: 16px 24px 24px;
    background: var(--wp--preset--color--white);
    border-radius: 0 0 16px 16px;
}

.post_date{
    font-size: 14px;
    color: #8d7961;
}

.card_post-title {
    font-weight: 700;
    font-size: 18px;
	margin: 8px 0 24px;
	letter-spacing: -0.4px;
}

.card_post-title a{
  display: -webkit-box;
  -webkit-line-clamp: 3;     
  -webkit-box-orient: vertical;
  overflow: hidden;
	color: var(--wp--preset--color--black);
}

.blog_card-info .post_tag-list{
	margin-top:auto;
}

.post_tag-list{
    list-style: none;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    column-gap: 0.25rem;
    row-gap: 0.5rem;
}

.post_tag-link{
    border-radius: 40px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
}

.post_tag-link.tag-polezno,
.post_tag-link.tag-banks{
	background: rgba(178, 131, 48, 0.25);
    color: #b28330;
}

.post_tag-link.tag-blocks,
.post_tag-link.tag-vigoda,
.post_tag-link.tag-zaim{
	background: rgba(139, 88, 151, 0.15);
    color: #8b5897;
}
.post_tag-link.tag-soveti,
.post_tag-link.tag-oformlenie{
	background: rgba(102, 103, 171, 0.25);
    color: #6667ab;
}

.post_tag-link.tag-important,
.post_tag-link.tag-usloviya,
.post_tag-link.tag-procent{
	background: rgba(117, 161, 79, 0.25);
    color: #75a14f;
}


/***************single - post*******************/


.single-grid{
    display: flex;
	gap: 32px;
}


.single-sidebar__inner{
    position: sticky;
    top: 100px;
	display: flex;
    flex-direction: column;
    align-items: start;
    gap: 48px;
}

.sb-block{
    width: 100%;
}

.sb-list{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
	font-weight: 700;
    font-size: 20px;
}


.sb-item{
    width: 100%;
    border-bottom: 1px solid rgba(141, 121, 97, 0.3);
}

.sb-link{
	display: block;
	padding: 16px 0;
    color: rgba(141, 121, 97, 0.65);
	transition: all .2s;
}

.sb-link:hover{
	color:#8b5897;
}

.sb-link-active{
	color:#8b5897;
}


.sb-title{
	font-weight: 700;
    font-size: 20px;
	 color: rgba(141, 121, 97, 0.65);
	margin-bottom:24px;
}

.sb-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
	
}

.sb-reco{
	flex-direction: column;
    display: flex;
    gap: 32px;
	margin:0;
    padding:0;
}

.sb-reco .post_date {
    display:none;
}

.sb-reco .card_post-title {
	margin-top:0;
	letter-spacing: -0.5px;
}








/***/

.single-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 800px;
}

.single-meta_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.single-meta_block .post_tag-list{
    margin: 1.5rem 0;
}

.single-meta{
	font-weight: 500;
    font-size: 14px;
	color :#8d7961;
}

.single-hero-img{
    width: 100%;
    max-height: 400px;
    overflow: hidden;
	border-radius:16px;
}

.single-hero-img img{
    height: 100%;
	width: 100%;
    object-fit: cover;

}

.single-content h1,
.single-content h2{
	font-weight: 700;
    font-size: 2.5rem;
    color: #2e2c29;
}

.single-content h1{
	line-height: 55px;
    margin-bottom: 24px;
}


.single-content h2{
    font-size: 1.5rem;
}


.single-text{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
	margin-bottom: 40px;
}

.single-text ul,
.single-text ol,
.single-text p{
	font-weight: 500;
    font-size: 1.25rem;
    line-height: 150%;
	color: #2e2c29;
	    margin: 0;
}

.single-content ul::marker{
	 font-size: 16px;
}


.single-text .container-faq{
	padding: 0;
	margin:0;
	width: 100%;
    max-width: none;
}

.single-text .cta_widget-title,
.single-text .container-faq h2{
	font-size: 2.5rem;
    text-align: start;
    margin: 0;
	color: #6667AB;
	text-transform: uppercase;
}

.single-text .container-faq .faq-list {
	margin-top: 24px;
}

.single-text .faq-list .list-item {
    padding: 1.5rem 0;
}


.cta_widget{
	display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    padding: 2.5rem;
    background: #FFFFFF;
    border-radius: 16px;
}


.single-text .cta_widget-description{
    color: rgba(141, 121, 97, 0.65);
}

.cta_btn-container{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta_btn-wrap{
    display: flex;
    align-items: center;
    gap: 1rem;
	 font-weight: 500;
    font-size: 14px;
    line-height: 143%;
}


.cta_btn-wrap:first-child{
	color:#8b5897;
}

.cta_btn-wrap:last-child{
	color:#6667ab;
}

.cta_btn-wrap:last-child a span{
	width: 2rem;
}




/****************навишация************/

.nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
}

.page-numbers{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: rgba(141, 121, 97, 0.65);
    padding: .5rem 1rem;
    border-radius: 50%;
    background: transparent;
	border: 2px solid transparent; 
	transition: all .2s;
}

.page-numbers:hover{
	color: #8b5897;
	background: rgba(141, 121, 97, 0.15);
}

.page-numbers.current{
	color: #8b5897;
	border: 2px solid #8b5897; 
}

.prev.page-numbers,
.next.page-numbers{
    display: flex;
    padding: 0.75rem;
    background: rgba(141, 121, 97, 0.15);
}

.prev.page-numbers:hover path,
.next.page-numbers:hover path {
    fill: #8b5897;
}

/**************************************/


@media (max-width: 782px) {
	.category .flex-center,
	.tag .flex-center,
	.blog .flex-center{
		padding:0;
	}
	
	.main_title{
    gap: 8px;
    font-size: 34px;
    margin: 24px 0;
    letter-spacing: -0.02em;
}
	.main_title span {
    font-size: 24px;
}
	
	.post_tag-list {
    column-gap: 4px;
    row-gap: 10px;
}
	
	
	.blog_card {
	width: 100%;
    max-width: none;
}
	
	
    .mobile_filter-btn, .filter-btn svg {
    display: flex;
}
	
	.mobile_filter-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2e2c29;
	padding: 6px 24px;
	cursor:pointer;
   
}
	
	.mobile_filter-wrap{
    display: flex;
    flex-direction: column;
	text-align: left;
	
   
}
	
	.mobile_filter-btn span{
		 font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    color: rgba(141, 121, 97, 0.65);
	}
	

	
	.blog_filter-wrapper{
	margin: 24px 0 32px;
    border: 1px solid rgba(141, 121, 97, 0.3);
    border-radius: 16px;
    background: transparent;
    
}
	
	.blog-filter{
	height: 0;
    margin: -24px 24px 0;
    opacity: 0;
    visibility: hidden;
    padding: 6px 0 16px;
    flex-direction: column;
	border-top: 1px solid rgba(141, 121, 97, 0.3);
	transition:all .2s;
}

	
	.blog-filter li{
		width: 100%;
	}
	
	.filter-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	background: transparent;
    border: none;
	font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2e2c29;
    padding:6px 0;
	}
	
	.filter-btn.is-active{
		color: #8d7961;
	}
	
	.filter-btn svg{
		opacity:0;
	}
	
	
	
	.filter-btn.is-active svg{
		opacity:1;
	}
	
	.open--filter{
		transition:all.2s;
		box-shadow: 0 15px 45px 0 rgba(0, 0, 0, 0.1);
	}
	
	.open--filter .blog-filter{
    height: 100%;
    margin-top:0;
    opacity: 1;
    visibility: visible;
}
	
	.open--filter .mobile_filter-btn svg{
		    transform: perspective(800px) rotateX(180deg);
	}
	
	
	/********************запись*************************/
	
	.single-sidebar {
    max-width: none;
}
	
	.single-grid {
    gap: 32px;
    flex-direction: column-reverse;
}
	
	.single-hero-img img {
    aspect-ratio: 16 / 8;
}
	
	
	   .single-meta_block .post_tag-list {
        margin: 20px 0;
    }
	
	.single-content h1{
	line-height: 33px;
    margin-bottom: 20px;
}
	.single-text {
    gap: 20px;
}
	
	.cta_widget {
    gap: 16px;
    padding: 24px 20px;
}
	
	.single-text .cta_widget-title, 
	.single-text .container-faq h2 {
		font-size: 24px;
	}
	
	.cta_btn-wrap {
    flex-direction: column-reverse;
		align-items: start;
	}
	
	.sb-title,
	.sb-list{
		font-size:16px;
	}
	.single-meta{
		display:none;
	}
	
	
	
}



















































