.foot {
    height: 90px;
    min-width: 1024px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #f4f4f4;
}

.foot span, .foot a {
    display: inline-block;
    color: #303D5D;
    line-height: 180%;
    font-size: 12px;
}

.foot span {
    margin-right: 30px;
}


.foot span:nth-child(1) {
    padding-top: 37px;
}

.foot span:nth-last-child(1) a {
    background-image: url(../img/foot.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: 50%;
    padding-left: 20px;
}

.foot span:nth-last-child(2) a:hover {
    text-decoration: underline;
}