.t-32_category-not
{
	width: 100%;
	padding: 100px 0;
	color: #ccc;
	font-size: 18px;
	text-align: center;
}

.t-32_category
{
	background: #1f1f1f;
	width: 100%;
}
.t-32_category-center
{
	margin: auto;
	width: 100%;
	padding: 25px 15px;
	display: flex;
	flex-wrap: wrap;
}

.t-32_category-block-1
{
	width: 33.3333%;
	padding: 15px;
}
.t-32_category-block-2
{
	position: relative;
	background: #181818;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 5px #181818;
}

.t-32_category-top
{
    background: #232323;
    width: 100%;
}
.t-32_category-top a
{
	display: block;
	width: 100%;
	color: #777;
	font-size: 80px;
	text-align: center;
	font-weight: bold;
	padding: 40px 0;
}
.t-32_category-name
{
	text-align: center;
	padding: 20px 15px;
}
.t-32_category-name a
{
	color: #bbb;
	font-size: 22px;
	transition: 0.5s;
}
.t-32_category-name a:hover
{
	color: #fff;
}

/*  */
.t-32_category-menu-button
{
	background: #181818;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: calc( 50% - 30px );
	z-index: 3;
	width: 60px;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	border-radius: 0 0 8px 8px;
}
.t-32_category-menu-button span
{
	background: #bbb;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 3px;
	transition: 0.5s;
}
.t-32_category-menu-button:hover span
{
	background: #fff;
}

.t-32_category-menu
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.t-32_category-menu div
{
	background: #303030;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.t-32_category-menu div ul
{
	display: flex;
}
.t-32_category-menu div ul li
{
	width: 50%;
	padding: 5px;
}
.t-32_category-menu div ul li a
{
	background: #1f1f1f;
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.t-32_category-menu div ul li a svg
{
	display: block;
	height: 26px;
	fill: #bbb;
	transition: 0.5s;
}
.t-32_category-menu div ul li a:hover svg
{
	fill: #fff;
}
.t-32_category-menu-ul-arrow li a svg
{
	transform: rotate( -90deg );
}
/*  */

.t-32_category-navigation
{
	padding: 0 0 40px 0;
	width: 100%;
}