.footer {
    width: 100%;
    background-color: #272727;
    padding: 20px 0 0 0;
}

.footer_inline {
    width: 100%;
    height: 100%;
    width: 975px;
    margin: auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.footer_col {
    color: #6b6b6b;
    min-width: 100px;
    max-width: 160px;
}

.footer_col .footer_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer_items {
    list-style: none;
    padding-left: 10px;
}

.footer_item {
    position: relative;
    padding-left: 10px;
    line-height: 1.5;
    font-size: 11px;
    margin-bottom: 3px;
}

.footer_item::before {
    content: "»";
    position: absolute;
    left: 0;
    font-size: 12px;
}

.footer_end {
    width: 100%;
    height: 100%;
    width: 975px;
    margin: auto;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
