footer{
    width: 100%;
}

.top-footer{
    font-size: 18px;
    height: 175px;
    background: #212120;
    padding-left: 0px;
}

.bottom-footer{
    height: 115px;
    background: #171717;
    display: flex;
}

.info {
    display: block;
    color: white;
    margin-top: 0px;
}

.communication{
    color: white;
    padding-left: 20px;
    cursor: pointer;
}

.bugs{
    color: white;
    padding-left: 20px;
    cursor: pointer;
}

.selling{
    color: #f0e3c0;
}

.outsourcer{
    display: block;
    margin-left: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

p.selling:hover{
    color: #c2bc8f;
}

.outsourcing{
    margin-right: 5%;
    display: flex;
    height: 115px;
    float: right;
}

.right_floating{
    width: 70%;
}

.info-block{
    padding-top: 20px;
    width: 100%;
    margin-right: 5%;
}

.info-block a.l-info{
    display: block;
    width: 50%;
}