header nav{
	border-bottom: 1px solid rgb(63 63 63 / 9%);
}
.sub-category p.wt-breadcrumb{
	color: #434343;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
}
.sub-category p.wt-breadcrumb a{
	color: #434343;
	transition: all .2s ease;
	font-size: inherit;
}
.sub-category p.wt-breadcrumb a:hover{
	
	color: #0057FF;
	transition: all .2s ease;
	text-decoration: none;
}
.sub-category p.wt-breadcrumb span.breadcrumb_last {
	opacity: .7;
}
.sub-category p.wt-breadcrumb span span {
	margin: 10px;
}
.sub-category h1{
	color: #222;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; 
}
.sub-category .sub-category-list{
	margin-left: -7px;
	margin-right: -7px;
	display: inline-block;
}
.sub-category .sub-category-list a{
	color: #434343;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height:22px;
	padding: 7px 10px;
	border-radius: 29px;
	border: 1px solid #DADADA;
	margin: 7px;
	display: inline-block;
	transition: all .2s ease;
}
.sub-category .sub-category-list a:hover{
	text-decoration: none;
	color: #0057FF;
	transition: all .2s ease;
	background-color: #F8FBFF;
}
.sub-category .posts-list .wrapper{
	border-radius: 10px;
	background-color: #F8FBFF;
	border: 1px solid #CBDBFA;
	transition: all .2s ease;
	padding: 52px 42px;
}
.sub-category .posts-list .wrapper:hover{
	background-color: #fff;
	transition: all .2s ease;
}
.sub-category .posts-list .wrapper ul{
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;
}
.sub-category .posts-list .wrapper ul li{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 ;
	width: calc(33.3% - 30px);
}
.sub-category .posts-list .wrapper ul li a{
	padding: 0 0 0 32px;
	position: relative;
	color: #434343;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; 
	transition: all .2s ease;
	display: inline-flex;
}
.sub-category .posts-list .wrapper ul li a:before{
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	height: 25px;
	width: 11px;
	background-image: url(../../images/doc/page-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sub-category .posts-list .wrapper ul li a:hover{
	color: #0057FF;
	text-decoration: underline;
	transition: all .2s ease;
}
.sub-category .posts-list .wrapper h2{
	color: #222;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin-top: -100px;
	padding-top: 100px;
	display: inline-flex;
	align-items: center;
	margin-bottom: 32px;
}
.sub-category .posts-list .wrapper h2 span{
	position: relative;
	padding-left: 36px;
}
	.sub-category .posts-list .wrapper h2 span:before{
		left: 0;
		top: 0;
		height: 100%;
		width: 20px;
		content: '';
		position: absolute;
		background-image: url(../../images/doc/doc-icon.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.sub-category .posts-list .wrapper h3{
		color: #222;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	margin: 32px 0 15px 0;
	}
	.sub-category .posts-list .wrapper h4{
		color: #222;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin: 30px 0 15px 0;
	}
	.sub-category .posts-list .wrapper h5,.sub-category .posts-list .wrapper h6{
		color: #222;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	margin: 30px 0 15px 0;
	}
	@media(max-width: 992px){
		.sub-category .posts-list .wrapper ul li{
			width: calc(50% - 30px);
		}
	}
	@media(max-width: 575px){
		.sub-category .posts-list .wrapper{
			padding: 40px 20px;
		}
		.sub-category .posts-list .wrapper ul li{
			width: 100%;
		}
	}