    .info-row {
        width: 100%;
        display: flex;
        background-color: #000;
        color: #fff;
        min-height: 1px;
    }

    .info {
        width: 70%;
    }

    .social {
        width: 30%;
    }

    ul.contacts,
    ul.social-list {
        list-style: none;
        margin: 0 0 0 0;
        padding-top: 1%; 
        text-align: left;
        box-sizing: border-box;
    }
    ul.social-list {
         text-align: right;
         margin-right: 10%;
        height: 100%;
        padding-top: 2.333%; 
    }

    ul.contacts li, 
    ul.social-list li{
        display: inline-block;
        list-style: none;
        margin-right: 3%;
        vertical-align: middle;
    }

    ul.social-list li {
        margin-right: 30px;
        height: 25px;
}

    ul.contacts li p {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }
