.t-32_links-private
{
	background: #1f1f1f;
	width: 100%;
	padding: 150px 0;
}
.t-32_links-private svg
{
	margin: auto;
	display: block;
	height: 60px;
	fill: #ca0202;
}

.t-32_links-wallpaper
{
	background: #1f1f1f;
	width: 100%;
}
.t-32_links-wallpaper-center
{
	width: 100%;
	height: 400px;
}

.t-32_links-button-settings
{
	padding: 30px 0 0 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.t-32_links-button-settings a
{
	background: #1f1f1f;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0 0 5px #1f1f1f , 0 0 10px #1f1f1f;
}
.t-32_links-button-settings a svg
{
	display: block;
	height: 36px;
	fill: #fff;
}

.t-32_links-menu-block
{
	background: #111;
	padding: 20px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.t-32_links-menu-block a
{
	background: #313131;
	padding: 15px 30px;
	color: #ccc;
	font-size: 20px;
	border-radius: 8px;
	transition: 0.5s;
}
.t-32_links-menu-block a:hover
{
	background: #292929;
	color: #fff;
}
.t-32_links-menu-add
{
	background: #1f1f1f;
	width: 100%;
	padding: 40px 0 0 0;
	display: flex;
	justify-content: center;
}
.t-32_links-menu-add a
{
	background: #941111;
	padding: 15px 30px;
	color: #e3e3e3;
	font-size: 18px;
	border-radius: 30px;
	transition: 0.5s;
}
.t-32_links-menu-add a:hover
{
	background: #7a0808;
	color: #fff;
}