.footer-social-actor{
	background-image: url(https://kvartal95.com/wp-content/uploads/2024/12/footer-social.avif);
	background-repeat:no-repeat ;
	background-position:center;
	background-size:cover ;
	position:relative;
	padding:0px;
}
    .footer-social-actor:before{
    	content:'';
    	width:100%;
    	height:100%;
    	background: linear-gradient(360deg, rgba(47,70,141,1) 0%, rgba(47,70,141,0) 100%);
    	position:absolute;
    }
    
    
    .footer-social-actor .footer-social-icon{
    	display: flex;
        flex-direction: column;
       	justify-content: center;
        align-items: center;
    	
    }
        .footer-social-actor .footer-social-icon h3{
        	color: #fff;
            font-size: 26px;
        	font-weight:bold;
        	margin-bottom:42.4px;
        }
        
    .footer-social-actor .footer-social-icon .widget_footer{
    	gap:20px;
    }
        .footer-social-actor .footer-social-icon .widget_footer a{
        	width: 55px;
            height: 55px;
            padding: 14px;
            border: 2px solid #fff;
            border-radius: 50%;
            display: flex;
         	font-size: 26px;
        	transition:all 0.3s;
        }
            .footer-social-actor .footer-social-icon .widget_footer a:hover{
            	border-color:#A9A9A9;
            } 

    .footer-social-actor .footer-social-img{
    	position:relative;
    }
        .footer-social-actor .footer-social-img img{
        	width:100% ; 
        	position:absolute;
        	bottom:0;
        }