@media(min-width: 1146px){
	.b_tt1{
		margin-left: 8.3333%;
		max-width: 48.8095%;
	}
	.b_sticky .dflt{
		flex-basis: 88.9416%;
	}
	.b_social{
		flex-basis: 11.0584%;
	}
	.l_social .i_share{
		margin-left: auto;
		margin-right: auto;
	}
	.b_sticky:not(.first){
		margin-left: 8.3333%;
		width: 67.0238%;
	}
}

@media(min-width: 993px) and (max-width: 1145px){
	.b_tt1{
		max-width: 50.4212%;
		margin-left: 7.3531%;
	}
	.b_sticky .dflt{
		flex-basis: 90.2412%;
	}
	.b_social{
		flex-basis: 9.7588%;
		min-width: 9.7588%;
	}
	.b_sticky:not(.first){
		margin-left: 7.3531%;
		width: 68.0035%;
	}
}

@media(min-width: 993px){
	.b_tt1{
		padding-top: 3.3333em;
		padding-bottom: 6.6667em;
	}	
	.rank-math-breadcrumb{
		margin-bottom: 3.3333em;
	}

	.b_sticky.first{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		max-width: 75.3571%;
	}
	.b_sticky:not(.first){

	}
	.b_sticky .dflt{
		order: 2;
	}
	.b_social{
		position: sticky;
    	top: 9em;
		order: 1;
	}
	.l_social{
		flex-direction: column;
	}
	.l_social .i_share{
		width: max-content;
	}
	.l_social .i_share:not(:last-child){
		margin-bottom: 1.333em;
	}
	.l_social svg{
		width: 1.7778em;
	}

	.b_posts_links a{
		font-size: 1.6667em;
	}
	.b_posts_links .l_prev a{
		padding-left: 1.3333em;
	}
	.b_posts_links .l_next a{
		padding-right: 1.3333em;
	}
	.b_posts_links svg{
		width: .4667em;
	}

	#news{
		margin-bottom: 8.2987vw;
	}
}

@media(max-width: 992px){  
	.b_tt1{
		max-width: 87.8787%;
		padding-top: 2.7778em;
		padding-bottom: 5.3333em;
		position: relative;
	}	
	.rank-math-breadcrumb{
		margin-bottom: 2.7778em;
	}

	.b_social{
		max-width: 19.7778em;
		margin-top: 3.3333em;
		margin-left: auto;
		margin-right: auto;
	}
	.b_posts_links a{
		font-size: 1.3333em;
	}
	.b_posts_links .l_prev a{
		padding-left: 1.25em;
	}
	.b_posts_links .l_next a{
		padding-right: 1.25em;
	}
	.b_posts_links svg{
		width: .5833em;
	}

	#news{
		margin-bottom: 7.1111vw;
	}
}

.rank-math-breadcrumb{
	padding-top: .3571em;
	padding-bottom: .3571em;
}
.rank-math-breadcrumb > p{
	font-size: .7778em;
}
.rank-math-breadcrumb .separator{
	display: inline-block;
	width: 2.2222rem;
	height: 1.1111rem;
	vertical-align: .8333rem;
	background-size: .5556rem auto;
}
.b_tt1 time{
	margin-bottom: .6667em;
}

.l_category{
	margin-top: 1.3333em;
	margin-right: -1.3333em;
}
.l_category li:not(:last-child){
	margin-right: 1.3333em;
}
.l_category li a{
	font-size: .7778em;
	padding: .3571em 1.1428em;
	border-radius: 2.1428em;
}

.l_social .i_share.pr span{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: .6667em;
	padding: .3333em .5em;
	margin-bottom: 1em;
	bottom: 100%;
    left: 50%;
}

.b_sticky:not(:first-child) .l_category,
.b_sticky:not(:first-child) .b_posts_links,
.b_sticky:first-child .b_posts_links:not(:first-child){
	margin-top: 3.3333em;
}
.b_posts_links{
	gap: 2em 0;
}
.b_posts_links .l_prev,
.b_posts_links .l_next{
	width: calc(50% - 1em);
}