.lineate-footer {
  padding-top: 20px;
  font-size: 14px;
}

.lineate-footer__bottom {
  padding: 30px 0 0 0;
  display: flex;
}

.lineate-footer__bottom .page-center a {
  color: #fff;
  transition: 0s;
}

.lineate-footer__bottom .page-center a:hover {
  color: #00b6c8;
  transition: 0s;
}

.lineate-footer__bottom__col-header {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  font-family: 'Aeroport';
}

.lineate-footer__bottom__col-header p {
  font-size: 16px;
  font-family: Aeroport,sans-serif;
}

.lineate-footer .row-number-4 .row-fluid {
  display: flex;
  justify-content: flex-end;
}

.lineate-footer__bottom_privacy_policy_container {
  display: flex;
  justify-content: flex-end;
}

.lineate-footer__bottom__address {
  font-size: 12px;
  font-family: Aeroport,sans-serif;
  color: #fff;
  padding: 0 0 20px 15px;
  line-height: 0.5em;
  width: max-content !important;
}

.lineate-footer__bottom__copyright {
  font-size: 12px;
  font-family: Aeroport,sans-serif;
  color: #fff;
  line-height: 11px;
  padding: 0 0 20px 15px;
  line-height: 0.5em;
  width: max-content !important;
}

.lineate-footer__bottom__address p {
  margin-top: 0;
}

.lineate-footer__bottom__copyright p {
  margin-top: 0;
  width: max-content;
}

.lineate-footer__bottom__col {
  text-align: right;
}

.lineate-footer__bottom__col-image {
  text-align: left;
}


.lineate-footer__bottom__col-text {
  margin-top: 30px;
}

.lineate-footer__bottom__col img {
  height: 133px;
  width: 295px;
}

@media (max-width: 991.98px) {
  .lineate-footer__bottom__col-image {
    width: 100%!important;
    text-align: center;
    margin-bottom: 0!important;
  }

  .widget-type-cell.lineate-footer__bottom__col {
    display: none;
  }

  .widget-span.widget-type-cell.lineate-bottom-row {
    text-align: center;
    display: block;
  }
}

.widget-type-cell.lineate-bottom-row {
  display: none;
}