.soc_footer .soc-list,
.col_share .soc-list {
    display: flex;
}
.col_share .soc-list {
    justify-content: center;
}
@media (min-width: 768px) {
    .col_share .soc-list {
        justify-content: start;
    }

}


.bl_sub 	.soc-list__link.max path {
	fill: white;
}



.soc_footer .soc-list__link,
.col_share .soc-list__link {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 50px;
    height: 50px;
    padding: 5px;
	margin-left: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	background: transparent;
}
.soc_footer .soc-list__link:hover,
.col_share .soc-list__link:hover {
    opacity: .7;
}
.soc_footer .soc-list__link:first-child,
.col_share .soc-list__link:first-child {
	margin-left: 0;
}
/* Иконки в футере */
.soc_footer .soc-list__link {
	border: 1px solid #7F8A93;
	color: #2C3C4C;
	background: #7F8A93;
}
/**/
.subscription #path44 {
	fill: #fff;
}
.subscription .soc-list__link svg {
	width: 26px;
	height: 26px;
}