.footer {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 30px;
}
.footer ._title{
    background: #fff;
    padding-top: 100px;
    padding-bottom: 70px;
}

.footer ._switcher-contact [uk-switcher] {
    margin-left: 0px;
}
.footer ._switcher-contact [uk-switcher] a {
    padding: 0 15px 0 0;
    margin: 0;
}
.ya-share2__badge  {
    margin: 5px!important;
}


.ya-share2 .ya-share2__badge {
    opacity: 0.8!important;
}
.ya-share2 .ya-share2__badge:hover {
    opacity: 1!important;
}

.footer__social-link {
    line-height: 34px;
    display: inline-block;
    overflow: hidden;
    width: 34px;
    height: 34px;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    background: #ccc;
}

.footer__social-link .i {
    font-size: 1em;
    fill: #fff;
}
svg:not(:root) {
    overflow: hidden;
}
.i {
    width: 1em;
    height: 1em;
    fill: inherit;
    stroke: inherit;
}

._social-link {
    line-height: 34px;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    background: #ccc;
    padding-top: 2px;
    color: #000
}
._social-link:hover {
    color: #FFF;
    background: #898889;
}