.social-wrapper .button {
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #fff !important;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.social-wrapper .button:hover {
    width: 110px;
}

.social-wrapper .button .icon {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 13px;
    transition: all 0.3s ease-out;
}

.social-wrapper .button .icon i {
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s ease-out;
}

.social-wrapper .button:hover .icon i {
    color: #000;
}

.social-wrapper .button .icon i img {
    width: 30px !important;
    height: 30px !important;
}

.social-wrapper .button span {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    margin-left: 5px;
    transition: all 0.3s ease-out;
    color: #333;
}

/*.top-block .social-icons li { margin:0; }*/
/*.top-block .social-icons li a {position:relative; margin:0;padding:0px;height:45px;width:47px;background:none;line-height: 50px;text-align: center;}*/
/*.top-block .social-icons li a .svg{left: -2px;top:-2px;}*/
/*.top-block .social-icons li.vk a .svg{top:-1px;}*/
/*.top-block .social-icons li.facebook a .svg{left: -1px;}*/
/*.top-block .social-icons li.twitter a .svg{left: -1px;}*/
/*.top-block .social-icons li.instagram a .svg{top: -1px;}*/
/*.top-block .social-icons li.ytb a .svg{top: -1px;}*/