
/* FOOTER */
.main_footer>.inner {
    max-width: none;
    padding: 0;
    margin: 0;
}
.main_footer>.inner .copyright {
    float: none;
}
.bottom-footer {
    background-color: #1b1b1b;
    padding: 27px 0;
    color: #bbb;
}
.bottom-footer .container {
    max-width: 1040px;
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-footer .container::before,
.bottom-footer .container::after {
  content: none;
}
.bottom-footer p {
    text-align: center;
}
.bottom-footer a {
    color: #ad9d1e;
    text-decoration: none;
}
.bottom-footer a:hover { color: white;}
