.tabs-categorys{
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
	display: inline-block;
	border-bottom: 1px solid #edecec;
}
.tabs-categorys li.active::before,
.tabs-categorys li:hover::before{
	opacity: 1;
}
.tabs-categorys li.active,
.tabs-categorys li:hover{
	color: #0083c1;
}
.tabs-categorys li::before{
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #0083c1;
	left: 0;
	right: 0;
	opacity: 0;
}
.tabs-categorys li{
	list-style: none;
	margin-right: 30px;
	cursor: pointer;
	color: #7e7e7e;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 12px;
	float: left;
	position: relative;
}
.tabs-categorys li:last-child{
	margin-right: 0;
}
.tabs-categorys + .row{
	margin: 0 -10px;
}
.tab-title{	
	text-align: center;
}
.des-category{
	text-align: center;
	padding: 0 15%;
	margin-bottom: 55px;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 24px;
}
@media(max-width: 560px){
	.tabs-categorys{
		margin: 0 0 20px 0;
		float: none;
		text-align: center;
	}
	.tabs-categorys li{
		float: none;
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media(max-width: 320px){
	.tabs-categorys li{
		padding-right: 10px;
	}
}