.t-32_links-not-links
{
	width: 100%;
	padding: 100px 0;
	color: #ccc;
	font-size: 18px;
	text-align: center;
}

.t-32_links
{
	background: #1f1f1f;
	width: 100%;
}
.t-32_links-center
{
	margin: auto;
	width: 100%;
	padding: 25px 15px;
	display: flex;
	flex-wrap: wrap;
}

.t-32_links-name-category
{
	width: 100%;
	padding: 20px;
	border-bottom: solid 2px #3b3b3b;
}
.t-32_links-name-category h3
{
	color: #ccc;
	font-size: 22px;
	text-align: center;
}

.t-32_links-block-1
{
	width: 33.3333%;
	padding: 15px;
}
.t-32_links-block-2
{
	position: relative;
	background: #181818;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 5px #181818;
}

.t-32_links-img
{
    background: #232323;
	position: relative;
	padding: 68.1% 0 0 0;
    width: 100%;
    height: 0;
}
.t-32_links-img a
{
	display: block;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    width: 100%;
    height: 100%;
}
.t-32_links-img a img
{
    display: block;
    width: 100%;
    height: 100%;
}

.t-32_links-name
{
	text-align: center;
	padding: 20px 15px;
}
.t-32_links-name a
{
	color: #bbb;
	font-size: 22px;
	transition: 0.5s;
}
.t-32_links-name a:hover
{
	color: #fff;
}

/*  */
.t-32_links-info
{
	background: #181818;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	left: calc( 50% - 22px );
	z-index: 1;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px #181818 , 0 0 10px #181818;
}
.t-32_links-info svg
{
	display: block;
	height: 26px;
	fill: #bbb;
	transition: 0.5s;
}
.t-32_links-info:hover svg
{
	fill: #fff;
}

.t-32_links-info-window
{
    z-index: 1003;
	display: none;
	overflow: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.t-32_links-info-window-center
{
	display: none;
	margin: auto;
	padding: 0 10px 20px 10px;
	max-width: 600px;
}

.t-32_links-info-window-block
{
	background: #212121;
	padding: 30px;
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 0 5px #929292 , 0 0 10px #929292;
}
.t-32_links-info-window-text
{
	color: #eee;
	font-size: 18px;
	text-align: center;
}

.t-32_links-info-window-close-block
{
	padding: 20px 0;
	width: 100%;
}
.t-32_links-info-window-close
{
	background: #bd0202;
	position: relative;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 50%;
	transition: 0.5s;
}
.t-32_links-info-window-close:hover
{
	background: #9c0202;
}
.t-32_links-info-window-close:before , 
.t-32_links-info-window-close:after
{
	content: '';
	background: #eee;
	position: absolute;
	height: 2px;
	width: 22px;
	top: 24px;
	left: 14px;
	transition: 0.5s;
}
.t-32_links-info-window-close:before
{
	transform: rotate(-45deg);
}
.t-32_links-info-window-close:after
{
	transform: rotate(45deg);
}
.t-32_links-info-window-close:hover:before , 
.t-32_links-info-window-close:hover:after
{
	background: #fff;
}
/*  */

/*  */
.t-32_links-menu-button
{
	background: #181818;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: calc( 50% - 30px );
	z-index: 3;
	width: 60px;
	padding: 10px 0;
	border-radius: 0 0 8px 8px;
	display: flex;
	justify-content: center;
}
.t-32_links-menu-button span
{
	background: #bbb;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 3px;
	transition: 0.5s;
}
.t-32_links-menu-button:hover span
{
	background: #fff;
}

.t-32_links-menu
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.t-32_links-menu div
{
	background: #303030;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.t-32_links-menu div ul
{
	display: flex;
}
.t-32_links-menu div ul li
{
	width: 50%;
	padding: 5px;
}
.t-32_links-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_links-menu div ul li svg
{
	display: block;
	height: 26px;
	fill: #bbb;
	transition: 0.5s;
}
.t-32_links-menu div ul li a:hover svg
{
	fill: #fff;
}
.t-32_links-menu-ul-arrow li a svg
{
	transform: rotate( -90deg );
}
/*  */

.t-32_links-navigation
{
	padding: 0 0 40px 0;
	width: 100%;
}