.social_links svg {
    margin-left: 12px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
}
.header .column1 {
    width: 17%;
}
.social_links.column1 {
    width: 10%;
}
.social_links.column1 .column1inner {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: center;
}
.footer .social_links {
    padding-top: 15px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.header .phone {
    padding-left: 25px;
    width: 22%;
}
.header .callback.column1 {
    padding-left: 35px;
}
.footer .line1 .contacts .phone2 .feedback{
    margin-top: 15px;
}
.footer .social_links svg {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 13px;
}