footer {
    padding: 60px 0;
}

footer .col-4 {
    border: 0 !important;;
}

.footer_top .logo_footer {
    width: 300px;
    height:auto;
    margin: 0;
    padding: 0;
}
.footer_top p.footer_text {
    font-size: 1rem;
    line-height: 1.38;
    margin: 0;
    padding: 45px 0;
    color: #fff;
}
.footer_top .footer_nav ul li a {
    font-size: 1rem;
    line-height: 1.38;
    font-weight: 600;
}

.social_links ul {
    overflow:hidden;
    margin-bottom: 15px;
}

.social_links ul li span {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 1.38;
}

.social_links ul li ul li span.phone {
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.31;
}
.footer_top .social_links li a {
    font-size: 2rem;
    line-height: 1.31;
}
.footer_top .social_links li a.payment_item {
    font-size: 1.7rem;
}

/* added by alla on 29.5.2020 */
.footer_top .social_links ul li i.payment_item {
    font-size: 1.7em;
    padding-right: 10px;
    line-height: 1.31;
}
/* end */

.social_links ul li ul li {
    float:left;
}

.footer_top ul li ul li a {
    color: #fff;
    display:block;
    padding-right: 10px;
}

.footer_bot {
    font-size: 1rem;
}
.footer_bot ul li {
    display: inline-block;
}

.footer_bot ul li:after{
    content:'|';
}

.footer_bot ul li:last-child:after{
    content:'';
}
.footer_bot ul li a {
    padding: 0 10px;
}
.service_daev {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 95px;
    position: relative;
    bottom: 7px;
    margin-left: 20px;
}
.service-from{
    font-size: 0.865rem;
    line-height: 1.43;
}
.footer_top {
    margin-bottom: 0;
}
.footer-col-1,
.footer-col-2,
.footer-col-3{
    margin-left: 0;
}

@media screen and (min-width: 768px){
    footer {
        padding: 30px 0;
    }
    .footer-col-2,
    .footer-col-3{
        margin-left: 2.333333%;
    }
    .footer_top {
        margin-bottom: 5rem;
    }
    .footer_top p.footer_text {
        font-size: 0.875rem;
        line-height: 1.43;
        margin: 0;
        padding: 45px 0;
        color: #fff;
    }
    .footer_top .footer_nav ul li a {
        font-size: 0.875rem;
        line-height: 1.43;
        /*font-weight: bold; */
    }
    .social_links ul li span {
        display: block;
        font-size: 0.875rem;
        margin-bottom: 5px;
        line-height: 1.43;
    }
    .footer_bot {
        font-size: 13px;
    }
}