#float-contacts .item i {
    margin-right: 13px;
    font-size: 25px;
    color: #F2AC41 !important;
    width: 20px;
}
#float-contacts .item a {
    margin-top: -100px;
    font-size: 1.2em;
    color: #000 !important;
    width: 100px;
    vertical-align: top;
    text-underline: single;
}
#float-contacts .item p {
     height: 28px;
 }
#float-contacts {
    position: fixed;
    top: 260px;
    z-index: 1001;
    background: #fff;
    right: -175px;
    padding: 20px 12px;
    padding-bottom: 10px;
    color: #000;
    font-size: 12px;
    -webkit-box-shadow: -3px 0px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: -3px 0px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: -3px 0px 10px 0px rgba(50, 50, 50, 0.3);
    width: 220px;
    box-sizing: border-box;
    transition: 0.3s;
}

#float-contacts:hover {
    right: 0;
}