.ashe-footer {
    background: var(--main-color)
    }
.ashe-footer__top {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 25px;
    width: 100%
    }
@media only screen and (max-width: 1024px) {
    .ashe-footer__top {
        justify-content: flex-start
        }
    }
@media only screen and (max-width: 767px) {
    .ashe-footer__top {
        justify-content: flex-start
        }
    }
.ashe-footer__inner {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: space-between;
    width: 100%
    }
@media only screen and (max-width: 1024px) {
    .ashe-footer__inner {
        flex-wrap: wrap;
        height: auto;
        padding: 20px 0
        }
    }
@media only screen and (max-width: 767px) {
    .ashe-footer__inner {
        flex-wrap: wrap;
        height: auto;
        padding: 20px 0
        }
    }
.ashe-footer__links {
    display: flex;
    justify-content: flex-start
    }
@media only screen and (max-width: 1024px) {
    .ashe-footer__links {
        margin-bottom: 20px;
        order: -1;
        width: 100%
        }
    }
.ashe-footer__nav-links {
    display: flex;
    flex-wrap: wrap
    }
.ashe-footer__link {
    color: #fafafa
    }
.ashe-footer__link:not(:last-of-type) {
    margin-right: 25px
    }
.ashe-footer__link:hover {
    cursor: pointer;
    text-decoration: underline
    }
.ashe-footer__copyright {
    color: #fafafa
    }
@media only screen and (max-width: 767px) {
    .ashe-footer__copyright {
        margin-top: 5px;
        width: 100%
        }
    }
.ashe-footer-socials {
    align-items: center;
    display: flex
    }
@media only screen and (max-width: 767px) {
    .ashe-footer-socials {
        margin-bottom: 10px
        }
    }
.ashe-footer-socials__title {
    color: #fafafa;
    margin-right: 20px
    }
.ashe-footer-socials__inner {
    align-items: center;
    display: flex
    }
.ashe-footer-socials__item {
    cursor: pointer;
    display: flex;
    margin-right: 20px;
    width: 20px
    }
.ashe-footer-socials__item .icon {
    fill: #fafafa;
    height: auto;
    width: 100%
    }