footer {
    height: var(--footer-height);
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 170px;
}
.footer-wrap {
    width: var(--max-width);
    color: white;
}
.footer-wrap .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.footer-wrap .company {
    font-weight: bold;
    font-size: var(--footer-company-font-size);
}
.footer-wrap .flex select{
    font-size: var(--footer-select-font-size);
    width: var(--footer-select-width);
    padding: var(--footer-select-padding);
    height: var(--footer-select-height);
    background: url("../images/select_box_arrow_black.png") no-repeat 93% 50%;
	background-size: 12px 6px;
    background-color: white;
    border-radius: 5px;
    color: #888888;
}
.footer-wrap hr {
    color: #f3f3f3;
    margin-top: 15px;
    margin-bottom: 24px;
}
.footer-wrap .info {
    color:#f3f3f3;
    font-size: var(--footer-info-font-size);
    line-height: 20px;
    font-weight: 200;
}