footer {
    padding: 80px 0px 56px 0px;
 
    background: linear-gradient(90deg, #1077BE -9.03%, #408EC4 102.71%);
    color: #fff;
}

footer a{
    color: #fff;
}

footer .footer, footer .policy {
    display: flex;
    justify-content: space-between;
}

footer .logo {
    min-width: 180px;

}
footer .logo svg {
    margin-bottom: 70px;
}

footer .phone {
    margin-bottom: 4px;
}

footer .header_contact {
    margin-bottom: 16px;
}

footer .social svg {
    margin-top: 10px;
    margin-bottom: 12px;
}

footer h4 {
    margin-bottom: 24px;
}

footer ul li {
    list-style-type: none;
    margin-left: -30px;
    margin-bottom: 8px;
}

footer .general img {
    margin-bottom: 21px;
} 

footer .general ul li {
    margin-bottom: 12px;
}

footer .foter_policy {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    margin-bottom: 10px;
}