.social {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contacts_bot2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;	
	font-size: 18px;
	line-height: 21px;
}

.social .soc {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	display: flex;
	gap: 10px;
	align-items: center;
}

.social .soc svg {
	transition: all .2s linear;
}

.social .soc:hover svg {
	scale: 1.2;
}