﻿.footer {
  /*position: absolute;
    bottom: 0;
    width: 100%;*/
  height: 166px;
  font-family: Aileron-Regular; }

.footer-container {
  display: flex;
  padding: 0 40px; }

.footer-container:first-of-type {
  padding-top: 30px; }

.footer-logo img {
  height: 30px;
  padding-bottom: 5px; }

.footer-left {
  width: 290px;
  color: #A8A8A8; }

.footer-right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .footer-right a {
    color: #4D4D4D;
    border-bottom: 1px solid #FFAA00;
    padding-bottom: 5px; }
  .footer-right .footer-item {
    padding-bottom: 15px; }
