footer{
    float:left;
    width:100%;
    background: url("../img/footer-bg.png") no-repeat center;
    height: 285px;
}
.footer-content{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.left-footer{
    width:390px;
    float:left;
}
.left-footer img{
    float:left;
    width:100%;
}
.right-footer{
    display:flex;
    flex-direction:column;
    gap:45px;
    width:calc(100% - 390px);
}
.top-right-footer{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    margin-top:10px;
}
.soc-wrap{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    padding:15px 0px;
    box-sizing:border-box;
}
.soc-wrap .footer-logo{
    float:left;
    width:45px;
}
.soc-wrap .footer-logo img{
    float:left;
    width:100%;
}
.middle-right-footer{
    float:left;
    width:100%;
    display:flex;
}
.footer-colum{
    float:left;
    width:300px;
    margin-right:20px;
}
.footer-colum .title{
    float:left;
    width:100%;
    color:#FFFFFF;
    font-size:15px;
    font-weight: 700;
    margin-bottom:20px;
}
.footer-colum p, .footer-colum a{
   float:left;
   width:100%;
   color:#FFFFFF;
   font-size:15px;
   font-weight: 400; 
}
.bottom-right-footer{
    float:left;
    width:100%;
    display:flex;
    justify-content:space-between;
    color:#fff;
    font-size:15px;
    
}
.left-bottom-f{
    display:flex;
    gap:20px;
}
.left-bottom-f .f-link{
    color:#fff;
    font-size:15px;
}