.contacts-social {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
.contacts-social__link {
    text-decoration: none;
    width: calc((100% / 6) - 16px);
    height: 179px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	color: #FFF;
}
.contacts-social__link_wa {
	background: linear-gradient(to top, #20b038 0%, #60d66a 100%);
}
.contacts-social__link_tg {
	background: linear-gradient(to bottom, #37aee2 0%, #1e96c8 100%);
}
.contacts-social__link_vk {
	background: #5181b8;
}
.contacts-social__link_ig {
	background: linear-gradient(-225deg, #5657cc 0%, #c62f9b 50.25%, #ea4b52 75.37%, #ffdd83 100%);
}
.contacts-social__link_fb {
	background: #3c5a99;
}
.contacts-social__link_ok {
	background: #f7992b;
}
.contacts-social__pict {
    height: 53px;
    display: flex;
    align-items: center;
    margin: 10px 0 30px;
}
.contacts-social__icon_wa {
	width: 46px;
	height: 46px;
}
.contacts-social__icon_tg {
	width: 58px;
	height: 49px;
}
.contacts-social__icon_vk {
	width: 58px;
	height: 35px;
}
.contacts-social__icon_ig {
	width: 48px;
	height: 48px;
}
.contacts-social__icon_fb {
	width: 28px;
	height: 53px;
}
.contacts-social__icon_ok {
	width: 28px;
	height: 48px;
}
.contacts-social__name {
	font: 12px/15px 'montserratsemibold', Arial, sans-serif;
	text-transform: uppercase;
}

@media (min-width: 768px) AND (max-width: 991px)
{
	.contacts-social__link {
		height: 110px;
	}
	.contacts-social__pict {
		height: 53px;
		margin: 0 0 15px;
	}
}
@media (min-width: 576px) AND (max-width: 767px)
{
	.contacts-social {
		margin: 0;
		flex-wrap: wrap;
	}
	.contacts-social__link {
		width: calc((100% / 3) - 10px);
		margin: 0 0 16px;
	}
}
@media (max-width: 575px)
{
	.contacts-social {
		margin: 0;
		flex-wrap: wrap;
	}
	.contacts-social__link {
		width: calc(50% - 8px);
		margin: 0 0 16px;
		height: 162px;
	}
}