.footer_soc{
	margin-top:28px;
	display:flex;
}

.footer_soc>a{
	width:40px;
	height:40px;
	margin-left:28px;	
    background-color: var(--color_2);
	mask-size: contain;
    -webkit-mask-size: contain;
	mask-position:center center;
	 -webkit-mask-position:center center;
	 mask-repeat:no-repeat;
	 -webkit-mask-repeat:no-repeat;
	 transition:0.2s;
}

.footer_soc>a:nth-child(1){
	margin-left:0px;
}

.footer_soc>a:hover{
	transform:translateY(-5px);
}

@media (min-width:1001px){
	
}

@media (min-width:641px) and (max-width:1000px){

}

@media (min-width:0px) and (max-width:640px){ 

}