.social-item {
	display: flex;
	flex-direction: column;	
	justify-content: start;
	min-height: 220px;
}
.social-item__link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 150px;
	border: 1px solid rgb(183, 183, 183);
	color: #fff;
	font-size: 48px;
}
.social-item__link i[class^="icon"] {
}
.social-item__link i[class^="icon"]::before {
	margin: 0 auto;
}
.social-item__link img {
	display: block;
	max-width: 200px;
	height: auto;
}
.social-item__link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	z-index: -1;
	transition: all .4s ease;
}
.social-item__link.vk::before {
	background-color: #3B5999;
}
.social-item__link.yt::before {
	background-color: #DE4B39;
}
.social-item__link.tg::before {
	background-color: #5EAADE;
}
.social-item__link.zen svg {
	width: 48px !important;
	height: 48px !important;
}
.social-item__link.zen::before {
	background-color: #d4e6f5;
}
.social-item__link.zen:hover::before {
	background-color: #8cc6ec;
}
.social-item__title {
	margin-top: 16px;
	font-size: 18px;
	font-weight: bold;
}
.social-item__descr {
	font-size: 16px;
	margin-top: 4px;
}

.social-list {
	display: flex;
	align-items: center;
	justify-content: start;
	min-height: 35px;
}
.social-item.social-item--small {
	min-height: unset;
	min-width: 35px;
	align-items: center;
	padding: 1rem 2rem;
}
.social-item.social-item--small:not(:last-of-type) {
	/*margin-right: 30px;*/
}
.social-item--small .social-item__link {
	font-size: 24px;
	min-height: unset;
	border: none;
}
.social-item--small .social-item__link::before {
	width: 45px;
	height: 45px;
}
.social-item--small .social-item__link.zen svg {
	width: 18px !important;
	height: 18px !important;
}

.social-item--small .social-item__link.social-item__link--bg {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.social-item--small .social-item__title {
	display: inline-block;
	margin-top: 12px;
	font-size: 8px;
	text-align: center;
}

.mt-lg-5
{
	margin-top: 3rem;
}

.pt-lg-5
{
	padding-top: 3rem;
}

@media (max-width: 600px)
{
	.social-list
	{
		justify-content: center;
	}

	.icons_wrapper
	{
		margin-top: 0!important;
		padding-top: 0!important;
	}

	.pt-lg-5{
		padding-top: 0;
	}

	.mt-lg-5
	{
		margin-top: 0;
	}
	
	.nav_about_main
	{
		padding-bottom: 0px!important;
	}
}

.icon_title
{
text-align: center;
font-size: 14px;
}

.other-proj
{
	padding: 0.5rem 1rem !important;
}

